/* ######### Default class for drop down menus ######### */
#topnav {
	text-align: left;
	display: block;
	background: #525252;
	color: white;
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#topnav a{
	background:  url(images/top_bg.png) repeat-x;
	padding: 2px 6px;
	font-size: 70%;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: white;
	text-decoration: none;
	margin: 0; 
	}	
	
#topnav a:hover {
	background: #ff7f00;
	color: white;
	}	

	
.anylinkmenu{
text-align: left;
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px dotted black;
border-bottom-width: 0;
font: normal 10px Verdana;
line-height: 15px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fff;
width: 200px; /* default width for menu */
filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;

}

.anylinkmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkmenu ul li a{
width: 100%;
display: block;
border-bottom: 1px dotted black;
padding: 2px 2px;
text-decoration: none;
font-weight: bold;
color: #ff7f00;
text-transform: uppercase;
letter-spacing: .1em;
}

.anylinkmenu a:hover{ /*hover background color*/
background: black;
color: white;
}
.anylinkmenu2 ul li a{
	color: white; 
	text-decoration: none; 
	font-size: 11pt; 
	margin: 0px 15px;
	}

/* ######### 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;
}