/* Start of CMSMS style sheet 'tonyvalle_newmenu2' */
body { margin: 0; padding: 0; }


*/********************MENU*********************/



#menu_horiz {
margin-top: -40px;
padding-left: 25px;
/* background color for the entire menu row 
	background-color: transparent;*/
background-color: #330000;
/* insure full width */
	width: 785px;
/* set height */
	height: 39px;
}

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: 10px;
}

/* menu list items */
div#menu_horiz li {
/* makes the list horizontal */
	float: left;
/* remove any default bullets */
	list-style: none;
/* still no margin */
	margin-right: 10px;
margin-top: 5px;

}

/* the links, that is each list item */
div#menu_horiz a {
background-color: #330000;
	border-top: 2px solid #480000;
 	border-right: 2px solid #480000;
 	padding: 8px;
        text-decoration: none;
	color: white;
font-family: verdana;
        font-weight: bold;
font-size: 10pt;
height:39px;

}

/* hover state for links */
div#menu_horiz li a:hover {

        border-top: 2px solid #660000;
 	border-right: 2px solid #660000;
}



div#menu_horiz li.menuactive {
/* set your image here, light image with #000/black text set below*/
	background-color: #660000;
	color: #fff;
}

div#menu_horiz li.menuactive a:hover {
border-top: 2px solid #480000;
 	border-right: 2px solid #480000;
}

div#menu_horiz li.menuactive a {
	
/* menuactive replaces default with right arrow image */
	background-color: #660000;
	color: #fff;
         padding: 8px 8px;

}
/* End of 'tonyvalle_newmenu2' */

