.chromestyle{
/*background:url(dotted.gif) top;
background-attachment:scroll;
background-repeat:repeat-x;*/
background:#e58b8b url('../categoriesbar/nav_bg.gif') no-repeat left center;
font-weight: normal;
font-family:"Times New Roman", Times, serif;
font-size:14px;
float:left;
padding:0;
width:932px;
/*border:1px solid #f0f0e6;*/
margin:3px 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:#e58b8b;
 }
.chromestyle ul .about_us{ width:120px; height:auto; float:left; margin-top:1px; line-height:1.1em; background:#e58b8b;}
.chromestyle ul .about_us a{ font-size:10px; width:110px; height:15px; float:left; text-decoration:none; color:#fff; padding:0; padding-left:18px; background:#e58b8b url('../categoriesbar/heart.png') no-repeat left center;}
.chromestyle ul .about_us a:hover{ color:#3f2121;}

.chromestyle ul li a{ display:block; float:left; position:relative; font-size:13px;
font-family:Tahoma, Geneva, sans-serif;
color: #fff;
padding: 15px 18px 13px 8px;
text-decoration: none;
background:#e58b8b;
font-weight:bold;
/*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:#3f2121; /*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}
