.chromestyle{ color: #fff; font-size: 12px; background-image: url(/skins/ClickCartPro/media/outdoorec_05.jpg); background-repeat: no-repeat; position: relative; width: 975px; height: 46px; float: left; order-top-style: solid; }

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{ width: 100%; padding: 10px 0 4px 15px; margin: 0; text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{ color: #fff; display: inline; }

.chromestyle ul li a{ color: #fff; padding: 4px 7px; margin: 0; text-decoration: none; border-right: 1px dotted #898989; }

.chromestyle ul li a:hover{ color: #e6d75a; background-color: transparent;
 /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
color: #e6d75a; content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{ font-family: Verdana; font-weight: normal; font-style: normal; position:absolute; top: 0; z-index:100; background-color: #630; text-align: left; width: 140px; visibility: hidden; border-color: #630; border-style: solid; border-width: 1px 1px 0; filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{ width: auto; display: block; padding: 2px 0; text-decoration: none; color: #fff; font-size: 11px; }

* html .dropmenudiv a{ /*IE only hack*/
width: 100%; padding-bottom: 3px; }

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #fff; background-color: #630; text-decoration: underline; }
.whitebar { border-right: 1px solid #fff; border-top-width: 0; border-bottom-width: 0; border-left-width: 0; }

