/* ----- menu ------ */
.nav3-grid {
width: 210px;
border-bottom: solid 1px #E7E7E7;
padding: 10px 0 0 0;
}
.nav3-grid dt a, .nav3-grid dt a:visited {
display: block;
min-height: 2.0em /*Non-IE6*/;
height: auto !important;
height: 2.0em /*IE6*/;
line-height: 2.5em;
padding: 0px 10px 0px 5px;
border-top: solid 1px #E7E7E7;
text-decoration: none;
color: #222F40;
font-size: 12px;
}
.nav3-grid dd a, .nav3-grid dd a:visited {
display: block;
min-height: 1.7em /*Non-IE6*/;
height: auto !important;
height: 1.7em /*IE6*/;
line-height: 2.0em;
padding: 0px 10px 0px 5px;
border: none;
text-decoration: none;
color: #222F40;
font-size: 12px;
}
.nav3-grid dt a:hover, .nav3-grid dd a:hover {
background-color: #EAEAEA;
color: #EE1625;
text-decoration: none;
border-left: 1px #587e92 solid;
}
.nav3-grid span {
color: red;
}
