/* Start of CMSMS style sheet 'menu' */
html {
     overflow: -moz-scrollbars-vertical;
overflow-y: scroll;
}


body{
	font-family:Verdana, Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
overflow:visible;
	line-height:160%;
}

#menu {
	width: 759px;
	font-size:12px;
	background-color:#5D5E60;
	font-size:11px;
	font-weight:normal;
}

	#menu ul {
		list-style: none;
		list-style-image: none;
		margin: 0px;
		padding: 0px;
	}
	
	#menu ul li {
		float: left;
		height: 29px;
		overflow: hidden;
		border-left: 1px solid #7F8082;
		border-top: 1px solid #5D5E60;
		border-bottom:0px;
	}

	#menu ul li a {
		display: block;
		height: 24px;
		padding-top:5px;
		padding-left:13px;
		padding-right:13px;
		text-align: center;
		color: #FFFFFF;
		text-decoration: none;
		background: url('images/menu_tab.gif') repeat-x;
		background-position: 0px -30px;
	}
	
	#menu ul li a:hover,  #menu ul li.active a{
		background-position: 0px 0px;
		text-decoration: underline;
	}

#footer{
	margin-bottom:20px;
}

#homelink  {
width:230px;
height:110px;
position:absolute;
left:42px;
top:10px;
display:block;
}
#homelink a {
display:block;
width:230px;
height:108px;
}
/* End of 'menu' */

