.chromestyle{
width: 770px;
font-weight: bold;
}

.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%;
padding: 1px;
margin: 0px;
text-align: center;
background: #cccccc;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #333333;
padding: 3px 6px;
margin: 0;
text-decoration: none;
font-family: Arial;
font-size: 12px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background: #999999;
}

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

.dropmenudiv{
position:absolute;
padding: 0px;
margin: 0px;
font:normal 11px Arial;
line-height:14px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
text-align: left;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

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

.dropmenudiv a:hover{
background-color: #999999;
}