/* GENERAL STYLES */
.menu {
	width:960px;
	padding:8px 0px 0px 0px;
	text-align: left;
	font-size:12px;
}
#nav{	
	margin: 0;
	padding: 0;
}

#nav li {	
	float: left;
	list-style: none;
}

#nav li a.noLink {
	cursor:default;
}
#nav li a{	
	display: block;
	padding:0px 14px 8px 14px;
	text-decoration: none;
	color:#eef2eb;
	white-space: nowrap;
	text-align:center;
}
#nav li a.last {border-right:none;}

#nav li a.noLink:hover {color:#eef2eb;}
#nav li a:hover, #nav li a#selected{color:#222d02;}
		
#nav div.sub{	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	margin-top:2px;
/*margin-left:15px;*/
}

.tl {background: url(ltc.gif) no-repeat left top;height:10px;width:10px;}
.tr {background: url(rtc.gif) no-repeat right top;height:10px;width:10px;}
.bl {
	background: url(blc.gif) no-repeat left top;
	width:10px;
	height:10px;
}
.br {background: url(brc.gif) no-repeat right top;width:10px; height:10px;}
.m {background-color: #55676f;}
.bg {background-color: #55676f;height:10px;}


#nav .sub ul {
margin: 0;
padding: 0;
background-color: #55676f;
padding:5px;
}		
#nav .sub ul li{	
	float: none;
	display: block;

}
			
#nav .sub ul li a{
	width: auto;
	border-right:none;
	color:#cce0e5;
	text-align:left; 
	padding: 5px 9px;

}
			
#nav .sub ul li a:hover {color:#73a3ae;}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
