selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
}
a.langselectclass,a.langselectclass:hover{text-decoration:none;font-size:11px;}
a.pl_langselectclass,a.pl_langselectclass:hover{text-decoration:none;font-size:11px;color:#0249ff;}

/* ######### Default class for drop down menus ######### */

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #b8c3cc;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
/*background: #eefafc;*/
background:#f2f5f7;
width: 110px; /* default width for menu */
color:#056391;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

*html .anylinkmenu ul li a{width:100%;}

.anylinkmenu ul li a{
display: block;
border-bottom: 1px solid #b8c3cc;
padding: 1px 5px 1px 0;
text-decoration: none;
font-weight: normal;
color:#003c66;
font-size:11px;
text-align:right;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #fff;
/*color: #056391;*/
color:#3468c7;
font-weight:normal;
text-decoration:none;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #b8c3cc;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #eefafc;
}

.anylinkmenucols li{
padding-bottom: 3px;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #eefafc;
}

.anylinkmenucols .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;
}