/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#menu {
float:left;
position: absolute;
top: 180px;
left: 185px;
z-index:100;
width: 100%;
}
#menu dl {
float: left;
width: 12em;
margin: 30px;
}
#menu dt {
cursor: pointer;
font-weight: bold;
border: 0;
width:210px;
}

#menu dd {
border: 0;
}
#menu li {
text-align: left;
background: #fff;
width:207px;
}
#menu li a, #menu dt a {
color: #013f84;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover, #menu dt a:hover {
background: #eee;
width:207px;
}

a {text-decoration: none;
color:#013f84
}



