.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: 10pt;
}.chromestyle ul li {
background-color: #fff;float: left;list-style-type: none;
display: block;margin-right: 3px;
}.chromestyle ul li a {
color: #574D48;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: #574D48;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: #000 !important;
}/* ######### Style for Drop Down Menu ######### */.dropmenudiv {
position: absolute;top: 75px;font-size: 10pt;z-index:100;background-color: #fff;visibility: hidden;margin-top: 6px;margin-left: -6px;padding-top: 30px;height: 23px !important;left: 550px;
}.dropmenudiv a {
padding-right: 16px;padding-left: 6px;text-decoration: none;color: #574D48;font-weight: normal;white-space: nowrap;
display: block;
}* html .dropmenudiv a {
/*IE only hack*/
}.dropmenudiv a:hover {
background-color: #fff;color: #000 !important;
}.dropmenudiv a:visited {
background-color: #fff;color: #574D48;text-decoration: none;
}