/* reset default styles */
#menu,
#menu ul { margin: 0; padding: 0; }
#menu li { list-style-type: none; }

/* first level */
#menu { margin: 0; padding: 0; width: 233px; }
#menu li,
#menu a { color: #182265; font-size: 14px; font-weight: bold; text-decoration: none; }
#menu a { margin: 2px 0 0 0; display: block; padding: 4px 0 4px 28px; background: #FF7F00 url(images/bullet.gif) no-repeat center left; border-top: 1px solid #182265; border-bottom: 1px solid #182265; }
#menu a:hover,
#menu a.menu_open { color: #FF7F00; background: #F0EFF5 url(images/bullet2.gif) no-repeat center left; }

/* second level */
#menu ul { visibility: hidden; position: absolute; width: 233px; }
#menu ul a { margin: 0px; padding: 4px 4px 4px 8px; color: #182265; font-size: 12px; font-weight: bold; text-decoration: none; background: #F0EFF5 url(images/arrow.gif) no-repeat center left; border-left: 1px solid #182265; border-right: 1px solid #182265; }
#menu ul a:hover { color: #FF7F00; background: #F0EFF5 url(images/arrow.gif) no-repeat center left; }

