@charset "utf-8";
/* CSS Document */

/***** White text *****/
ul#categories_top { list-style: none; height:37px; width: 920px; margin: -2px auto 0px auto; padding: 0 0 0 0px; }
ul#categories_top li { position: relative; display: inline; float: left; margin: 0; padding: 0; background: transparent url('../styleImages/categories_top-separator.gif') right 7px no-repeat; }
ul#categories_top li.selected { background: none; }
ul#categories_top li:hover ul, ul#categories_top li.over ul { display: block; } /* Keep the 'over' state, it is required by JavaScript to make the menu work in IE */
ul#categories_top li a { display: block; text-decoration: none; margin-top: 0px; padding: 6px 15px; border-bottom: 0; font-family: Arial, Helvetica, sans-serif; font-size: 20px; font-weight: bold; color: #d1cfcf; text-transform:lowercase; }
ul#categories_top li a:hover{ background-color: #222; }
ul#categories_top li.selected a:hover, ul#categories_top li.parent a:hover{ border-left: none; }
ul#categories_top li.selected, ul#categories_top li.parent{ background-color: #e8f248; color: #222; }
ul#categories_top li.selected a, ul#categories_top li.parent a{ background-color: #e8f248; color: #222; }
ul#categories_top li.selected{ margin-left: -1px; } /* Remove separator */ 
ul#categories_top li.home a { margin-left: 0; /* Don't separate */ background-color:#222; color:#CCC; }
ul#categories_top li.home.selected{ margin-left: 0; /* Don't separate */ }
ul#categories_top li.selected li, ul#categories_top li.selected li a{ margin-left: 0; }
ul#categories_top li.selected ul a:hover, ul#categories_top li.parent ul a:hover{ margin-left: 0; }

/***** The popup menus *****/
ul#categories_top ul { position: absolute; z-index: 999; left: 0; top: 37px; display: none; background: #FFFFFB; border: 5px solid #e8f248; min-width: 100%; padding: 10px 0; margin: 0; }
ul#categories_top ul li{ float: none; display: block; background: none; border-bottom: 1px solid #FFFFFB; /* Needed for IE */ }
ul#categories_top li.selected ul li, ul#categories_top li.parent ul li{ background: none; }
ul#categories_top ul a { background: none; color: #222; font-size: 14px; padding: 1px 15px; white-space: nowrap; margin: 0; font-weight: normal; }
ul#categories_top ul a.haschildren { }
ul#categories_top ul a:hover{ display:block;}
ul#categories_top ul li.parent{ background: none; }
ul#categories_top ul li.parent a{ background: none; padding: 1px 15px; margin: 0; }
ul#categories_top ul li.selected a:hover{ font-weight: normal; text-decoration: none; }
ul#categories_top li.selected ul a, ul#categories_top li.parent ul a{ background: none; padding: 1px 15px; margin-top: 0; margin-left: 0; }
ul#categories_top ul a:hover{ background: none; text-decoration: underline; color: #222; }

/***** The links in the popup menus *****/
ul#categories_top ul ul{ background: #FFFFFB; border: 5px solid #e8f248; top: 0; padding:10px 0; position:absolute; top:0px; left:90px; visibility:hidden; z-index:9999; }
ul#categories_top ul ul li{ padding-bottom: 0;  }
ul#categories_top ul ul a{ color: #222; }
ul#categories_top li:hover > ul { color: #222; visibility:visible;}

/***** Shop by Category box *****/
ul#categories { padding: 0; margin: 0; position: inherit; /* Needed for IE or background images don't load properly */ }
ul#categories li { list-style: none; margin: 0; padding: 0; }
ul#categories li a.hide{ display: none; }
ul#categories li ul li{ padding: 0; }
ul#categories li.haschildren ul li.haschildren, ul#categories li.haschildren ul li.haschildren ul li{ padding-left:0px;margin-left:0; }
ul#categories li.haschildren ul li{ padding-left:0px; margin-left:0px; }
ul#categories li.haschildren { padding: 0 0 10px 0; margin:0; background: none !important; }
ul#categories li a.haschildren{ font-weight: bold; font-size:14px; }
ul#categories li.selected a { color: #e8f248; }
ul#categories li.selected li a { color: #CCC; }
ul#categories li a { display: block; text-decoration: none; color: #CCC; }
ul#categories li.haschildren a, ul#categories li.selected li a{ padding:4px 0; border-bottom:1px solid #545353; }
ul#categories li a.haschildren{ padding: 0; }
ul#categories li.selected a:hover{ text-decoration: none; }
ul#categories li a:hover, ul#categories li.selected li a:hover { color: #e8f248; text-decoration: underline; }
ul#categories ul { margin: 0; padding: 0; }