.chromestyle{
width: 99%;
font-weight: 550; padding-top:0px; margin-top:40px;
margin-left:50px;
z-index:100;
}

.chromestyle ul{
width: 100%;margin-top:20px; 
background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding-top: 0px 0; 
 text-align:center;
 margin-left:50px;
 z-index:100;

/*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline; margin-top:30px; margin-left:5px;

}

.chromestyle ul li a{
color: #666;
text-decoration: none; margin-top:0px;
line-height:15px; width:114px; margin-left:0px;color:#2b2b2a;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/ background-image:url(../images/menutab_bg_hover.png); background-repeat:no-repeat; display:inline-block; color:#FFF; margin-top:-2px; padding-top:5px;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 64px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#666;
	line-height:26px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;
	left: 486px;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 4px 0;
text-decoration: none;
font-weight: bold;
color:#666;
}

.right_button
{ margin-top:15px;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#a8d44c; width:auto;
color:#000; 
}


.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #8a3c3d;
color: white;
}
