.chromestyle{
	background: Black;
	opacity: .75;
	-moz-opacity: 0.75;
	filter: alpha(opacity=75);
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul{
	border: 0px;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	color: #d5d5d5 !important;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px;
	background: Black;
}
.chromestyle ul li a:hover{
	background-color: Black;
	color: White !important;
}
.dropmenudiv{
	position: absolute;
	top: 0;
	border: 0px;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	background-color: Black;
	width: 200px;
	visibility: hidden;
	-moz-opacity: 0.75;
	opacity: .75;
	filter: alpha(opacity=75);
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	margin-top: 2px;
   margin-bottom: 2px;
	border-bottom: 0px  
   padding: 2px 0;
	text-decoration: none;
	color: #d5d5d5 !important;
	font-size: 12px;
}
* html .dropmenudiv a{
	width: 100%;
}
.dropmenudiv a:hover{
	color: #ffffff !important;
	background-color: Black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
