.menu {
position:absolute;
visibility: hidden;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #004A90;
width: 230px;
}

.menu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #D3D3D3;
}

.menu a:hover {
background-color: #174889;
text-decoration: none;
color: white;
}

.leftmenu {
position:relative;
border:1px solid white;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: #004A90;
width: 200px;
}

.leftmenu a {
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid white;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: #D3D3D3;
}

.leftmenu a:hover {
background-color: #174889;
color: white;
}
