/* Start of CMSMS style sheet 'Master Horizontal Simple - Horizontal' */
/********************
MENU
*********************/

/* hack for Internet Explorer */
* html div#menu_horiz {
	/* hide ie/mac \*/
   height: 35px;
	clear: both;
	width: 960px;   /* end hide */
}

/* 
background-color for the entire menu row, 
covering 100% of the width and text center-aligned 
*/
div#menu_horiz {
	width: 100%;
	margin-top: 1px;
}

/* 
the menu ul box has top and left border, 
right border is provided by the li elements 
*/
div#menu_horiz ul {
	margin: 0;
	padding: 0;
	height:36px;
}


/* menu list items */
div#menu_horiz li {
	font-family: calibri, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	float: left;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	width: 125px;
	text-align: left;
	display: block;
	text-indent: 0px;
	font-weight: bold;
}


/* the links, that is each list item */
div#menu_horiz a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-attachment: scroll;
	background-image: url(assets/images/buttonbkg.png);
	background-repeat: no-repeat;
	background-position: left center;
}


/* hover state for links */
div#menu_horiz li a:hover {
	display: block;
	height: 35px;
	width: 125px;
	background-attachment: scroll;
	background-image: url(assets/images/buttonbkg_on.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFCC00;
}
div#menu_horiz a.activeparent:hover {
	font-family: calibri, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	float: left;
	height: 35px;
	line-height: 33px;
	vertical-align: middle;
	width: 125px;
	text-align: left;
	display: block;
	text-indent: 0px;
	font-weight: bold;
}

/* active parent, that is the first-level parent of a child page that is the current page */
div#menu_horiz li.activeparent a {
display: block;
	height: 35px;
	width: 125px;
	background-attachment: scroll;
	background-image: url(assets/images/buttonbkg_on.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #00CC00;
	font-size: 12px;
	
}
/* hack for Internet Explorer */
* html div#menu_horiz {
	/* hide ie/mac \*/
   height: 35px;
	clear: both;
	width: 960px;   /* end hide */
}



div#menu_horiz h3 {
	display: block;
	height: 35px;
	width: 125px;
	background-attachment: scroll;
	background-image: url(assets/images/buttonbkg_on.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #00CC00;
	font-size: 12px;
}

/* End of 'Master Horizontal Simple - Horizontal' */

