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

.chromestyle ul{
width: 860px;
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: #494949;
margin: 0;
text-decoration: none;
}

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

.dropmenudiv{
position:absolute;
z-index:500;
visibility: hidden;
}


.dropmenudiv a{
display: block;
}

