
p {
font : 80% verdana, arial, sans-serif;
font-size : 12px;
}
dl, dt, dd {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 13em;
}
#menu dt {
font-size : 14px;
margin : 5px 0;
height : 18px;
line-height : 18px;
text-align : center;
font-weight : bold;
border : 1px solid black;
background : #003399;
}
#menu dd {
font-size : 13px;
text-align : left;
font-weight : bold;
}
#menu li a, #menu dt a, #menu dd a {
color : #ffffff;
text-decoration : none;
display : block;
border : 0 none;
height : 100%;
}
p {
font : 80% verdana, arial, sans-serif;
font-size : 12px;
}
dl, dt, dd {
margin : 0;
padding : 0;
list-style-type : none;
}
#menu {
width : 13em;
}
#menu dt {
font-size : 14px;
margin : 5px 0;
height : 18px;
line-height : 18px;
text-align : center;
font-weight : bold;
border : 1px solid black;
background : #003399;
}
#menu dd {
font-size : 13px;
text-align : left;
font-weight : bold;
}
#menu li a, #menu dt a, #menu dd a {
color : #ffffff;
text-decoration : none;
display : block;
border : 0 none;
height : 100%;
}

#menu li a:hover, #menu dd a:hover {
background : green;
}
#menu li a:hover {
background : blue;
}
#menu li a:focus, #menu dd a:focus {
background : red;
}
