.chromestyle{
	width: 920px;
	font-weight: normal;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

.chromestyle ul{
	width: 100%;
	padding: 8px 0 8px 0;
	background: #666;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #fff;
	padding: 8px 10px 8px 10px;
	margin: 0;
	text-decoration: none;
	background: #666;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.selected2 { 
	background: #66cc33;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 8pt;
	line-height:18px;
	z-index:100;
	background-color: #666;
	width: 190px;
	visibility: hidden;
	color: white;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{
	background-color: #66cc33;
}