#mainNav #menu dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: relative;
top: 0;
left: 0;
padding-bottom: 3px;
}
dl#menu {
width: 152px;
}
dl#menu dt {
cursor: pointer;
height: 20px;
width: 132px;
line-height: 20px;
text-align: left;
font-weight: normal;
margin: 0 auto;
color: #373737;
}
dl#menu dt strong{
display: block;
cursor: pointer;
height: 26px;
line-height: 20px;
text-align: left;
font-weight: bold;
}
dl#menu dt em {
display: block;
padding-left: 12px;
line-height: 20px;
padding-top: 3px;
font-size: 12px;
font-style: normal;
font-weight: normal;
border-bottom: 1px dotted #373737;
background: url(images/menu_blt.jpg) no-repeat 0 10px;
}
dl#menu dd {
width: 152px;
}
dl#menu dd li a {  /* sec lev */
color: #373737;
font-size: 11px;
line-height: 20px;
padding-left: 21px;
background: url(images/bullet.jpg) no-repeat 12px 7px;
border-bottom: 1px dotted #373737;
}
dl#menu dd li a:hover {
color: #080697;
}
dl#menu li {
text-align: left;
background: #fff;
}
dl#menu li a {
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu dt a {
color: #373737;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
dl#menu li a:hover {
background-color: #DEE2E2;
}
#menu dd
{
    display:none;
}
