 #item {
 width: 140px;
 height: 16px;
 border-style: solid;
 border-width: 0 0 1px 0;
 border-color: #999;
 text-align: right;
 margin: 0 0 3px 0;
 }

 #submenu.on {
 background-color: #FAF1EA;
 }

 .off {
 display: none;
 }
 
 .on {
 display: block;
 }


 .menutext, .menutext a, .menutext a:visited {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #565656;
 font-variant: small-caps;
 line-height: 17px;
 text-decoration: none;
 }

 .menutext a:hover {
 font-family: tahoma;
 font-size: 13px;
 font-weight: normal;
 color: #CD732B;
 font-variant: small-caps;
 line-height: 17px;
 text-decoration: underline;
 }

 li.on, li.on a, li.on a:hover, li.on a:visited {
 color: #CD732B;
 font-weight: bold;
 }

 li.off {
 display: block;
 }

