.chromestyle{
	width: 100%;
	font-weight: bold;
	font-size:12px;
}

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

.chromestyle ul{
	width: 100%;
	/*background: url(chromebg.gif) center center repeat-x; */
	padding: 0px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	background-color:#555E6F;
	height:25px;
}

.chromestyle ul li{
	/*display: inline;*/
	float:left;
	list-style-type:none;
	background-image:url(../images/tab.gif);
	width:94px;
	height:20px;
	padding-top:5px;
	margin-right:1px;
}

.chromestyle ul li a{
	color: #555E6F;
	margin: 0;
	width:94px;
	display:block;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color:#FFFFFF;
	/*background: url(chromebg-over.gif) center center repeat-x; */
}

.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: 0px;
	text-align:left;
	border: 1px solid #9AA1B1; /*THEME CHANGE HERE*/
	border-top-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 210px;
	visibility: hidden;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); */
}

.dropmenudiv ul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.dropmenudiv ul li{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #555E6F;
	color:white;
}