
#navcontainer   {
/*avoid gap after li in ie6 by setting width*/
font-family: Verdana, Arial;
	width: 179px;
	clear: right;
	margin-left: 0px;
	overflow: hidden;
	 }

#navcontainer ul{
    text-align: left;
    clear: right;
    list-style-type: none;
  	background: #fff;
  	display: block;
  	overflow: hidden;
 }

#navcontainer ul li {
margin: 0;
clear: right;
}

#navlist a {
	display: block;
	color: #000;
	text-decoration: none;
	padding-right: 0;
	padding-left: 12px; 
}

/*boxmodel hack. http://css-discuss.incutio.com/?page=BoxModelHack SBMH*/
#navlist a {
  color: #474742;
  font-size: 11px;
  font-weight: bold;
  line-height: 32px;
  text-decoration: none;
  height: 32px;
  border-bottom: 1px solid #e9eada; 
  }
#navlist a.sale {
	color: #9c2231;
	font-weight: bold;
	font-size: 11px;
	background-image: url(../../images/front/sale3.gif);
	background-repeat: no-repeat;
	background-position: 6px 15px;
	padding-top: 8px;
	padding-bottom: 2px;
	padding-left: 40px; }

#subnavlist ul {
    margin-bottom: 7px;
   }

#subnavlist a
{   color: #3e3f3e;
	font-size: 11px;
	font-weight: normal;
	margin: 0;
	padding-left: 25px;
	display: block;
	border-bottom: 1px solid #f9f9f9; 
    line-height: 23px;
     text-decoration: none;
    height: 23px;
    background: #fff; 
  }
#subnavlist {
  font-family: Arial, verdana, helvetica; 
  margin-bottom: 10px;
  }


#navlist a, #navlist a:visited,#subnavlist a, #subnavlist a:visited { 
text-decoration: none; 

}

#navlist a:hover, #navlist a#current:hover { 
text-decoration: none; 
color: black;
background: #f8f6f4;
 }

#subnavlist a:hover, #subnavlist a#subcurrent:hover { 
text-decoration: underline; 
}

#navlist a#active, #navlist a:visited#active
{
  background: #fbfaf5;
  text-decoration: none; }
  
#subnavlist #active a, #subnavlist #active a:visited
{   
	font-size: 11px;
	background: #be6773;
	text-decoration: none;
	color: white;
	 }
#navlist li#active a#current {
	background-color:  #a94753;
	color: white; }
#navcontainer ul#subnavlist li#active {
	background-color: #f2edea; }


