
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#f_menu {
margin-top: 40px;
left: 0;
}
#f_menu {
width: 190px;
}
#f_menu dt {
cursor: pointer;
color: #66B5FF;
margin: 2px 0;
padding-left: 4px;
height: 20px;
line-height: 20px;
text-align: left;
font-weight: bold;
border: 1px solid #322FB0;
background: transparent;
}
#f_menu dd {
border: 1px solid #322FB0;
}
#f_menu li {
text-align: center;
background: #E7F2DA;
}
#f_menu li a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
background: #181818;
}
#f_menu dt a {
color: #FFF;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}

#f_menu dt a:hover {
background: transparent;
color: #8FACDF;
}

#f_menu li a:hover {
background: #000066;
color: #FFF;
}
