#nav-container { background: url(../images/nav_bg.gif) no-repeat top; width: 795px; margin: 0 auto; padding: 9px 0 0; }

#nav-container ul { list-style:none; margin:0 0 0 7px; }

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssnavs.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.
=================================================================== */
#nav { color: white; padding:0; margin:0; list-style:none; height:50px; position:relative; z-index:500;}
#nav li { background: url(../images/spacer.gif) no-repeat right; margin:0; float:left; }
	#nav li span { background:url(../images/arrow_down.gif) no-repeat right center; width:7px; height:4px; margin-left:5px; }
#nav li a {font-family: Georgia, "Times New Roman", Times, serif; font-size: 16px; display:block; float:left; height:50px; line-height:50px; color: white; text-decoration:none; padding:0 15px 0 15px;}

#nav 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 */

#nav li a:hover {z-index:200; position:relative; color:#fff; background: url(../images/nav_hover.gif) repeat-x;}
#nav li:hover {position:relative; z-index:200;}

#nav li:hover > a {color:#fff; background: url(../images/nav_hover.gif) repeat-x;}
#nav li:hover > a.sub {color:#fff; background: url(../images/nav_hover.gif) repeat-x;}

#nav :hover ul { left:0; top:50px; width:160px; background:#92b8bc;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav :hover ul ul {border: 1px solid #3f676b; position:absolute; left:-9999px; top:-9999px; margin:0; padding:0; list-style:none;}

#nav :hover ul :hover ul
{ left:160px; top:-1px; background:#92b8bc; white-space:nowrap; width:100px; z-index:200; height:auto;}

#nav :hover ul li {margin:0; border-top: 1px solid #3f676b;}
	#nav :hover ul li:first-child {border-top:0; }
#nav :hover ul li a {font-size:12px; width:160px; padding:0; text-indent:10px; background:#92b8bc; color:#fff; height:30px; line-height:30px;}

#nav :hover ul :hover {background: url(../images/nav_hover.gif) repeat-x; color:#fff;}