.chromestyle{
width: 550px;
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: 1px solid #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*padding: 4px 0;*/
margin: 0;
height: 18px;
padding: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;
text-transform: uppercase;


}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #B5E2FE; THEME CHANGE HERE*/
}

.chromespacer {
	font-size: 10px;
	line-height:20px;
	height: 20px;
	width: 20px;
	padding: 1px 5px 3px 0px;
	background: url(../../graphics/menu-button-grey-2.gif);
	background-repeat: no-repeat;
	background-position: top left; 
}


.chromestyle ul li a, .chromestyle ul li a:visited, .chromestyle ul li a:active{
color: #FFFFFF;
padding: 1px 2px 3px 5px;
height:16px;
text-decoration: none;
background: url(../../graphics/menu-button-grey-1.gif);
background-repeat: no-repeat;
background-position: top left; 
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover {
color: #FFFF00;
text-decoration: none;

/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/*.chromestyle ul li a[rel]:after{ HTML to indicate drop down link
content: " v";
content: " " url(downimage.gif); uncomment this line to use an image instead
}*/


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding:0px 0px -3px 0px;
/*border-bottom-width: 0;*/
font-size: 10px;
font-family: Arial, Helvetica, sans-serif;

line-height:20px;
z-index:100;
/*background-color: #8C8C8B;*/
width: 150px;
visibility: hidden;
background: url(../../graphics/menu-button-grey-sub-1.gif);
background-repeat: no-repeat;
background-position: top left; 
/*
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudivider {
	line-height:1px;
	height:1px;
	font-size: 1px;
	background-color:#ffffff;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px 0px 0px 0px;
	
}

.dropmenudivbottom {
background: url(../../graphics/menu-button-grey-sub-2.gif);
background-repeat: no-repeat;
background-position: top left; 
height: 4px;
line-height: 4px;
}

.dropmenudiv a, .dropmenudiv a:active, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 4px;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
/*padding: 2px 0;*/
text-decoration: none;
color: #FFFFFF;
margin-top:0;
margin-bottom: 0;
padding: 0px 0px 0px 0px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFFF00;
text-decoration: none;
}

#chromeselected, #chromeselected a  {
color: #FFFF00;
text-decoration: none;
}