.chromestyle {
	margin-bottom:7px;
}
.chromestyle table {
	width:100%;
	border-collapse:collapse;
}
.chromestyle tr {
	height:30px;
	line-height:30px;
	text-align:center; /*set value to "left", "center", or "right"*/
}
.chromestyle th {
	padding-left:5px;
	padding-right:5px;
}
.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:30px;
}
.chromestyle a:hover, .chromestyle-selected a {
	text-decoration:underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	width:auto;
	position:absolute;
	text-align:left;
	top:0;
	border:1px solid #fff; /*THEME CHANGE HERE*/
	border-bottom:none; /*THEME CHANGE HERE*/
	background:#707173;
	line-height:18px;
	z-index:100;
	visibility:hidden;
	/*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:left;
	font:bold 12px Arial;
	color:#fff;
	text-align:center;
}
* html .dropmenudiv a { /*IE only hack*/
	width:100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background:#a4a6a9;
}
