@charset "utf-8";
/* CSS Document */



.dropmenudiv img{
	border:0px;
	vertical-align:middle;
}
.dropdn{
	font-weight:bold; 
	font-size:15px; 
	margin:0px;
	/*margin:0 auto; 
	width:600px;*/
	text-transform:uppercase;
	float:left;
	/*padding-left:39px;
	padding-top:5px;
	margin-bottom:3px;*/
}

.dropdn:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
margin:0px;
clear: both; 
visibility: hidden;
}

.dropdn ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.dropdn ul li{
display: inline;
	padding:0px;
	margin:0px;
	list-style:none;
}

.dropdn ul li a{
	color: #cea135;
	margin: 0;
	text-decoration: none;
	/*font-size:13px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 20px;*/
}

.dropdn ul li a:hover, .dropdne ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	/*THEME CHANGE HERE*/
border-bottom-width: 0;
	font:normal 11px verdana;
	line-height:18px;
	z-index:100;
	background-color:#fff;
	width: 180px;
	visibility: hidden;
	/*border:1px solid #cccccc;*/
	margin-left:0px;
	padding-top:0px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	/*left: 661px;*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color:#000;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 2px;
	/*background:url(../img/bullet.png) no-repeat left top;*/
	margin-left:0px;
	padding-bottom:1px;
	border-bottom:1px solid #808080;
	font-size:12px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E3E3E3;
color:#000;
}
