/* CATEGORY NAVIGATION */

ul.categoryNav {
  list-style-type: none;
  display: block;
  padding: 0 29px 0 0;
  height: 36px;
  float: left;
  }
  
  ul.categoryNav li {
    /*display: block;*/
    height: 18px;
    }
    
    ul.categoryNav li a {
      font-size: 1.1em;
      color: #E1E1E1;
      text-decoration: none;
      }
      
    ul.categoryNav li.activeCategoryNav a, 
    ul.categoryNav li a:hover {
      color: #E60005;
      }
    
/* RUN NAVIGATION */
    
ul#runNavContainer {
  width: 160px;
  padding: 18px 5px 0 0;
  position: relative;
  z-index: 10;
  margin: 0 0 0 -5px;
  float: left;
  }
    
  ul#runNavContainer li {
    display: block;
    width: 160px;
    height: 23px;
    margin: 0;
    }
    
    ul#runNavContainer li a {
      display: block;
      width: 155px;
      padding: 0 0 0 5px;
      height: 23px;
      font-size: 1.1em;
      color: #E1E1E1;
      text-decoration: none;
      }
      
    ul#runNavContainer li.activeRunNav a, 
    ul#runNavContainer li a:hover {
      color: #E60005;
      }
      
    ul#runNavContainer li ul#runNav {
      position: absolute;
      top: 41px;
      left: 0;
      display: none;
      width: 140px;
      list-style-type: none;
    }
    
    ul#runNavContainer li.activeRunNav ul#runNav, 
    ul#runNavContainer li:hover ul#runNav {
      display: block;
      }
  
      ul#runNavContainer li ul#runNav li {
        display: block;
        background: #AFAFB1;
        font-weight: normal;
        width: 160px;
        height: auto;
        margin: 0;
        }
        
        ul#runNavContainer li ul#runNav li a {
          display: block;
          height: auto;
          text-align: left;
          width: auto;
          padding: 2px 5px;
          border-left: 1px solid #CCC;
          border-right: 1px solid #CCC;
          border-bottom: 1px solid #CCC;
          font-size: 1.1em;
          font-weight: normal;
          color: black;
          text-decoration: none;
          }
		  
		ul#runNavContainer li ul#runNav li a:hover {
			background: #CCC;
			}
          
ul#mainNav {
  list-style-type: none;
  }
  
  ul#mainNav li {
    display: inline;
    margin: 0 75px 0 0;
    }
    
    ul#mainNav li a {
      font-size: 1.3em;
      font-weight: bold;
      color: #6A6A6A;
      text-decoration: none;
      }
      
      ul#mainNav li.activeMainNav a, 
      ul#mainNav li a:hover {
        color: #E60005;
        }
          
/* CUSTOMIZATION NAVIGATION */

a#navCustomization {
  display: block;
  width: 152px;
  height: 16px;
  float: right;
  margin: 7px 0 0 0;
  background: url(/images/layout/black/customizationButton.gif) left top no-repeat;
  text-indent: -19999px;
  }
  
a#navCustomization:focus {
  outline: none;
  }
  
#footer a#navNewsletter {
  display: block;
  width: 102px;
  height: 16px;
  position: absolute;
  text-indent: -19999px;
  top: 20px;
  right: 65px;
  background: url(/images/layout/black/navNewsletterBg.gif) left top no-repeat;
  }
  
#footer a#navNewsletter:focus {
  outline: none;
  }
  
/* WISHLIST NAVIGATION */

a#wishlistButton {
  position: absolute;
  top: 14px;
  right: 280px;
  display: block;
  width: 102px;
  height: 16px;
  background: url(/images/layout/black/wishlistButton.gif) left top no-repeat;
  text-indent: -19999px;
  }
  
  a#wishlistButton:focus {
    outline: none;
    }

/* CATEGORY LIST */
