.dropdownstyle {
	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;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.dropdownstyle ul li {
	float: left;
	border: 1px solid #fff; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	background-color: #919191;
	padding: 2px 0px;
	margin: 0px 4px 0px 1px;
	width: 148px;
	text-align: left;
	list-style: none;
}

.dropdownstyle ul li a {
	color: #fff;
	padding: 4px 7px;
	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: 1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:12px;
	z-index:100;
	background-color: #919191;
	width: 148px;
	visibility: hidden;
	
	filter:alpha(opacity=85); 
	-moz-opacity:0.85; 
	opacity: 0.85;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-align: center;
	border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}
.dropdownstyle ul li a:hover {
	text-decoration: none;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #454545;
}
