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

<style type="text/css">

.style1 {
	color: #FFFFFF
}
body {
	background-color: #333333;
}
body,td,th {
	color: #ffffff;
	vertical-align:top;
}
a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
img {
border:none;
}

</style>
dl, dt, dd, dp, ul, up, li, a {
margin: 0;
padding: 0;
list-style-type: none;
color: #ffffff;
}
#menu dl {
display:block;
float: left;
margin: 0;
height:71px;
}
#menu dt {
display:block;
color:#000000;
}
#menu dd {
margin-left:0;
margin-top:-30px;
display: none;
background: white;
border:2px solid #666666;
position:absolute;
z-index:1000;
width:9em;
}
#menu ul {
padding: 2px;
}
#menu li {
text-align:left;
font-size: 85%;
height: 25px;
line-height: 25px;
list-style-position:outside;
list-style-type:none;
margin-left:5px;
text-indent:0;
}
#menu li a, #menu dt a {
text-decoration: none;
}
#menu li a:hover {
text-decoration: underline;
}
