.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}



.style3
{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
font-weight:bold;
}
.style4
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#990000;
font-weight:bold;
}



/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background:#830b04;
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
text-decoration:none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight:normal;
text-indent: 5px;
color:#ffffff;
}

.anylinkcss a:hover{ /*hover background color*/
background:#afaeae;
color:#000000;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #006666;
}

.anylinkcsscols .column{
width: 130px;
float: left;
}

.anylinkcsscols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{
padding-bottom: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 0; /*zIndex for shadow*/
background: black;
visibility: hidden;
}


.style1
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #ffffff;
text-decoration:none;
}
.style2
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#625f5f;
text-decoration:none;
}


.links a:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#830b04;
text-decoration:none;
}

.links a:visited{ /*hover background color*/
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#830b04;
text-decoration:none;
}


.links a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color:#830b04;
text-decoration:none;
}




.stylebutton a:link
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
text-decoration:none;
background-image:url(buttongrey.gif);
}

.stylebutton a:hover
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color:#000000;
display:block;
line-height: 18px;
text-decoration:none;
background-image:url(buttonre.gif);
}

.sidelink a:link{ /*hover background color*/
background:#830b04;
color:#ffffff;
display:block;
line-height: 18px;
width:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:3;
text-decoration:none;

}



.sidelink a:visited{ /*hover background color*/
background:#830b04;
color:#ffffff;
width:auto;
display:block;
line-height: 18px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:3;
text-decoration:none;

}

.sidelink a:hover{ /*hover background color*/
background:#afaeae;
color:#000000;
width:auto;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height:3;
text-decoration:none;

}
.header
{
color:#FFFFFF;
font-size:14px;
font-weight:bold;
padding-top:5px;
padding-left:5px;
}	