.chromestyle {
	width: 600px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

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

.chromestyle ul {
	width: 100%;
	background: transparent url(../images/topcol_bg.png) top center repeat-x;
	padding: 9px 0;
	margin: 0;
}

.chromestyle ul li {
	display: inline;
	background-image: url(../images/line.png);
	background-repeat:no-repeat;
}

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

.chromestyle ul li a:hover, .chromestyle ul li a.selected { 
	color: #CCCCCC;
	text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	line-height: 24px;
	z-index:100;
	background-color: #CCCCCC;
	width: 200px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: normal;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #CD2A2B;
	color: #FFFFFF;
}