#menu
 {
	float:none;
	height:22px;
	font:bold 13px Arial, Helvetica, sans-serif, Tahoma;

	
 }

#menu a
 {
 	font:bold 14px  Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #FF9900;
	
 }

#menu a:hover
 {
 	font:bold 13px  Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #003300;
	background-color: #FFFFCC;
	border-radius:6px;
 }

.chromestyle{

width: 99%;

font-weight: bold;

}



.chromestyle:after{ 

content: "."; 

display: block; 

height: 0; 

clear: both; 

visibility: hidden;

}



.chromestyle ul{



width: 100%;

padding: 0px 0px;

margin: 0;

text-align: center; /*set value to "left", "center", or "right"*/

}



.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #;

padding: 16px 25px;

margin: 0;

text-decoration: none;
background-image:url(img/arrow.gif);
background-repeat: no-repeat;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 

background-image:url(IMGS/hover.jpg);
background-repeat: no-repeat;


/*script dynamically adds a class of "selected" to the current active menu item*/

 /*THEME CHANGE HERE*/

}



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



.dropmenudiv{

position:absolute;

top: 0;

border: 1px solid  groove; /*THEME CHANGE HERE*/

border-bottom-width:1px;

font:normal 12px Verdana;

line-height:10px;

z-index:100;

background-color: #39619C;

width: 200px;

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 5px;

border-bottom: 1px solid  #FFFF99; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

font-weight: bold;
color: black;
height:20px;
vertical-align:middle;

}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}

