#chromemenu{
	padding-top:9px;
}
.chromestyle{
	float:right;
	font-weight: bold;
	height: 113px;
	margin: 10px 0 0 0;
	width: 640px;
	
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	border: 0;
	width: 100%;
	padding: 6px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #fff;
	font: 19px Arial Narrow;
	#font: Italic 19px Arial Narrow;
	padding: 4px 7px;
	margin-left: 20px;
	text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background: url('/images/new/chromebg-over.gif') bottom repeat-x; color: #fff; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 1px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	width: 240px;
	visibility: hidden;
	margin-top: -1px;
}

.dropmenudiv ul{
	list-style:none;
	margin:0;
}

.dropmenudiv a{
	width: 100%;
	background: url('/images/new/chrome-drop-bg.gif') bottom repeat-x;
	display: block;
	text-indent: 15px;
	border-bottom: 1px solid #1e1e1e; /*THEME CHANGE HERE*/
	padding: 8px 0;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	color: #e8e8e8;
	height: 18px;
	#margin-top: -2px;
}

.dropdownlast {
	background: url('/images/new/dropdown_bot.png') no-repeat;
	display: block;
	height: 14px;
	width: 240px;
	#margin-top:-2px;
}

li.page-item-14 a, li.page-item-10 a, li.page-item-30 a, li.page-item-42 a, li.first a{
	background: url('/images/new/dropdown_top.gif') no-repeat;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background: #5c5c5c;
	color: #fff;
	font-weight: bold;
}

	li.page-item-14 a:hover, li.page-item-10 a:hover, li.page-item-30 a:hover, li.page-item-42 a:hover, li.first a:hover{
		background: url('/images/new/dropdown_top.gif') no-repeat;
		background-position: -240px;
	}