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

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

.anylinkmenu{
	position:absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 1000; /* zIndex should be greater than that of shadow's below */
	width: 200px; /* default width for menu */
	text-align:left;
	box-shadow: 3.5px 3.5px 5px #000000;
	background-color: #FFcc00;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	padding: 0 10px 10px;
	background:#FFCC00;
	font-weight:bold;
}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 1000;
font-family: "Arimo Regular Latin",Arial,Helvetica,sans-serif;
}

.anylinkmenu ul li {
}

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
text-indent: 5px;
z-index: 9999;
color:#000;
font-size:16px;
padding:10px 0;
text-shadow: 0 0 1px #FFFFFF;
}

.anylinkmenu a:link{
color:#000;
z-index: 1000;
}

.anylinkmenu a:visited{
color:#000;
z-index: 1000;
}

.anylinkmenu a:active{
color:#000;
z-index: 1000;
}

.anylinkmenu a:hover{ /*hover background color*/
color:#ff6600;
z-index: 1000;
}

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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
padding: 10px;
font: normal 12px Verdana;
z-index: 1000; /*zIndex should be greater than that of shadow's below*/
background: #E9E9E9;
}

.anylinkmenucols li{
padding-bottom: 3px;
z-index: 1000;
}

.anylinkmenucols .column{
float: left;
padding: 3px 8px;
margin-right: 5px;
background: #E0E0E0;
z-index: 1000;
}

.anylinkmenucols .column ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 1000;
}



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


.anylinkshadow{ 
position: absolute;
left: 0;
top: 0;
z-index: 999; 
visibility: hidden;
margin-top:6px;
}

/** link styles **/

.menuanchorclass {
	color:#000000;
	text-decoration:none;	
}

.whitelink {
	color:#FFF;
	text-decoration:none;	
}

.yellow_link {
	color:#f9f965;
	text-decoration:none;
}