/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
/*
background-color: gray;
position:relative;*/
}
#menu {
position: absolute; /* Menu position that can be changed at will */
top: 141px;
left: 8px;
z-index:100;
width: 1000px; /* (100%)precision for Opera */
color:#000000;
}
#menu ul {list-style-type: none;}
#menu dl {
float: left;
width: 184px;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu dt {
cursor: pointer;
text-align: center;
font-weight: bold;
border: 1px     solid #ff9900;
margin: 1px;
background-color:gray;
}
#menu dd {
display: none;
border: 1px #ff9900;
}
#menu li {
text-align: center;
background: #183c54;
color:#ff9900;
}
#menu li a, #menu dt a {
color: yellow;
text-decoration: none;
display: block;
height: 100%;
border: 1px solid #ff9900;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
/*background: #eee;*/
color:black;
background-color:#ff9900;
}
