.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	padding: 0px;
	margin: 0px;
	border: 1px solid #e7e7e8;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #494949;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	width: 250px;
	background-color:#00FFFF;
	position:absolute;
	top: 0;
	border: 1px solid #e7e7e8; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height:18px;
	z-index:1000;
	background-color: white;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #e7e7e8; /*THEME CHANGE HERE*/
	padding: 2px 10px 2px 10px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	z-index:1000;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #808080;
	color: #ffffff;
}

