/* Start of CMSMS style sheet 'Main menu' */
/*** MENU***/

*{ 
	margin:0px; 
	padding:0px; 
}

#menu { 
 	margin: 18px 0 0 40px;
	float:left;
	width: 466px;
	height: 24px;
	padding: 0;
}
ul#main-menu {
        list-style: none;
	margin: 6px 0px 0px 0px;
	font-size:12px;
	font-family: Helvetica, Arial,sans-serif;
}
ul#main-menu li {
	float: left;
	margin: 0 2px 0 2px; 
padding: 0px 0px 4px 0px;
        font-size:12px;
       	font-family: Helvetica, Arial,sans-serif;
	list-style: none;
	
}


ul#main-menu a {
	padding: 0px 0px 4px 0px;
	color: #000;
	text-decoration: none;
	height: 24px;
}
ul#main-menu a:hover{
	
	color: #000;
	text-decoration: none;
	background:url(../img/underscore.gif) bottom repeat-x;
	background-position: 0 14px;
}
#main-menu li a.currentpage{
	color: #000;
	text-decoration: none;
	background:url(../img/underscore.gif) bottom repeat-x;
        background-position: 0 14px;
	
	
}

ul#main-menu img{
         background:url(../img/underscore.gif) bottom repeat-x;
}

















/* End of 'Main menu' */

