/* all lists */
#nav, #nav ul { padding:0; margin:0; list-style:none; line-height:1; z-index:100; }

#nav a { display:block;	font-family:Arial,Helvetica,sans-serif; text-decoration:none; }

#nav a.toplevel { color:#fff; font-size:11px; font-weight:bold; height:24px; line-height:24px; border-right:1px solid #fff; text-align:center; }
#nav a.last { border-right:0px solid #fff; }
#nav a.sub1, #nav a.sub2 { color:#333; font-size:11px; height:24px; line-height:24px; padding-left:5px; }

#nav a.toplevel:hover { background:#01317f; }
#nav a.sub1:hover { background:#ccc; width:111px; }
#nav a.sub2:hover { background:#ccc; }

#nav a.daddy { background: url(/images/fanboards/layout/menubar/rightarrow2.gif) 110px 8px no-repeat; }
#nav a.daddy:hover { background:url(/images/fanboards/layout/menubar/rightarrow2.gif) 110px 8px no-repeat; #ccc; }

/* all list items */
#nav li { float:left; width:150px; height:24px; }

/* second-level lists */
#nav li ul { position:absolute;	background:#ddd; height:auto; width:116px; left:-999em; border:1px solid #666; }

#nav li ul ul { margin:-25px 0 0 116px; }

#nav li:hover ul ul, #nav li.sfhover ul ul { left:-999em; }

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { left:auto; }

#content { clear:left; }

#nav li:hover, #nav li.hover { position:static; }
#nav li.hsep { height:1px; background:#999; width:116px; }


