.selectedanchor{
	font: normal 12px Arial;
	color: #2c2c2c;
	background: #242426;
	text-decoration: none;
}

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

.anylinkmenu{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border-bottom-width: 0;
font: normal 12px Arial;
color: #999999;
line-height: 24px;
text-decoration: none;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #242426;
width: 200px; /* default width for menu */
}

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

.anylinkmenu ul li a{
width: 100%;
display: block;
text-indent: 7px;
padding: 3px 0;
color: #999999;
text-decoration: none;
text-indent: 7px;
}

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

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


.anylinkmenucols{
position: absolute;
width: 350px;
left: 0;
top: 0;
visibility: hidden;
padding: 20px;
font: normal 11px Verdana;
z-index: 100; /*zIndex should be greater than that of shadow's below*/
background: #242426;
}

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

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

.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*/
background: black;
visibility: hidden;
}.textnormal3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #919191;
	text-decoration: none;
	line-height: 26px;
}
.textnormal4 {
	font-family:Tahoma,  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	text-decoration: none;
	line-height: 15px;
}
.background {
	background-color: #1c1c1c;
	background-image: url(images/topmenubg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

