#chromemenu{
position: relative;
top: 119px;
left: 0px;
}
.chromestyle{
  position: absolute;
width: 958px;
margin: 0px;
z-index: 999;
top: 119px;
left: 153px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
height: 0; 
clear: both; 
visibility: hidden;
z-index: 999;
}

.chromestyle ul{
width: 958px;
padding: 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
z-index: 999;
}

.chromestyle ul li{
	margin: 0 0px;
	float: left;
	list-style-type: none;
	top: 0px;
	z-index: 999;

}

.chromestyle ul li a{
padding: 0px;
margin: 0px;
text-decoration: none;
z-index: 999;

}

.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: 0px;
border-bottom-width: 0;
font:normal 11px Arial, Verdana;
line-height:22px;
background-color: #D3D2D2;
width: 215px;
visibility: hidden;
padding: 0px;
margin: 0px;
z-index: 999;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #BDBCBC; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-decoration: none;
color: black;
}

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

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