.chromestyle ul li{
display: inline;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:12px;
font-family:"trebuchet MS", tahoma, arial;
font-size:11px;
z-index:100;
/* background:url(../images/menu_bg.png) no-repeat; width:193px; height:88px; padding:20px 0 20px 0; text-align:left; */
background:#dd9e59;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #ffffff; /*THEME CHANGE HERE*/
padding: 4px 4px 4px 8px;
font-family:"trebuchet MS", tahoma, arial;
font-size:11px;
text-decoration: none;
font-weight: bold;
color: #ffffff;
background:url(../images/bullY.png) no-repeat 5px 7px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bc1e2c;
}
