.chromestyle{
display:inline;
font-family: Goudy Old Style, arial, helvetica, sans-serif;
font-weight: normal;
font-size: 13px;
color: #494949;
width: 700px;
font-weight: normal;
margin: 0 auto;
padding-top:2px;
height:26px;
float:right;
text-decoration: none;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/

content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
text-decoration: none;
}

.chromestyle ul{
font-family: Goudy Old Style, arial, helvetica, sans-serif;
text-decoration: none;
display:inline;
width: 600px;
float: right;
margin: 0 auto;
height: 13px;
padding-right:10px;
padding-top:2px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
height:13px;
text-decoration: none;
}

.chromestyle ul li a{
display:inline;
height:13px;
	color: #cccc99;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul img{
display: inline;
height:26px;
text-decoration: none;
	border: none;
}

.chromestyle ul img a{
font-weight: normal;
display:inline;
height:26px;
	color: #cccc99;
	padding: 2px 4px;
	margin: 0;
	text-decoration: none;
	border: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;
text-decoration: none;
font-family: Goudy Old Style, arial, helvetica, sans-serif;
}

.chromestyle ul img a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color: #ffffff;
text-decoration: none;
}



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

.dropmenudiv{
font-family: Goudy Old Style, arial, helvetica, sans-serif;
font-weight: normal;
display:inline;
position:absolute;
top: 3px;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Goudy Old Style, arial, helvetica, sans-serif;
font-size: 12px;
text-decoration: none;
line-height:18px;
z-index:100;
background-color:000000;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
font-family: Goudy Old Style, arial, helvetica, sans-serif;
color: #ffffff;
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
text-decoration: none;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
font-family: Goudy Old Style, arial, helvetica, sans-serif;
	background-color: #000000;
	color: #cccccc;
	text-decoration:none;
	font-weight: normal;
}