.chromestyle{
	width: 898px;
	font-weight: bold;
	border: 1px solid #999;
	background: url(../images/navbar_bckgd.gif) repeat-x;
	clear: both;
	position: relative;
}
#chromemenu #gift {
	position: absolute;
	top: -10px;
}

.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%; /*THEME CHANGE HERE*/
	padding: 6px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	padding: 5px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	font: small-caps 13px Georgia, "Times New Roman", Times, serif;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
}

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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	z-index:100;
	background-color: white;
	visibility: hidden;
	border-bottom: none;
	width: auto;
	_width: 200px;
}


.dropmenudiv a{
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 4px 6px 4px 3px;
	text-decoration: none;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	color: #666;
}

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

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