



.menulist, .menulist ul {

 margin: 0;

 padding: 0;

 width: 208px;

 list-style: none;

}



.menulist ul {

 display: none;

 position: absolute;

 top: -1px;

 left: 175px;

}



.menulist li {

 position: relative;

 border-bottom: 1px solid #FEA477;

  background-image: url('side_bg.gif');

}

.menulist ul>li {

 margin-bottom: 1px; /* Mozilla fix */

}



/* Links inside the menu */

.menulist a {

 display: block;

 padding: 5px;

 color: #000000;

 text-decoration: none;

 font: bold 11px verdana, arial, serif, sans-serif;

}



/*

 Lit items: 'hover' is mouseover, 'highlighted' are parent items to visible menus.

*/

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {

 color: #F9702A;

 background-color: #FEA477;

}

.menulist a.highlighted {

 color: #FEA477;

 background-color: #C86;

}



/* 'subind' submenu indicators, which are automatically prepended to 'A' tag contents. */

.menulist a .subind {

 float: right;

}



/*

 HACKS: IE/Win:

 A small height on <li> and <a> tags and floating prevents gaps in menu.

 * html affects <=IE6 and *:first-child+html affects IE7.

 You may want to move these to browser-specific style sheets.

*/

*:first-child+html .menulist li {

 float: left;

 width: 100%;

}



* html .menulist li {

 float: left;

 height: 1%;

}

* html .menulist a {

 height: 1%;

}

/* End Hacks */