.chromestyle{
	font-weight: bold;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	color: #FFFFFF;
}

.chromestyle ul{
	border: 0px solid #BBB;
	width: 98%;
	background: url(../images/theme/ddmenubg.gif) repeat-x center center;
	padding: 4px 5px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	color: #FFFFFF;
}

.chromestyle ul li{
display: inline;
text-align:center;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 10px 10px;
margin: 0;
text-decoration:none;
border-right: 1px solid #FFFFFF;
}

.chromestyle ul li a[rel]:after{
	content: " v";
	color: #FFFFFF;/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.chromestyle:visited {
	text-decoration: none;
	color: #FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-right: 1px solid #000000;
	border-bottom-width: 1px;
	border-bottom: 1px solid #000000;
	font:normal 11px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#FFFFFF;
	width: 200px;
	visibility: hidden;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted #999999; /*THEME CHANGE HERE*/
padding: 0px 2px;
text-decoration: none;
font-weight: bold;
color: #0E3FC0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background: url(../images/theme/ddmenubg.gif) center center repeat-x; /*THEME CHANGE HERE*/
}
