/* Start of CMSMS style sheet 'bs-menu' */
#menu {
	width: 100%;
	margin: 1px 0 0 0;
	background: transparent url(images/mainnav-bg.gif) repeat-x scroll center top;
	color: #CCC;
}

	#menuwrap {
		width: 920px;
		height: 50px;
		margin: 0 auto;
		position: relative;
		z-index: 999;
		background: transparent url(images/mainnav-sep.gif) no-repeat scroll left top;
	}

	#menu ul {
		margin: 0;
		padding: 0;
	}
	
		#menu li {
			margin: 0;
			padding: 0;
			float: left;
			display: block;
			background: transparent url(images/mainnav-sep.gif) no-repeat scroll right center;
			cursor: pointer;
		}
		
			#menu a {
				margin: 0;
				padding: 0 20px 4px;
				display: block;
				float: left;
				color: #AAA;
				font-weight: bold;
				font-size: 1.2em;
				letter-spacing: 1px;
				text-decoration: none;
				line-height: 40px;
				outline: none;
			}
			
				#menu a:hover {
					background: transparent url(images/mainnav-hover.gif) no-repeat scroll top center;
					color: #FFF;
				}
				
				#menu a.menuactive {
					background: transparent url(images/mainnav-active.gif) no-repeat scroll top center;
					color: #FFF;
				}
				
#right-menu a {
	width: 180px;
	float: left;
	clear: left;
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #999;
	color: #666;
	text-decoration: none;
	font-size: 1.2em;
}

	#right-menu a:hover, #right-menu a.menuactive {
		color: #00B0DB;
		background: transparent url(images/right-menu-arrow.png) no-repeat right;
	}
	
	#right-menu a.menuactive {
		font-weight: bold;
	}
/* End of 'bs-menu' */

