.services_menu {
width: 220px;
}
.about_us_menu {
width: 150px;
}
.legal_menu {
width: 149px;
}
.services_menu,.about_us_menu,.legal_menu {
position: absolute;
visibility: hidden;
border: 1px solid #000000;
border-bottom-width: 0px;
z-index: 100;
background-color: #F3F8FC;
}
.services_menu a,.about_us_menu a,.legal_menu a {
display: block;
width: 100%;
border: 1px solid #000000;
border-bottom-width: 1px;
border-top-width: 0px;
border-right-width: 0px;
border-left-width: 0px;
padding-top: 1px;
padding-bottom: 2px;
color: Black;
text-indent: 5px;
text-decoration: none;
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 12px;
font-style: normal;
font-weight: bold;
line-height: 18px;
}
.services_menu a:hover,.about_us_menu a:hover,.legal_menu a:hover {
background-color: #000000;
color: White;
}