/* ######### Default class for drop down menus ######### */

.anylinkcssAbout{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #dee7ed;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
background: #ebf5fb;
text-decoration:none;
width: 140px; /* default width for menu */
z-index:2;
margin:-1px 0 0 37px;
}

.anylinkcssAbout ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcssAbout ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dee7ed;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcssAbout a:hover{ /*hover background color*/
background-color:#91cee9;
color: white;
text-decoration:none;
}

.anylinkcssService{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #dee7ed;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
background: #ebf5fb;
text-decoration:none;
width: 175px; /* default width for menu */
z-index:1;
margin:-1px 0 0 47px;
}

.anylinkcssService ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcssService ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dee7ed;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcssService a:hover{ /*hover background color*/
background-color:#91cee9;
color: white;
text-decoration:none;
}

.anylinkcssContact{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #dee7ed;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 18px;
background: #ebf5fb;
text-decoration:none;
width: 100px; /* default width for menu */
z-index:3;
margin:-18px 0 0 18px;
}

.anylinkcssContact ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcssContact ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #dee7ed;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
}

.anylinkcssContact a:hover{ /*hover background color*/
background-color:#91cee9;
color: white;
text-decoration:none;
}

.anylinkshadow {
display: none;
}



