.chromestyle{
	width: 99%;
	font-weight: bold;
	background:#000;
	border-bottom:1px solid #252324;
}

.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: 4px 0 0 10px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	display:inline-block;
	color: #fff;
	padding: 15px 18px;
	margin: 0;
	text-decoration: none;
	background:url(../images/tem/menu_bg.gif) no-repeat left center;
	/*THEME CHANGE HERE*/
}

/* bansi add  */
.chromestyle ul li a.first{
	background:none;
}

.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 #252324; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #000;
	width: 180px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#111111,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #333; /*THEME CHANGE HERE*/
	padding: 2px 0 2px 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	background:url(../images/tem/menu_icon.gif) no-repeat 5px center;
}

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