.chromestyle{
width: 99%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border:;
	width: 100%;
	background:; /*THEME CHANGE HERE*/
	padding: 3px 7px; /*was 4 0 */
	margin: 0 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #666666;
padding: 3px 7px; /* was 4 2 */
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
background: ; /*THEME CHANGE HERE original - url(chromebg-over.gif) center center repeat-x   */
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: ""; /* this is where the 'v' was */
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
position:absolute;
top: 0;
/*border:; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:16px; /* was 18 */
z-index:100;
width: 100px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#FFFFFF,direction=1,strength=3); /*Add Shadow in IE. Remove if desired*/
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
}


.dropmenudiv a{
width: 100px;
display: block;
text-indent: 3px;
/*border-bottom:; /*THEME CHANGE HERE*/
padding: 2px 0 0 5px;
text-decoration: none;
font-weight: bold;
color: #999999;
width: 100px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#336600;
	background-color:#FFFFFF;
	width: 90px;
	text-decoration: underline;
}