.chromestyle ul{
text-align:left;
}

.chromestyle ul li{
display: inline;
}


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

.dropmenudiv{
position:absolute;
z-index:2000;
width: 110px;
height:56px;
visibility:hidden;
background:transparent url(images/ul-back.png) no-repeat top center !important;
background:transparent url(images/ul-back.gif) no-repeat top center;
float:left;
margin-top:-18px;
margin-left:80px;
}


.dropmenudiv a{
display: block;
text-align:left;
height:28px;
}

.dropmenudiv a.top{
padding-top:5px;
}

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