.chromestyle {
	color: #FFFFFF;
	width: 900px;
}

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

.chromestyle ul {
	border: 0px;
	width: 100%;
	background: #0D0D0D url(images/navbg.png) repeat-x;
	padding: 8px 0px;
	margin: 0px;
	text-align: center;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #FFFFFF;
	padding: 8px 12px;
	margin: 0px;
	text-decoration: none;
}

.chromestyle ul li a:hover {
	background: #3D3D3D url(images/navbg-over.png) top center repeat-x; 
}

.dropmenudiv {
	position: absolute;
	top: 0px;
	line-height: 18px;
	z-index: 100;
	background: #333333;
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 7px;
	padding: 5px 0px;
	text-decoration: none;
	background: url(images/navdown.png) bottom repeat-x;
	color: #FFFFFF;
}

* html .dropmenudiv a {
	width: 100%;
}

.dropmenudiv a:hover {
	background: #9D0202 url(images/navdown1.png) bottom repeat-x;
}
