.chromestyle{
	width: 100%;
	height:100%;
	font-weight: normal;
	font-family: ariel;
	font-size: 12px;
	align:top;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	background-position: center center;
	background-image: none;
	background-color: #CCCCCC;
	margin: 0px;
	color: #333333;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: none; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px none #BBB;
width: 100%;
background: url(../pics/Bar1.png); /*THEME CHANGE HERE*/
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #006699;
padding: 5px 7px;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background: #999999 url(none) repeat-x center center;
	color: #FFFFFF;
}

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

.dropmenudiv{
	position:absolute;
	top: auto;
	border: 0px solid #BBB;
	border-bottom-width: 0;
	font:normal 12px Ariel;
	line-height:18px;
	z-index:100;
	background-color: #333333;
	width: 200px;
	visibility: hidden;
	height: auto;
	left: auto;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #CCCCCC;
}

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

.dropmenudiv a:hover{
	background-color: #006699;
	color: #FFFFFF;
}