.chromestyle{
width: 1070px;margin:0 auto;padding:0;
font-family:"";font-size:20px;
}

.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;


padding-top:0px;
margin-top:20px;
text-align: center; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding:65px 0px 44px 11px;

text-decoration: none;
border-right: 0px solid #000000;
font-size:22px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(chromebg-over.png) top center; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 0px solid #017881; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 18px ;font-family:"";color: #fff;
line-height:40px;
z-index:100;


visibility: hidden;background-color:#017881;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
padding-left:6px;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E4AB90;
}
A.wlinks:link {
font-size:18px;
	
	text-decoration: none;
	color: #ffff;

		}
A.wlinks:visited {
	font-size:18px;
	text-decoration: none;

	color: #fff;
		}
A.wlinks:hover {
	font-size:18px;
	text-decoration: none; 
	color: #fff;

	}
