.chromestyle{
width:726px;
font-weight: normal;

}

.chromestyle ul{

width:auto;
 /*THEME CHANGE HERE*/
/*padding: 4px 0px 4px 0px;*/
margin: 0;
text-align:left; 
float:right;/*set value to "left", "center", or "right"*/
}
.chromestyle ul ul{

width:auto;
top:0;
 /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align:left; /*set value to "left", "center", or "right"*/
}
.chromestyle ul li{
list-style-type:none;
	padding-top:35px;
	margin:0px;

	display:inline;
	width:auto;
}
.chromestyle ul li ul li{
display: inline;

}

.chromestyle ul li a{

	padding-left:7px;
	padding-right:6px;
	margin-left:2px;
	float:left;
	padding-top:7px;
	padding-bottom:7px;
	color:#FFFFFF;
	background-color:#000000;
}
.chromestyle ul li a:hover{background-color:#000000;color:#F80808;}
.menuborder{border-bottom:1px solid #C7C9C8;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
z-index:100;
background-color:#d7dee0;
width:210px;
visibility: hidden;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0px 4px 5px;
text-decoration: none;
color:#000000;
margin:0px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:auto;
}

.chromestyle li:hover,.menucont li:hover{ padding:0px; margin:0px;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration:underline;
}