.chromestyle{
width: 100%;
font-weight: bold;
background:url(/img/menu-bg.png) repeat-x;
}

.chromestyle img{ 
border:none;
margin: 0px 0px -6px 0px;
padding:0;
}

.chromestyle ul{
border: none; /* 1px solid #BBB; */
width: 100%;
margin: 0;
padding: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
margin: 0 -2px 0 -3px;
padding: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: none; 
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; 
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.dropmenudiv img{
border:none;
}
.dropmenudiv img.under{
border-bottom:1px solid #BBB; 
padding-right:5px; 
padding-left:5px
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; 
padding: 0px 0;
text-decoration: none;
font-weight: normal;
color: #333333;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ 
background-color: #F0F0F0;
}
