/*
  CSS generated via the Multi-level Navigation Plugin ... http://pixopoint.com/multi-level-navigation/

  If you would like a similar menu for your own site, then please try the PixoPoint Web Development
  CSS generator for creating flyout, dropdown and horizontal slider menus ... http://pixopoint.com/suckerfish_css/


*** Main menu CSS code ***/
/* suckerfish dropdown */
ul#nav { /* all lists */
margin: 0;
display: block;
position: relative; z-index: 1; /* fixes problem in IE6 */
}

ul#nav li { /* all list items */
float: left;
position: relative;
width: auto;
font-size: 100%;
line-height: 120%;
list-style: none;
}

ul#nav li ul { /* second-level lists */
display: none;
position: absolute;
z-index: 1000;
top: 1em;
left: 0;
text-align: left;
background-color: #fff;
clear: both;
margin-top: 8px;
}
ul#nav li ul li {
text-transform: none;
background: url('images/hr_dot_black.gif') bottom repeat-x;
margin: 0; padding: 10px;
background-color: #fff;
clear: both;
width: 180px;
}
/*ul#nav li.rss ul li { width: 90px; }
ul#nav li.rss ul li a { display: block; background-position-x: 98%; }*/
