.chromestyle{
	width: 99%;
	font-weight: bold;
}
.chromestyle:after{
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul{
	border: 0px solid #BBB;
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: center;
}
.chromestyle ul li{
	display: inline;
}
.chromestyle ul li a{
	COLOR: #eeeeee;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #cccccc;
}

.chromestyle ul li a:visited{
	COLOR: #eeeeee;
	text-decoration: none;
}
.chromestyle ul li a:hover{
	COLOR: #eeeeee;
	text-decoration: underline;
}
.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #aaaaaa;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
.dropmenudiv a:visited{
	color: #000000;
	text-decoration: none;
}
* html .dropmenudiv a{
	width: 100%;
}
.dropmenudiv a:hover{
	background-color: #356595;
	text-decoration: none;
	COLOR: #eeeeee;
}