.chromestyle{
/*background:url(dotted.gif) top;
background-attachment:scroll;
background-repeat:repeat-x;*/
font-weight: normal;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
float:left;
padding:0;
width:97%;
border:1px solid #f0f0e6;
margin:10px 14px 0 14px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding: 0; width:auto; height:auto; margin-left:20px;
}

.chromestyle ul li{display: block; width:auto; height:auto; float:left;/*background:#261C1C;*/
 }
.chromestyle ul .about_us{ width:120px; height:auto; float:left; margin-top:1px; line-height:1.1em;}
.chromestyle ul .about_us a{ font-size:10px; width:110px; height:15px; float:left; text-decoration:none; color:#b7ad85; padding:0; padding-left:18px; background:url('http://hibridal.com/themes/minimaliste/img/a_heart.gif') no-repeat left center;}
.chromestyle ul .about_us a:hover{ color: rgb(211, 53, 4);}

.chromestyle ul li a{ display:block; float:left; position:relative; font-size:13px;
color: #b7ad85;
padding: 15px 25px 13px 10px;
text-decoration: none;
background: url('../categoriesbar/down.gif') no-repeat left center;
}
.chromestyle ul li a img{ position:absolute; top:22px; left:0px;}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
color:#C3C0BB; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.chromestyle .dropmenudiv{
position:absolute;
line-height:20px;
font-size:12px;
margin-left:0;
margin-top:-10px;
padding-bottom:8px;
font-weight:normal;
z-index:100;
width:auto; height:auto;
/*background:#261C1C;*/
visibility: hidden;
}
.chromestyle .dropmenudiv ul{ width:110px; margin:0; padding:5px 15px 5px 15px; /*border:1px solid #f0f0e6;*/}
.chromestyle .dropmenudiv ul li{ float:none; list-style:circle;}
.chromestyle .dropmenudiv ul li a{ padding:0; background:none;}

.dropmenudiv a{
/*background:url(dotted.gif) bottom;
background-attachment:scroll;
background-repeat:repeat-x;*/
margin-right:13px;
width: 140px;
display: block;
text-decoration: none;
color: #70634F;
font-stretch:normal;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#C3C0BB}