.chromestyle{
	width: 100%;
	font-weight: bold;
}

.chromestyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}


.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #b2bdc8; 
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #4b5b01; /* BG */
	width: 140px;
	visibility: hidden;
	text-align:left;
	padding:0px 2px 0px 2px;
	margin: 0 0 0 -11px;
	opacity: .75;
	filter: alpha(opacity=75);
}


.dropmenudiv a{
	z-index:999;
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #606060; 
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font-size:11px;
}

* html .dropmenudiv a{ 
	width: 100%;
}

.dropmenudiv a:hover{ 
	background-color: #e4e4e4;
	text-decoration: none;
	color:#000000;
}