/* Start of CMSMS style sheet 'usercss' */
/* The wrapper clears the floating elements of the menu */

#main div#menuUwrapper {
	width:100%;
	color:#fff;
}

#main ul#user-nav {
	width:100%;
	list-style:none;
	border:none;
	border-top: 1px solid #212f74;
}

#main ul#user-nav li {
	background-color:#005aa9;
	border-bottom: 1px solid #212f74;
	border-left: 1px solid #212f74;
	height:22px;
	padding:0;
	margin:0;
	font-size:1em;
	line-height:1em;
}

ul#user-nav li a  {
	display:block;
	text-decoration:none;
	color:#fff;
	margin:0;
	padding: 5px 10px;
	text-align:left;
}

ul#user-nav li.menuactive { 
	background-color:#f39900;
	color:#fff;
}

ul#user-nav li.menuactive a { 
	color:#fff;
	background-color:#f39900;
}

ul#user-nav li a:hover {
	background-color:#f39900;
}

/* EOF */
/* End of 'usercss' */

