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

.chromestyle ul li{
	float: left;
	list-style-image: none;
}

.chromestyle ul li a {
	display: block;
	color: #666;
	padding: 0 12px;
	margin: 0;
	line-height: 40px;
	text-decoration: none;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial;
}

.chromestyle ul li a.first { padding: 0 12px 0 15px; }
.chromestyle ul li a.last { padding-right: 0; }

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#333;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a img{ margin-bottom:2px;}

.chromestyle ul li.navbar-cart { float: right !important; }
.chromestyle ul li.navbar-cart a { color: #666; padding-left: 20px; padding-right: 50px; background: #DDD url(../images/icon-cart.png) no-repeat 110px 9px; }
.chromestyle ul li.navbar-cart a:hover { background: #FFF url(../images/icon-cart.png) no-repeat 110px 9px; }

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

.dropmenudiv{
	position:absolute;
	top: 0;
	margin: 0;
	border: 1px solid #CCC; /*THEME CHANGE HERE*/
	border-top: 0;
	z-index:1000;
	background-color: #DDD;
	opacity:0.98;
	filter:alpha(opacity=98); /* For IE8 and earlier */
	width: 200px;
	visibility: hidden;
}

.dropmenudiv a, .dropmenudiv a:visited {
	width: auto;
	display: block;
	font-size: 12px;
	text-indent: 8px;
	border-bottom: none; /*THEME CHANGE HERE*/
	line-height: 30px;
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #333;
}

.dropmenudiv a.last{
	border-bottom-width: 0;
}

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

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