.chromestyle{
	width: 30em;
	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;
























Arial; 
	white-space: nowrap;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	padding: 3px 10px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #000066;
	border-left: 1px solid #000066;
	color: #FFFFFF;
}

.chromestyle ul li a:hover{
	background-color: #0033FF;
	padding: 3px 10px;
	color: #FFFFFF;
}

.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;
	line-height:14px;
	z-index:100;
	background-color: #FFFFFF;
	width: auto;
	visibility: hidden;
	text-align: left;
	margin-left: 0px;
	margin-top: 0px;
	white-space: nowrap;
	font-family: Verdana;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #FFFF00;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 4px;
	text-decoration: none;
	font: bold 12px;
	color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	/*width: 100%;*/
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #0033ff;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
