.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
color:#7c8c91;
}

/* ######### Alternate multi-column class for drop down menus ######### */
.anylinkcsscols{
width:260px;
border: 1px solid #e2e9ef;
border-top:1px solid #fff;
padding: 5px 10px 10px 10px;
background:#fff url(../images/bg_scat.gif) repeat-x center bottom;
min-height:50px;
position: absolute;
margin:9px 0 0 0;
display:none;
z-index:30;
}

.anylinkcsscols ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:11px;
}

.anylinkcsscols li{
font-family:Arial, Helvetica, sans-serif;
float:left;
width:120px;
color:#777;
padding:0 0 0 10px;
background:url(../images/arrow_bullet.gif) no-repeat left;
}

.anylinkcsscols li a{
color:#777;
text-decoration:none;
}

.anylinkcsscols li a:hover{
color:#000;
text-decoration:none;
}

.anylinkcsscols1{
width:400px;
border: 1px solid #e2e9ef;
border-top:1px solid #fff;
padding: 5px 10px 10px 10px;
background:#fff url(../images/bg_scat.gif) repeat-x center bottom;
min-height:50px;
position: absolute;
margin:9px 0 0 -335px;
display:none;
z-index:999;
}

.anylinkcsscols1 ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size:12px;
font-weight:bold;
}

.anylinkcsscols1 li{
font-family:Arial, Helvetica, sans-serif;
float:left;
width:190px;
color:#777;
padding:0 0 0 10px;
background:url(../images/arrow_bullet.gif) no-repeat left;
}

.anylinkcsscols1 li a{
color:#2f6186;
text-decoration:none;
}

.anylinkcsscols1 li a:hover{
color:#000;
text-decoration:none;
}

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

.anylinkcss{
position: absolute;
left: 0;
top: 0;
display: none;
border: 1px solid #ccd1d4;
border-bottom-width: 0;
font: normal 11px "Trebuchet MS", Verdana, Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 100px; /* default width for menu */
}

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

.anylinkcss ul li a{
display: block;
padding:0 5px;
color:#000;
border-bottom: 1px solid #ccd1d4;
line-height:20px;
height:20px;
text-decoration: none;
}

.anylinkcss a:hover{ /*hover background color*/
background: #000;
color: #ccc;
}



