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

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

.anylinkmenu{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid 8a8a8a;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width:174px;
 /* default width for menu */
}

.anylinkmenu ul{
	border:none;
	margin-left:2px;
}

.anylinkmenu ul li a {
    background-color: #BB5427;
    border-top: 1px solid #CF774F;
    box-shadow: 0 -1px 0 0 #A43C17;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 10px 8px 10px 18px;
    text-align: left;
    text-transform: uppercase;
    width: 160px;
}

.anylinkmenu a:hover{ /*hover background color*/
background: #E47A38;
}


/* Blue Drap Down
.anylinkmenu ul li a{
width: 100%;
text-align:left;
background:#0f84b7;
display: block;
border-top:1px solid #fff;
padding:5px 0;
text-decoration: none;
text-indent: 10px;
font-family:Arial;
font-size:12px;
color:#fff;
font-weight:bold;

}

.anylinkmenu a:hover{ 
background: #1fafe2;
}
*/
/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkmenucols{
position: absolute;
width: 150px;
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: #E9E9E9;
}

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

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

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



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

.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
visibility: hidden;
}

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

.anylinkmenu1{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid 8a8a8a;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width:170px;
	 /* default width for menu */
}

.anylinkmenu1 ul{
}

.anylinkmenu1 ul li a{
	background-color: #BB5427;
	border-top: 1px solid #CF774F;
	box-shadow: 0 -1px 0 0 #A43C17;
	color: #FFFFFF;
	display: block;
	font-size: 12px;
	padding: 10px 8px 10px 18px;
	text-align: left;
	text-transform: uppercase;
	width: 170px;

}
.anylinkmenu1 a:hover{ /*hover background color*/
	background: #E47A38;
}

/* ######### Essential refence menu class for drop down menus ######### */

.anylinkmenu6{
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	border: 1px solid 8a8a8a;
	line-height: 18px;
	z-index: 100; /* zIndex should be greater than that of shadow's below */
	width:195px;
 /* default width for menu */
}

.anylinkmenu6 ul{
	border:none;
}

.anylinkmenu6 ul li a {
    background-color: #BB5427;
    border-top: 1px solid #CF774F;
    box-shadow: 0 -1px 0 0 #A43C17;
    color: #FFFFFF;
    display: block;
    font-size: 12px;
    padding: 10px 8px 10px 18px;
    text-align: left;
    text-transform: uppercase;
    width: 178px;
}

.anylinkmenu6 a:hover{ /*hover background color*/
background: #E47A38;
}

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


.anylinkmenucols{
position: absolute;
width: 150px;
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: #E9E9E9;
}

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

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

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



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


.anylinkmenucontent{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 999; /*zIndex for shadow*/
background: black;
visibility: hidden; width:150px;
}

.anylinkmenucontent ul{
margin: 0;
padding: 0;
border:1px solid #fff; border-top:0;
list-style-type: none;
}

.anylinkmenucontent ul li a{
width: 100%;
text-align:left;
background:#0e304b;
display: block;
text-indent: 3px;
border-top:1px solid #fff;
padding:5px 0;
text-decoration: none;
text-indent: 5px;
font-family:Arial;
font-size:12px;
color:#fff;
font-weight:bold;

}

.anylinkmenucontent a:hover{ /*hover background color*/
background: #154d78;
}
