.dropdownstyle {
	width: 99%;	
	font-weight: normal;
}

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

.dropdownstyle ul {
	border: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropdownstyle ul li {
	/*V display: inline; */
	float: left;
	display: inline;
	padding: 0px;	
	margin: 0px;
}

.dropdownstyle ul li a {
	float: left;
	color: #FFF;	
	padding: 5px 7px;	
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	font-size:13px;
	border: 0px solid #FF0000;

}

.dropdownstyle ul li a:hover {
	background-color: #004581;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.dropdownstyle ul li a[rel]:after { /*HTML to indicate drop down link*/
	content: " ";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.dropmenudiv {
	position:absolute;
	top: 0;
	/*V border: 1px solid #fff; */ /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	/*V background-color: #ee9540;*/
	width: 200px;
	visibility: hidden;	
	margin-top: -1px;
	
	background-color: #004581;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.dropmenudiv ul { padding: 0px; margin: 0px; }
.dropmenudiv ul li { padding: 0px; margin: 0px; list-style: none; 	width: auto; display: block; text-indent: 6px; padding: 0px 6px; text-decoration: none; font-weight: normal; color: #FFF; }

.dropmenudiv a {
	width: auto;
	display: block;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
}

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

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color:#00D1F0;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.menuover { 	background-color: #004581;	
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8; }
.menuout { background-color: transparent; }

