.chromestyle{
/*width: 99%;*/
	color: #666;}

.chromestyle:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	color: #666;}

.chromestyle ul{
	color: #666;
	padding: 0;
	margin: 0;
	text-align: center;}

.chromestyle ul li{
	list-style:none;
	display: inline;
	color: #666;}

.chromestyle ul li a{
	font-family:Arial, Helvetica, sans-serif;
	color: #D1DC80;
	padding: 0;
	margin: 0;
	font-size:12px;
	text-decoration: none;
	list-style:none;
	display: inline;}

.chromestyle ul li a:hover{
	color:#96ff38;}

.chromestyle ul li a[rel]:after{ 
	content: " ";}

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
	color: #666;
	background-color: #666;
	width: 80px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);}

.dropmenudiv a{
	color: #D1DC80;
	width: auto;
	display: block;
	text-indent: 3px;
	padding: 2px 0;
	text-decoration: none;}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;}

.dropmenudiv a:hover{
	background-color: #666;
	color:#61C42F;}
