@charset "UTF-8";
/* CSS Document */

#cssmenu1 {
position:relative;
padding: 23px 0px 0px 10px;
width:700px;
height:73px;
margin-right:0px;
}


#cssmenu ul {
margin: 0;
line-height: 100%;
font:normal  0.99em  Georgia, "Times New Roman", Times, serif;
}

#cssmenu li {

float: left; 
position: relative; 
list-style: none; }

#cssmenu a,

#cssmenu a:link {
font-weight:400px;
color:#DAD2A8; 
text-decoration: none;
padding:  11px 7px;
text-align:center;
margin: 0; 
 
 }
#cssmenu a:hover {
color: #fff;
}
#cssmenu .active a, 
#cssmenu li:hover > a {
color: #fff;

}
#cssmenu ul ul li:hover a,
#cssmenu li:hover li a {
	background: none; 
	border: none; 
	color:#666;
	font:normal  1.0em  Georgia, "Times New Roman", Times, serif;
}
#cssmenu ul ul a:hover {

color: #fff !important;
}
#cssmenu li:hover > ul {
	display: block;
	}

#cssmenu ul ul {
display: none;
padding: 0; 
width: 100px; 
position: absolute; 
top: 30px; 
left: 0; 
background: #DAD2A8; 
text-align:center;
}

#cssmenu ul ul li {float: none; margin: 0; padding: 3px; }
#cssmenu ul ul a {
font-weight: normal;
 }

#cssmenu ul:after {content: '.'; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
* html #cssmenu  ul {height: 1%;}