#menu{
margin-left:1.5em;
font-family:"Trebuchet Ms", Trebuchet Ms, Arial, Helvetica, sans-serif;
font-size:1.5em;
font-weight:bold;
}

#menu ul{
margin:0;
padding:0;
}

#menu ul li{
list-style-type:none;
margin:.4em 0 .4em 0;
}

#menu ul li a{
text-decoration:none;
}

#menu ul li a:link, #menu ul li a:visited{
padding-left:28px;
color:#999965;
background:url(/media/images/nav_off.gif) left no-repeat;
}

#menu ul li a:hover, #menu ul li a:active{
padding-left:28px;
color:#98320B;
background:url(/media/images/nav_on.gif) left no-repeat;
}

/*Sub Nav*/
#menu ul li ul li{
margin-left:1.2em;
}


#menu #nav li.here a {color:#98320B; background:url(/media/images/nav_active.gif) left no-repeat;}

#menu #nav li.here ul li a { color:#999965; background:url(/media/images/nav_off.gif) left no-repeat;}
#menu #nav li.here ul li a:hover {
padding-left:28px;
color:#98320B;
background:url(/media/images/nav_on.gif) left no-repeat;
}

body.soap #menu #soap a.category						{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.goats_milk_soaps #menu #soap #goats_milk_soaps a	{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.garden_work_soaps #menu #soap #garden_work_soaps a	{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.shampoo_body_bars #menu #soap #shampoo_body_bars a	{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.janes_organics #menu #soap #janes_organics a		{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.special_bars #menu #soap #special_bars a			{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}
body.special_stuff #menu #soap #special_stuff a			{color:#98320B;background:url(/media/images/nav_active.gif) left no-repeat;}



#nav ul {
	display: none;
}
#nav .here ul,
#nav .parent-here ul
 {
	display: block;
}
