/*  MAIN NAVIGATION  */
.chromestyle{
width: 990px;
height:27px;
font-size:12px;
font-weight: bold;
margin:0 auto;
margin-bottom:10px;
padding-top:8px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:url(../images/bg-nav.png);
background-repeat:no-repeat;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: none;
width: 100%;
background:none; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
cursor:pointer;
}

.chromestyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:none; color:#00F; /*THEME CHANGE HERE*/
}



/*  INVENTORY SORTING  */
.sortstyle{
width: 130px;
height:27px;
font-size:12px;
font-weight: bold;
margin:0 auto;
margin-bottom:10px;
padding-top:8px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
background-image:none;
}

.sortstyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.sortstyle ul{
border: none;
width: 100%;
background:none; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.sortstyle ul li{
display: inline;
cursor:pointer;
}

.sortstyle ul li a{
color: #000000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
}

.sortstyle ul li a:hover, .sortstyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background:none; color:#00F; /*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:3px;
padding-top:8px;
border:#555 1px solid;
border-top:none;
font:normal 12px Verdana;
line-height:20px;
z-index:100;
width: 200px;
visibility: hidden;
background:#FFF url(../images/bottom_fade.png) top left repeat-x;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#EEE;
color:#00F;
}
