.chromestyle{
width: 100%;
font-weight: bold;
margin-bottom:5px;
}

.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%;
background: url(http://www.hmcdistributor.com/web/wp-content/themes/hmc/images/main-menu-back.png) center top  repeat-x;
padding: 4px 0 10px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/;
}

.chromestyle ul li{
display: inline;
line-height:16px;
}

.chromestyle ul li a{
color: #fff;
padding: 5px 12px;
margin: 0 5px;
text-decoration: none;
background: repeat url(http://www.hmcdistributor.com/web/wp-content/themes/hmc/images/main-menu-color.png);
}


.chromestyle ul li a:hover{
color: #18216B;
}

.chromestyle ul li a:hover{
background: url(http://www.hmcdistributor.com/web/wp-content/themes/hmc/images/main-menu-hover.png) center top repeat-x; /*THEME CHANGE HERE*/

}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #4A95D4;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: black;
border-style: none;
font-size:11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-color: #589ED7;
	color: #fff;
}