.chromestyle{
width: 100%;
font-weight: bold;
}

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

.chromestyle ul li{
display: inline;
text-decoration: none;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
text-decoration: none;
}
.img-menu{
border:none;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom-width: 0;
font: bold 13px "Trebuchet MS", Tahoma, Arial;
text-align:left;
line-height:25px;
z-index:100;
width: 180px;
visibility: hidden;
/*background-image:url(bu1.gif); */
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
background-color: #002d94;
border-bottom: 1px dotted white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(bu2.gif);
}
