.chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background:url(../images/top_menu_hover_bg.jpg) repeat-x 0 0;
	height:34px;
	padding:14px 9px 0 9px;
	text-decoration:none
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv.lavel2 {
	position:absolute;
	top: 42px!important;
	left:-200px!important;
	line-height:18px;
	z-index:100!important;
	visibility: hidden;
	width:700px;
	
}

.dropmenudiv {
	position:absolute;
	top: 42px!important;
	left:-30px!important;
	line-height:18px;
	z-index:100!important;
	visibility: hidden;
	width:700px;
	
}
.dropmenudiv a {
	width: auto;
	display: block;
	padding: 5px 7px 3px 7px!important;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	float:left;
	background-color: #2086ab;
	font-size:13px!important;
	height:18px!important
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #fff;
	text-decoration:underline
}

