.chromestyle{
width: 99%;
font-weight: bold;
padding-top:198px;
}

.chromestyle ul{
width: 100%;
margin: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 4px 2px;
margin-right:25px;
text-decoration: none;
}

.chromestyle ul li a:hover {
text-decoration:underline;	
}

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

.dropmenudiv{
position:absolute;
top: 0;
margin-top:2px;
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color:#6c6c6c;
min-width:100px;
visibility: hidden;
}


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

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

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