/*Merchants--Use this file to make any edits that you wish to override styles in the main stylesheets. By making edits to this CSS file, your styles applied here will cascade and overwrite styles in the main CSS files. This will allow you to replace the entire contents of the main stylesheets should it become necessary to update those to fix styling issues with the themes without losing any of your custom styles.*/



#nav-general {clear:both; float:right; display:block; list-style:none; margin:0 5px 0 0;}
#nav-general li {background:#000000; border:1px solid #ffd272; border-top:0; float:left; margin:0 2px;} /* General Link Colors */
#nav-general li a {color:#ffffff; display:block; font-size:10px; font-weight:bold; padding:4px 20px 6px; text-align:center; text-decoration:underline; white-space:nowrap;}
#nav-general li a:hover {background:transparent; color:#ffd272}
#nav-general a.linkcheckout {background:transparent url('http://ep.yimg.com/ca/I/yhst-80795427452257_2197_17618563') 90% 0 no-repeat; padding-right:35px;}	
#nav-general a.linkcheckout:hover {background:transparent url('http://ep.yimg.com/ca/I/yhst-80795427452257_2197_17618563') 90% 0 no-repeat; padding-right:35px;}	

#nav-product {
     _display:inline;
     float:left;
     margin-left:-150px;
     overflow:hidden;
     position:relative;
     width:137px; z-index:100;
     min-height: 100%; 
     height: auto !important; height: 100%;     background:#ffffff url('') 0 0 no-repeat;
}

 /* IE Experiences the pixel doubling bug here. "display: inline;" fixes this. Position Relative and Z-Index are needed for IE in order to display the background colors */

#nav-product ul li a {
      background:transparent url('') 0 0 repeat-y;
     /*border-bottom:1px dotted #cc6666:#000000/        color:#717271;
      display:block;
      font-weight:bold;       font-size:12px;
      height:100%;
      margin:0;
      min-height:13px;
      padding:10px 4px 6px 9px;
      text-decoration:underline;
width:124px;
}

#nav-product ul li a:hover {background:url('') 0 0 no-repeat;
    color:#717271;
    width:124px;
}
#nav-product li {margin:0;}
#nav-product ul {list-style:/*url() 0 0*/;}

