.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
font-weight: bold; 
color:#FFF;
background: 475560;
text-decoration: none;
line-height:13px;
padding: 0px;
}



A.anchorclass:link
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclass:visited
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclass:hover
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclass:active
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}


A.anchorclassPINK:link
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #E565A2;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclassPINK:visited
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #E565A2;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclassPINK:hover
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #E565A2;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}

A.anchorclassPINK:active
{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #E565A2;
font-weight:bold;
line-height:13px;
padding: 0px;
text-decoration:none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
line-height:13px;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #475560;
width: 150px; /* default width for menu */
text-indent: 8px;
line-height:16px;
}

.anylinkcss ul{
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
color: #FFFFFF;
font-weight:bold;
}

.anylinkcss a:hover{ /*hover background color*/
font-family: Arial,Verdana,Helvetica; 
font-size: 11px; 
font-weight: bold; 
color: #E565A2;
}

/* ######### 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;
}