.selectedanchor{ 
border-top:1px solid #ADADAD;
background-color:#ffffff;
}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font-size:10px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #ffffff;
width: 200px; /* default width for menu */
padding-bottom:10px;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e4e4e4;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
color:#000000;
}

.anylinkmenu a:hover{ /*hover background color*/
text-decoration:underline;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols a{
color:#000000;
font-size:10px;
}

.anylinkmenucols2 a{
color:#000000;
font-size:10px;
}

.anylinkmenucols3 a{
color:#000000;
font-size:10px;
}

.anylinkmenucols{
position: absolute;
width: 560px;
left: 0;
top: 0;
visibility: hidden;
border-top: 3px solid #ffffff;
padding: 10px;
font: normal 12px Verdana;
background-color:#FFFFFF;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
}

.anylinkmenucols2{ /* Our Datacenters Menu */
position: absolute;
width: 600px;
left: 0;
top: 0;
visibility: hidden;
border-top: 3px solid #ffffff;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ffffff;
}

.anylinkmenucols3{
position: absolute;
width: 425px;
left: 0;
top: 0;
visibility: hidden;
border-top: 3px solid #ffffff;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #ffffff;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols2 li{
padding-bottom: 3px;
}

.anylinkmenucols3 li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 3px;
margin-right: 3px;
border-right:1px dashed #999999;
width:170px;
}

.anylinkmenucols2 .column{
float: left;
padding: 3px 3px;
margin-right: 3px;
border-right:1px dashed #999999;
width:170px;
}

.anylinkmenucols3 .column{
float: left;
padding: 3px 3px;
margin-right: 3px;
border-right:1px dashed #999999;
width:170px;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenucols2 .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenucols3 .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
display:none;
}