.chromestyle{
	width: 440px;
	font-weight: normal;
	font-size:8pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}

.chromestyle ul{
	width: 440px;
	padding: 4px 0px 4px 0px;
	background: #666;
	height: 16px;
}
.chromestyle ul li{
    display: inline;
    height: 24px;
}
.chromestyle ul li a{
    color: #fff;
    padding: 4px 10px 4px 10px;
    margin: 0;
    text-decoration: none;
    background: #666;
    line-height: 16px;
}

#chrome-right {
	float:left;
	width: 100px;
	padding: 4px 0px 4px 0px;
	height: 16px;
}
#chrome-right2 {
	float: right;
    height: 24px;
}



.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;
}
