#pad {height:120px;}

/* ================================================================ 
The core of this navigation menu is courtesy of the very nice bloke 
who wrote it - see below
The original version of this stylesheet and the associated (x)html
is available at http://www.cssmenus.co.uk
Copyright (c) 2009- Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#erp-navigation {padding:0; margin:0; list-style:none; height:20px; position:relative; }
#erp-navigation li {float:left; margin-right:1px;}
#erp-navigation li a {display:block; float:left; height:20px; line-height:20px; color:#fff; text-decoration:none; font-size:11px; font-weight:bold; padding:0 20px 0 5px;
	/*border-right: 1px solid #fff;*/
}


#erp-navigation table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#erp-navigation li a:hover {z-index:200; position:relative; color:#fff;   text-decoration:none; }
#erp-navigation li:hover {position:relative; z-index:200;}

#erp-navigation li:hover > a {color:#fff;  }
#erp-navigation li:hover > a.sub {color:#fff;  }

#erp-navigation li.current a {color:#fff; }

#erp-navigation li a.sub { }
#erp-navigation li.current a.sub {color:#fff;}

#erp-navigation :hover ul {left:0; top:20px; width:20px; background:#444;}

/* keep the 'next' level invisible by placing it off screen. */
#erp-navigation ul, 
#erp-navigation :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#erp-navigation :hover ul :hover ul
{left:120px; top:-1px; background:#3c270e; white-space:nowrap; width:120px; z-index:200; height:auto;}

#erp-navigation :hover ul li {margin:0;  }
#erp-navigation :hover ul li a {width:160px; padding:0; text-indent:10px; background:#3c270e; color:#fff; height:20px; line-height:20px;
	border-right-style: none;
}
#erp-navigation :hover ul li a.fly {background:#3c270e;}

#erp-navigation :hover ul :hover {background-color:#83633c; color:#fff;}
#erp-navigation :hover ul :hover a.fly {background-color:#83633c; color:#fff;}

#erp-navigation :hover ul li.currentsub a {background:#fff; color:#83633c;}
#erp-navigation :hover ul li.currentsub a.fly {background:#ece5dc;}

#erp-navigation :hover ul :hover ul li a {width:100px; padding:0; text-indent:10px; background:#ece5dc; color:#83633c;}
#erp-navigation :hover ul :hover ul :hover {background-color:#ece5dc; color:#83633c;}

#erp-navigation :hover ul :hover ul li.currentfly a,
#erp-navigation :hover ul :hover ul li.currentfly a:hover {background:#ece5dc; color:#83633c;}
