/* Start of CMSMS style sheet '506_mainmenu' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz {
	font-weight: bold;
	height: 50px;
	left: 230px;
	margin: 0;
	position: absolute;
	top: 160px;
	width: 660px;
}
div#menu_horiz ul {
/* remove any default bullets */
	list-style-type: none;
	margin: 0;
/* pushes the menu div up to give room above for background color to show */
	padding-top: 10px;
/* keeps the first menu item off the left side */
	padding-left: 0px;
}
/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin: 0;
	width: 160px;
}
/* the links, that is each list item */
div#menu_horiz a {
/* pushes li out from the text, sort of like making links a certain size, if you give them a set width and/or height you may limit you ability to have as much text as you need */
	padding: 0;
/* still no margin */
	margin: 0;
/* removes default underline */
	text-decoration: none;
/* default link color */
	color: #666;
/* makes it hold a shape, IE has problems with this, fixed above */
	display: block;
}
/* hover state for links */
div#menu_horiz li a:hover {
	color: black;
}
div#menu_horiz a span {
/* compensates for no left padding on the "a" */
}
div#menu_horiz li.parent a span {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
}
div#menu_horiz li.parent a:hover span {
}
div#menu_horiz li.menuactive a span {
	color: #c60202;
}


div#menu_horiz li.parent a .description {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	color: #ddd;
}

div#menu_horiz li.menuactive a .description {
	color: #bbb;
}

div#menu_horiz li.parent a:hover .description {
/* no left padding on the "a" we can set it here, it lets us use the span for an image */
	color: #999;
}

div#menu_horiz li.menuactive a:hover .description {
	color: #999;
}


/* active parent, that is the first level parent of a child page that is the current page */
div#menu_horiz li.menuactive, div#menu_horiz li.menuactive a:hover {
/* set your image here, light image with #000/black text set below*/
	color: #c60202;
}
div#menu_horiz li.currentpage h3 {
	color: #c60202;
}
div#menu_horiz li.currentpage  .description {
	color: #bbb;
}
div#menu_horiz li .description {
	clear: both;
	color: #ddd;
	display: block;
	font: italic normal 12px "Trebuchet MS", Arial, Helvetica!important;
}
div#menu_horiz a:hover .description {
	color: #999;
}
/* End of '506_mainmenu' */

