/* Start of CMSMS style sheet 'Westlake - Main Menu' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
   /* hide ie/mac \*/
   height: 1%;
   /* end hide */
}
#top a{
	font-weight: bold;
	color: #FFFFFF;
	background-color: #6589A9;
	float: right;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
 }
 
 
 #top a:hover{
	background-color: #333333;
	color: #FFCC00;
}

form{
	margin: 10px;
	padding: 20px;
	border: 2px solid #CCCCCC;	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
 }

#search form{
	padding: 3px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	background-image: url(images/cms/sectionhead.jpg);
	width: 730px;
	height: auto;
	background-color: #000000;
	clip: rect(auto,auto,auto,auto);
	display: block;
	overflow: hidden;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	height:auto;
	background-color: #000000;
	background-image: url(images/cms/sectionhead.jpg);
	padding: 0px;
	display: block;
	 
	 
}
div#menu_horiz ul li {
	margin: 0;
	padding: 0px;
	 
}
/* menu list items */
div#menu_horiz li {
	float: left; /* makes the list horizontal */
	list-style: none; /* hides the list bullet */
	margin: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	width: 16.5%;      
	padding: 0px;
}


/* the links, that is each list item */
div#menu_horiz a {
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	display: block;
	font-size: 12 px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	height: auto;
	width: 100%;
}


/* hover state for links */
div#menu_horiz li a:hover {
	background-image: url(images/cms/horizontal_menu-hover.jpg);
	background-repeat: repeat-x;
}
div#menu_horiz a.activeparent:hover {
  }

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
}

div#menu_horiz h3 {
	text-decoration: none; /* no underline for links */
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #6666CC;
	background-image: url(images/cms/horizontal_menu.jpg);
	background-repeat: repeat-x;
	text-align: center;
	width: auto;
}

/* End of 'Westlake - Main Menu' */

