.chromestyle{
width:1003px;
font-weight:normal;
margin:0px auto;
height:82px;
}

.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%;
height:50px;
font-size:14px;
text-align:center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:block;
float:left;
width:80px;
line-height:50px;
display:block;
background:url(wy_4.jpg) no-repeat right;
}

.chromestyle ul li a{
padding: 0px 0px 5px 0px;
margin: 0;
line-height:50px;
text-decoration: none;
width:80px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
padding-top:13px;
z-index:100;
visibility: hidden;
background:url(wy_6.jpg) no-repeat;
background-position:20px 0px;
}


.dropmenudiv a{
width: auto;
display: block;
width:80px;
padding: 2px 0;
text-decoration: none;
color:#666666;
float:left;

}