.chromestyle{
		width: auto;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:13px;
		height:40px;		}

.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%;
		 /*THEME CHANGE HERE*/
		padding:0;
		margin: 0;
		
		/*set value to "left", "center", or "right"*/		}

.chromestyle ul li{
		float:left;
		width:98px;
		height:40px;
		text-align:center;
		list-style:none;
		border-bottom:3px solid #3a57a2;		}

.chromestyle ul li a{
		text-decoration: none;
		color:#398400;}

.chromestyle ul li span{
		margin-top:10px;
		display:block;}

.chromestyle ul li span .current{
		margin-top:10px;
		display:block;	
		background: url(../images/lnk_hover.gif) no-repeat;
		width:98px;
		height:40px;
		color:#005AAA;
		border-bottom:3px solid #00CC33;}
	
		
	
.chromestyle ul li:hover{
		color:#494949;
		margin:0px;
		text-decoration: none;
		background: url(../images/lnk_hover.gif) no-repeat;
		width:98px;
		height:40px;
		color:#005AAA;
		border-bottom:3px solid #00CC33;}

.chromestyle ul li:hover span .current{
		color:#494949;
		text-decoration: none;
		background: url(../images/lnk_hover.gif) no-repeat;
		width:98px;
		height:40px;
		color:#005AAA;
		border-bottom:3px solid #00CC33;}

/*.current{
color:#005aaa;
margin:0px;
text-decoration: none;
background: url(../images/lnk_hover.gif) no-repeat;
width:98px;
height:40px;
color:#005AAA;}


*/
.chromestyle ul li a:hover, visited{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/lnk_hover.gif) no-repeat; /*THEME CHANGE HERE*/
width:98px;
color:#005AAA;
height:40px;
}

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

.dropmenudiv{
margin:10px 0px 0px 20px;
position:absolute;
font-size:13px;
font-family:Verdana, Arial, Helvetica, sans-serif;
top:0;
border: 1px solid #398400; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color:#A5D084;
width: 200px;
visibility: hidden;}

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

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

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


