.chromestyle {
	height:34px;
}
.chromestyle table {
	width:100%;
	border-collapse:collapse;
}
.chromestyle tr {
	text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle th {
	padding-left:5px;
	padding-right:5px;
	line-height:34px;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.chromestyle a {
	display:block;
	color:white;
	text-decoration:none;
	height:100%;
	width:100%;
	font:bold 13px Arial;
	line-height:34px;
}
.chromestyle a:hover, .chromestyle-selected a {
	text-decoration:underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	width:auto;
	position:absolute;
	top:0;
	/*border:1px solid #fff; THEME CHANGE HERE*/
	border-bottom:none; /*THEME CHANGE HERE*/
	background:#d6db5b;
	line-height:18px;
	z-index:100;
	visibility:hidden;
	margin-top:9px;
	direction:rtl;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
}
.dropmenudiv A {
	width:auto;
	white-space:nowrap;
	display:block;
	text-indent:3px;
	border-bottom:1px solid #fff; /*THEME CHANGE HERE*/
	padding:5px;
	text-decoration:none;
	text-align:right;
	font:bold 12px Arial;
	color:#fff;
}
* html .dropmenudiv A { /*IE only hack*/
	width:100%;
}
.dropmenudiv A:hover { /*THEME CHANGE HERE*/
	background:#a4a6a9;
}