.chromestyle{
	width: 1004px;
	font-weight: bold;
	font-family: verdana;
	font-size: 10px;
	color: #cccccc;
	padding: 0px; margin:0px; width:auto; list-style-type: none;
	}

.mainmenu{
	width: auto;
	font-family: tahoma;
	font-size: 10px;
	color: #005693;
	}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 1px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
float:left;
}

.chromestyle ul li a{
color: #6c6c6c;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #d3d3d3;
font-weight:bold;

}
.menu{
	background-repeat: repeat-x;
	background-position: top;
	height:28px;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0px;
left: 0px;
margin-top:6px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10.5px Tahoma;
line-height:16px;
z-index:100;
background-color: white;
width: auto;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#C9C9C9,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #2e2e2e;
text-align:left;
}

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

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




.mainmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.mainmenu ul{
border: 0px solid #BBB;
width: 100%;
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.mainmenu ul li{
display: inline;
float:left;
}

.mainmenu ul li a{
color: #005693;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 0px solid #DADADA;
}

.menu{
	background-repeat: repeat-x;
	background-position: top;
	height:28px;
}

.mainmenu ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}

.mainmenu ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv2{
position:absolute;
top: 0;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10.5px Tahoma;
line-height:16px;
z-index:100;
background-color: white;
width: 100px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#C9C9C9,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv2 a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d3d3d3; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #094156;
}

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

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





