.chromestyle{
width:1000px;
margin:auto;
}

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

.chromestyle ul li{
display:block;
float:left;
}
.chromestyle ul li a{
font-size:14px;
color:#000000;
margin:0;
display: block;
background-image:url(../images/tabtopbg.png);
width:111px;
line-height:26px;
text-decoration:none;
cursor:pointer;
}
.chromestyle ul li{
line-height:26px;}
* html .chromestyle ul li a{
width:106px;
background-image:none;
border-left:solid 1px #999999;
border-right:solid 1px #888888;
line-height:26px;
width:108px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
 /*THEME CHANGE HERE*/
background-image:url(../images/tabtopbgo.png);
background-repeat:no-repeat;
}
* html .chromestyle ul li a:hover{
background-image:url(../images/tabtopbgo.gif);
background-position:center;
background-repeat:no-repeat;
}

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

.dropmenudiv{
	position:absolute;
	top:auto;
	border-bottom-width:0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color:#000000;
	width:300px;
	visibility: hidden;
	text-align:left;
	/* for IE */
	filter: alpha(opacity=80);
	/* CSS3 standard */
	opacity:0.8;
	border:#000 solid 2px;
}
	
.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #111111; /*THEME CHANGE HERE*/
padding:2px 10px;
text-decoration: none;
font-weight: bold;
color: #fff;

}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#666;
}
#partB .ulstyle{
font-size:11px;
list-style: inside;
margin-left:30px;
width:300px;
}