body {
margin: 0;
padding: 0;
}
#menu_optimEV dl, #menu_optimEV dt, #menu_optimEV dd, #menu_optimEV ul, #menu_optimEV li {
margin: 0;
padding: 0;
text-decoration:underline;
list-style-type: none;
}

#menu_optimEV {
font-family:Arial;
position:relative;
text-decoration:underline;
bottom: -4px;
left: 0;
width:auto;
z-index:100;
font-size:10px;
color:#225297;
}

#menu_optimEV dl {
float: left;
position: relative;
margin: 0 0px;
text-decoration:underline;

}
#menu_optimEV dt {
width:50px;
cursor: pointer;
text-decoration:underline;
text-align: center;
font-weight: bold;
background:white;
/*border: 1px solid gray;*/
color:#225297;
}
#menu_optimEV dd {
background-color: white;
position: relative;
bottom:-5px;
display:none;
min-width:50px;
width:auto;
}
#menu_optimEV li {
text-align: left;
}
#menu_optimEV li a, #menu_optimEV dt a {
color: #000000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu_optimEV li a:hover, #menu_optimEV dt a:hover {
background: white;
}

#menu_optimEV a {
text-decoration: none;
color: #000000;
color: #222;
}

