/* Start of CMSMS style sheet 'Navigation: Menu 2' */
/********************MENU*********************/
/* hack for IE6 */
* html div#menu_horiz2 {
/* hide ie/mac \*/
	height: 1%;
/* end hide */
}
div#menu_horiz2 {
	background: url(images/cms/blue-banner.png) right top;
	width: 100%;
	height: 20px;
	margin: 0;
font-size: 0.75em;

}
div#menu_horiz2 ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 2px 0px 0px;
	
       float: right;
}
/* menu list items */
div#menu_horiz2 li ul li{
        float: left;
        list-style: none;
        margin: 3px 5px 0px 0px;
        padding: 0px 0px 0px 10px;
}
/* the links, that is each list item */
div#menu_horiz2 a {
       border: none;
	padding: 0px 0px 0px 12px;
	margin: 0;
	text-decoration: none;
       font-family: Trebuchet MS, Arial;
        text-transform: uppercase;
	color: #ffffff;
	display: block;
}
/* hover state for links */
div#menu_horiz2 li a:hover {
background: url(images/cms/v.gif) 0% 50% no-repeat;
}
div#menu_horiz2 a span {
/* compensates for no left padding on the "a" */
	padding-left: 0px;
}



.active {
	display : block;
	font-family: "Trebuchet MS", Arial;
	text-transform: uppercase;
	color : #ffffff;
	font-weight : normal;
	text-decoration : none;
	padding: 0px 0px 0px 12px;
	background: url(images/cms/v.gif) 0% 50% no-repeat;
}
/* End of 'Navigation: Menu 2' */

