.chromestyle{
	width: 25em;
	font-weight: bold;
	float: right;
	margin-top: -20px;
	margin-right: 2px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	border: 0px solid #000;
	width: 100%;
	background: url(../images/logo-striped-bg.png) center center repeat-x; /*THEME CHANGE HERE*/
	padding: 2px 0px;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	font-size: 12px;
	font: bold 12px Tahoma;


	white-space: nowrap;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 3px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
}

.chromestyle ul li a:hover{
	background-color: #0033FF;
	padding: 3px 10px;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0px;
	font:normal 11px Verdana;
	line-height:14px;
	z-index:100;
	background-color: #072E91;
	width: auto;
	visibility: hidden;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	white-space: nowrap;
}




.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 4px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFFF;
}



.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #0033ff;
}
