@charset "UTF-8";
/* CSS Document */
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute;
	top: 20px;
	left: 15px;
	z-index:100;
	width: 560px;
	font-size: 70%;
	font-family: Verdana, arial, Tahoma;
	color: #f5f5cc;
	font-weight: bold;
	align: right;
}
#menu dl {
float: left;
width: 7.5em;
margin: 0 2px 0 2px;
font-weight: fine;
}
#menu dt {
cursor: pointer;
text-align: center;
background: #002a00;
padding: 0 0 0px 0;
border-top: 1px solid #3f4f3f;
	border-right: 1px solid #003333;
	border-bottom: 1px solid #003333;
	border-left: 1px solid #3f4f3f;
}
#menu dd {
border: 0px solid #003333;
}
#menu li {
text-align: center;
background: #002a00;;
}
#menu li a, #menu dt a {
color: #f5f5cc;
font-weight: fine;
text-decoration: none;
display: block;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #003333;
border: 0px solid #000;
color: #9FC79D; 
text-decoration: none;
}

a {text-decoration: none;
color: #f5f5cc;
font-size:8px;
}

