

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	margin-top:-11px;
	margin-left:29px;
	font:normal 10px Verdana;
	font-weight: bold;
	line-height:20px;
	z-index:1000;	
	width: 135px;
	visibility: hidden;
	/*border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;*/
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}



ul li a:hover, ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
	color: black;
}


.dropmenudiv a, .dropmenudiv a:visited{
	width: 135px;
	height: 19px;
	margin:0 auto;
	display: block;
	/*text-indent: 3px;
	/*border-bottom: 1px solid #FFFFF;*/ /*THEME CHANGE HERE*/
	background:url(../images/navi/nav_dropdown-bg.gif) no-repeat top left;
	padding: 0 0 0 6px;
	text-decoration: none;
	font-weight: bold;
	color: white;
	/*font:normal 10px Verdana;*/	
	font-family:Verdana, "League Gothic", "Arial Narrow", sans-serif;
	font-size:10px;
	text-shadow:0px 1px 1px #000;	
	
}

.dropmenudiv a.none {
border-bottom:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #0056bf;
}
