.chromestyle{
	width: 99%;
	font-weight: bold;
	background:#000;
}
.chromestyle li a.first{background:#eee}

.chromestyle li.on{background:red}
.chromestyle .on a{color:#fff;background:red} 
.chromestyle .link a{padding-right:50px;background:#000 url(../images/tem/link_bg_left.gif) no-repeat left;color:#fff}

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

.chromestyle ul li{
/*
	display: inline;
	margin:0;
	*/
	float:left;
	list-style:none;
	background:#E5E9EC;
}

.chromestyle ul li a{
	float:left;
	display:block;
	padding:3px 30px 0;
	height:26px;
	line-height:26px;
	color: #000;
	text-decoration: none;
	background:#E5E9EC;
	font-size:14px;
	/*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;
}