/* All <ul> tags in the menu including the first level */
.menulist, .menulist ul { margin: 0; padding: 0; width: 185px; list-style: none; font-family: times new roman; arial; sans-serif; font-size: 12px;}

/* Submenus (<ul> tags) are hidden and absolutely positioned across from their parent */
.menulist ul { display: none; position: absolute; border: 1px solid #800000; top: -1px; left: 175px; line-height:20px}

/* All menu items (<li> tags) are relatively positioned to correctly offset their submenus.
 They have borders that are slightly overlaid on one another to avoid doubling up. */
.menulist li { position: relative; border: 0;}
.menulist ul>li:last-child {}

/* Links inside the menu */
.menulist a { display: block; color: #000; text-decoration: none;}

/* Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus. */
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus { color: #FFF;}
.menulist a.highlighted { color: #000}
.menulist a#abc1 { background-image: url(sidebar1.gif); line-height:35px; text-indent: 35px; color: black}
.menulist a#abc1:hover,
.menulist a.highlighted#abc,
.menulist a:focus { background-image: url(sidebar2.gif); line-height:35px; text-indent: 35px; color: #800000}
.menulist a#abc2 { background-image: url(sidebar2.gif); line-height:35px; text-indent: 35px; color: #800000}
.menulist a#abc2:hover,
.menulist a.highlighted#abc,
.menulist a:focus { background-image: url(sidebar2.gif); line-height:35px; text-indent: 35px; color: #800000}
.menulist a#xyz { background: #EEEEEE; color: #000; text-indent:3px}
.menulist a#xyz:hover { background: #800000; color: #FFF; text-indent:3px}
.menulist a.highlighted#xyz { background: #800000; color: #FFF; text-indent:3px}
.menulist a:focus { background: none; color: #FFF; text-indent:3px}

/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */
.menulist a .subind { float: right;}

*:first-child+html .menulist li { float: left; width: 100%;}
* html .menulist li { float: left; height: 1%;}
* html .menulist a { height: 1%;}