 

.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;

margin: 0;

 }




.chromestyle ul li{

display: inline;

}



.chromestyle ul li a{

color: #494949;

padding: 4px 7px;

margin: 0;

text-decoration: none;

}



.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 

}



/* ######### Style for Drop Down Menu ######### */



.dropmenudiv{

position:absolute;

top: 0;
margin-top:-2px;

border: 1px solid #e1e1e1; /*THEME CHANGE HERE*/

border-bottom-width: 0;

font:normal 12px;

line-height:20px;

z-index:100;

background-color: white;

width: 100px; 

visibility: hidden;

}





.dropmenudiv a{

width: auto;

display: block;

text-indent: 5px;

border-bottom: 1px dotted #e1e1e1; /*THEME CHANGE HERE*/

padding: 5px;
color:#707070;

text-decoration: none;

background:url(images/backgrounds/category-nav-bg.gif) repeat-x;
}



* html .dropmenudiv a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv a:hover{ /*THEME CHANGE HERE

background-color: #24a4a5;
color:#fff;
*/
color:#24a4a5;
background-position: 0px 0px;
}

