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


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Verdana;
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;
}


.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;

}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: white;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 0px solid black;
padding: 10px;
font: normal 12px Verdana;
font-family:Verdana, Geneva, sans-serif;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #eee;
line-height: 16px;
}


.anylinkcsscols .column{
width: 135px;
float: left;
font: 11px;
font-weight:bold;

}

.anylinkcsscols .column1{
width: 275px;
float: left;
font: 12px;
font-weight:bold;

}

.anylinkcsscols .column2{
width: 180px;
float: left;
font: 12px;
font-weight:bold;

}

.anylinkcsscols .column5{
width: 160px;
float: left;
font: 12px;
font-weight:bold;

}

.anylinkcsscols .column6{
width: 160px;
float: left;
font: 12px;
font-weight:bold;

}


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

.anylinkcsscols .column1 ul{
margin: 0;
margin-bottom:6px;
padding: 0px;
list-style-type: none;
line-height: 15px;

}

.header a{
	text-decoration:none;
	color:#000;
	
}

.header a:hover{
	text-decoration:none;
	color: #369;
	
}


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

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

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

.anylinkcsscols li{
padding-bottom: 0px;
}

.anylinkcsscols li a{
	
	color:#000;
	display: block;
 padding: 2px 0px 2px  5px;
 border-top: 0px solid #666;
 border-left: 0px solid #666;
 border-right: 0px solid #333;
 background-color: #eee;
 border-bottom: 0px solid #333;
 font-weight:normal;

 text-decoration: none; 
}

.anylinkcsscols li a:hover{
background-color: #666;
color:#fff;
}

/* ######### 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;
}