/* Start of CMSMS style sheet 'nav-top' */
div.nav-top {
	margin-bottom: 10px;
}

#menu {
	background: #333;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}
#menu li {
	float: left;
	font: 12px Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
list-style: none;
}
#menu a {
	background: #333 url("/uploads/theme/img/seperator.gif") bottom right no-repeat;
	color: #ccc;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
	background: #52843a url("/uploads/theme/img/hover.gif") bottom center no-repeat;
	color: #fff;
	padding-bottom: 8px;
}
#menu a.currentpage {
	background: #8bc270;
	color: #333;
	padding-bottom: 8px;
}
/* End of 'nav-top' */

