.chromestyle {
	border: 0px;
	width: 780px;
	font-weight: bold;
}

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

.chromestyle ul {
	border: 0px solid #BBB;
	width: 100%;
	/*
	background: url('/catalog/chromebg.gif') center center repeat-x;
	*/
	padding: 0 0;	/* 4px 0 */
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
	/* width: 120px; */
	display: inline;
	padding: 0 0;	/* 4px 0 */
	margin: 0;
}

.chromestyle ul li a {
	/* width: 120px; */
	color: #3eb12c;
	padding: 0 0;	/* 4px 7px; */
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover {
	border: 0px;
	/*
	background: url('/catalog/chromebg-over.gif') center center repeat-x;
	*/
}

.chromestyle ul li a[rel]:after {
	border: 0px;
	/*content: " v"; */
	/*content: " " url('/catalog/small-down33.gif');*/
}


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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #dddddd; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	color: #e2a2a2;
	font-family: Verdana,Arial,sans-serif;
	font-size: 10px;
	font-style: normal;
	text-align: left;
	line-height:12px;
	z-index:100;
	background-color: white;
	width: 110px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	text-align: left;
	font-weight: normal;
	color: #777777;
}

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

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