#menu {  font-weight: bold; width: 230px; }
#menu ul { margin: 0 0 12px 0; padding: 0; list-style: none; font-size: 11px; }
#menu li { position: relative; width: 230px; margin: 0; background: transparent url(dot.gif) no-repeat 6px 3px; padding: 4px 0; border: 1px dashed white; }
#menu li a { display: block; padding: 0 1em 0 25px; margin: 0; }
#menu li ul { position: absolute; top: -1px; left: 230px; display: none; margin: 0; border: 1px solid #fff; background-color: #fff; }
#menu li.over { border: 1px dashed #ccc; }
#menu li.arrow { background-image: url(arrow.gif); }
#menu li ul.shown { display: block; border: 1px solid #aaa; } 
#menu h3 { margin: 8px 0; border-bottom: 1px solid #ccc; color: #999; }

/* Fix IE. Hide from IE Mac \*/
* html .hh { width:  160px; }
* html #menu ul li { float: left; }
* html #menu li a { height: 1px; }
/* End */

ul br { display: none; }