.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background-color: #f1da8e;

}




.anchorclass{
font:14px Arial, Helvetica, sans-serif;
color:#595959;
padding:20px 27px 30px 27px;
outline:none;
text-decoration:none;
float:left;
}

.anchorclass:hover{
color:#c1541b;
outline:none;
bottom:0px;
}

/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
visibility: hidden;
border: 2px solid #f8f8f8;/*#f8f8f8*/
border-bottom-width: 0;
font:14px Arial, Helvetica, sans-serif;
font-weight:normal;
color:#595959;
line-height: 16px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:lightyellow;
width:200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
border: 1px solid #f8f8f8;
}

.anylinkcss ul li a{
width: 100%;
display: block;
font:14px Arial, Helvetica, sans-serif;
font-weight:normal;
background-color: #c1541b;
color:#ffffff;
text-indent: 3px;
text-decoration: none;
border-bottom: 2px solid #e4e4e4;
height:25px;
padding-top: 15px;
}

.anylinkcss a:hover{ /*hover background color*/
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
background: #f1da8e;
color: #c1541b;
vertical-align:middle;

}


/* ######### 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: #f8f8f8;
visibility: hidden;
}