.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#58595b;
	float:left;
	background:url(../images/menu_left_side.jpg) no-repeat 0 0;
	padding-left:12px;
	height:23px;!important /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover, .chromestyle ul li  a.selected span{ /*script dynamically adds a class of "selected" to the current active menu item*/
	float:left;
	height:18px;
	background:url(../images/menu_right_side.jpg) no-repeat top right;
	color:#58595b
}


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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color: white;
width: 130px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
color:#666666;
}

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

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