.chromestyle {
	padding:0;
	/*margin-top:133px;
	margin-right:40px;
	float:right;*/
	width: 197px;
	line-height:36px;
	font-weight: bold;
	text-align:right;
	display:inline;
	color:#1a2838;
	text-transform:uppercase;
	/* 3 new lines below */
	position:absolute;
	left:820px;
	top: 0px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	height:36px;
	background: url(../images/category_bg.png) center center repeat-x; /*THEME CHANGE HERE - browse by category header */
	padding: 4px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li {
	display: inline;
}
.chromestyle ul li a {
	color:#1a2838;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	text-transform:uppercase;
	padding:0;
	margin:5px 0;
	line-height:20px;
	position:absolute;
	border:0;
	z-index:9999;
	background-color:#1a2838;
	width: 197px;
	/*margin-left:-16px;*/  /* old */
    margin-left:-8px;
    
	visibility: hidden;
	border-bottom:#1a2838  15px solid;
	border-top:#1a2838 10px solid;
}

:-moz-any(.dropmenudiv) {
    text-transform:uppercase;
	padding:0;
	margin:5px 0;
	line-height:20px;
	position:absolute;
	border:0;
	z-index:9999;
	background-color:#1a2838;
	width: 197px;
	margin-left:-16px;  
	visibility: hidden;
	border-bottom:#1a2838  15px solid;
	border-top:#1a2838 10px solid;    
}


.dropmenudiv a {
	width: 100%;
	display: block;
	line-height:25px;
	text-indent:24px;
	text-decoration: none;
	font-weight: bold;
	color:#e7eff9;   /* very light blue link */
	border-bottom: 1px solid #31445a;  /*#16478d; */
}

.dropmenudiv a:hover  { /*THEME CHANGE HERE*/
	color:#fab138;
	background-color: #000e1e;
}
