.chromestyle{
width: 97%;
font-weight: bold;
font-family:arial;
font-size:12pt;
background-color:#fff;
float:left;
height:33px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.menufirst
{
font-family:arial;
font-size:10pt;
font-weight:bold;	
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg1.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


html>body .chromestyle ul li a{
color: #000000;
padding: 5px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

.chromestyle ul li a{
color: #000000;
padding: 5px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #000000;
}

#div6
{
color: #000000;
padding: 9px 12px;
_padding: 9px 12px;
#padding: 9px 5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #000000;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#000000;
background: url(chromebg-over1.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul #section1 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#EA5B14;/*THEME CHANGE HERE*/
}

.chromestyle ul #section21 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#64A8D9;/*THEME CHANGE HERE*/
}

.chromestyle ul #section3 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#60A70C;/*THEME CHANGE HERE*/
}

.chromestyle ul #section4 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#BD0906;/*THEME CHANGE HERE*/
}

.chromestyle ul #section5 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#9933CC;/*THEME CHANGE HERE*/
}

.chromestyle ul #section6 a:hover, .chromestyle ul #section2 a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#AE641B;/*THEME CHANGE HERE*/
}

.leftmenuimg
{
background: url(/images/menuleft.jpg);height:33px;width:11px;float:left;

}

.rightmenuimg
{
background: url(/images/menuright.jpg);height:33px;width:11px;float:left;
}

.leftsubmenuimg
{
background: url(/images/submenuleft.gif);height:19px;width:6px;float:left;
}
.rightsubmenuimg
{
background: url(/images/submenuright.gif);height:19px;width:6px;float:left;
}

.submenudiv1
{
float:left;width:238px;line-height:15px;
}
.submenudiv2
{
float:left;width:278px;line-height:15px;
}
.submenudiv3
{
float:left;width:183px;line-height:15px;
}
.submenudiv4
{
float:left;width:302px;line-height:15px;
}
.submenudiv5
{
float:left;width:284px;line-height:15px;
}
.submenudiv6
{
float:left;width:328px;line-height:15px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 1px solid #000; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: transparent;
width: 250px;
visibility: hidden;
clear:both;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
padding-left:6px;
text-decoration: none;
font-weight: bold;
color: black;
background-color:white;
}

.submenudiv1 a
{
	padding-left:0px;
}

.submenudiv2 a
{
	padding-left:0px;
}

.submenudiv3 a
{
	padding-left:0px;
}

.submenudiv4 a
{
	padding-left:0px;
}

.submenudiv5 a
{
	padding-left:0px;
}

.submenudiv6 a
{
	padding-left:0px;
}
* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;
color:#EA5B14;*/
}

#dropmenu1
{clear:both;}
#dropmenu2
{clear:both;}
#dropmenu3
{clear:both;}
#dropmenu4
{clear:both;}
#dropmenu5
{clear:both;}
#dropmenu6
{	
	margin-left:-18px;
	clear:both;
	width:340px;
}
*html #dropmenu6
{
	margin-left:-18px;
}
#dropmenu1 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#EA5B14;
}

#dropmenu2 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#64A8D9;
}

#dropmenu3 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#60A70C;
}

#dropmenu4 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#BD0906;
}

#dropmenu5 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#9933CC;
}

#dropmenu6 a:hover{ /*THEME CHANGE HERE*/
/*background-color: #F0F0F0;*/
color:#AE641B;
}
