#subnav{
float:left;
width:17em;
padding:1em;
}
#subnav ul{
float:left;
width:17em;
}
#subnav ul li{
float:left;
width:17em;
border-top:solid 1px #b7b7b7;
}
#subnav a{
float:left;
width:17em;
text-transform:capitalize;
}
#subnav .multi{
background:url(/images/down_arrow.gif) 16em 0.5em no-repeat;
}
#subnav .multi:hover{
background:url(/images/left_arrow.gif) 16em 0.3em no-repeat;
}

#subnav a:hover{
background:url(/images/left_arrow.gif) 16em 0.3em no-repeat;
}
#subnav .curr{
background:url(/images/left_arrow.gif) 16em 0.3em no-repeat;
color:#f00;
background-color:#f7f7f7;
}
#subnav ul li ul{
display:none;
}
#subnav ul li:hover ul, #subnav ul .show ul{
display:block;
}
#subnav .show li{
background-color:#f7f7f7;
}
#subnav .last{
border-bottom:solid 1px #b7b7b7;
}
#content{
float:left;
width:51em;
color:#666;
padding:1em 1em 1em 1em;
}

