.chromestyle{
width: 620px;
float: left;
padding: 11px 0 0 8px;
}

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

.chromestyle ul{
width: 620px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding: 0;
margin: 0;
float: left;
width: 85px;
}

.chromestyle ul li.homenav{
width: 70px;
}

.chromestyle ul li.whyhstnav{
width: 190px;
}

.chromestyle ul li.solutionsnav{
width: 100px;
}

.chromestyle ul li a{
font-weight: normal;
font-size: 9pt;
letter-spacing: 1px;
color: #FFFFFF;
text-transform: uppercase;
text-decoration: none;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.chromestyle ul li a:hover, 
.chromestyle ul li a.selected{ 
background-color: #83A938;
/*script dynamically adds a class of "selected" to the current active menu item
//background: url(/lib/images/common/topnav-hover-whyhosted.png) center center repeat-x; /*THEME CHANGE HERE*/
}
/*
add one for each a if you want a different background per top nav item
.chromestyle ul li.homenav a:hover, 
.chromestyle ul li.homenav a.selected{ 
background: url(/lib/images/common/topnav-hover-home.png) center center repeat-x;
}

.chromestyle ul li.whyhstnav a:hover, 
.chromestyle ul li.whyhstnav a.selected{ 
background: url(/lib/images/common/topnav-hover-whyhosted.png) center center repeat-x;
}
*/


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

.dropmenudiv{
position:absolute;
top: 5px;
border-top: 0px;
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #000;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px dotted gray; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 4px;
font-size: 9pt;
text-decoration: none;
color: #FFFFFF;
font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
}

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

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