.chromestyle {
display: block;
}

.chromestyle:after {
/*Add margin between menu and rest of content in Firefox*/
content: ".";
height: 0;
clear: both;
visibility: hidden;
}

.chromestyle ul {
padding: 0;
margin: 0;
font-size: 13px;
}

.chromestyle ul li {
background-color: #fff;
float: left;
list-style-type: none;
display: block;
margin-right: 3px;
}

.chromestyle ul li a {
color: #808080 !important;
text-decoration: none;
font-weight: normal;
display: block !important;
padding-top: 30px;
padding-left: 5px;
padding-bottom: 4px;
width: 112px;
}

.chromestyle ul li a:visited {
color: #808080;
text-decoration: none;
font-weight: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected, .chromestyle ul li a.active, .chromestyle ul li a.focus {
/*script dynamically adds a class of "selected" to the current active menu item*/
color: #9CA53B !important;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position: absolute;
top: 148px;
font-size: 13px;
z-index:100;
background-color: #fff;
visibility: hidden;
margin-top: 3px;
margin-left: 0;
padding-top: 30px;
height: 20px !important;
left: 573px;
width: auto;
white-space: nowrap;
}

.dropmenudiv a {
padding-right: 16px;
padding-left: 6px !important;
text-decoration: none !important;
color: #808080 !important;
white-space: nowrap !important;
}

* html .dropmenudiv a {
/*IE only hack*/
}

.dropmenudiv a:hover {
background-color: #fff;
color: #9CA53B !important;
}

.dropmenudiv a:visited {
background-color: #fff;
color: #808080;
text-decoration: none;
}