*{margin: 0; padding: 0;}
a{text-decoration: none;color: #444;}
a:hover {
color: #C88425;
text-decoration: none;}
li{ list-style: none;}
ul.nav li{ width: 200px; text-align:center;}
ul.nav > li{  margin-right:10px;}
ul.nav li h5{height: 40px; line-height: 40px;}
ul.nav > li > h5{border-bottom: 1px dashed #CCCCCC;}
ul.nav > li > ul > li h5{border-bottom: 1px dashed #CCCCCC;}
ul.nav > li h5:hover,.choice{border-bottom: 1px dashed #CCCCCC;}
ul > li > ul{ display: none;}
ul > li.on > ul{ display: block;}
ul.nav li{ position: relative;}
ul.nav > li > ul > li ul{ position:  absolute; top: 0; right: -200px;}
ul.nav span.sub{ position: absolute; display: block; right:10px; top: 0; width: 10px; height: 40px; background: url(../images/arrows.png) no-repeat center center;}
li.on > h5 > .sub{
  background: url(../images/arrowslow.png) no-repeat center center;;
}
ul.nav{
  padding: 8px;
}
h5{
  font-weight: 100;
}