/* Start of CMSMS style sheet 'menu' */
#menu {
	float: left; 
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;




}

#menu li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;

	
}
#menu a {
	background: #900; /* url("images/seperator.gif") bottom right no-repeat; */
	 border-left: 1px #ccc solid; 
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 9px 12px;
	text-decoration: none;	
	
	
	
}
#menu a:hover, #menu .current {
	/* background: #2580a2 url("images/hover.gif") bottom center no-repeat; */
	background: #009 url("uploads/template/img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 9px;
		
}
/* End of 'menu' */

