.dropdownstyle {
	width: 100%;
	font-weight: bold;
}

.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%;
	\* background: url(dropdownbg.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
	padding: 0px;
	margin: 0px 0px -3px 0px;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropdownstyle ul li {
	display: inline;
}

.dropdownstyle ul li a {
	color: #fff;
	padding: 8px 0px;
	margin: 0;
	text-decoration: none;
	border: 0px;
}

.dropdownstyle ul li a:hover {
	/*background: url(dropdownbg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/*/
}

.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;
	border: 0px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #083910;
	width: 150px;
	visibility: hidden;
	margin: -11px 0px 0px 0px;
	/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */ /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 6px;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 6px 0px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #718692;
}
