#navig { min-height: 26px; }

#level2, span#findwidth { margin: 0 auto; font-weight: bold;}
#level2 { background: url(/images/bg_level2.gif) top center no-repeat;}

#level2 ul { list-style-type: none; clear: both; }

#level2 ul { padding-left: 10px; height: 23px;}

#level2 ul li {	float:left; display: inline; position: relative; }

/* Override: No floats for dropdowns and higher */
#level2 ul li ul li {
	float: none;
}

#level2 ul li ul { width:auto; }


/* Override: No background for 2nd level and higher */

#level2 li.blank {
	clear: both;
	display: expression("inline");
	float:none;
}

#level2 ul li a {
	display: block;
	text-decoration:none;
	color:#ffffff;
	padding:4px 9px 3px 9px;
	white-space: nowrap;
}
#level2 ul li a.selected { background-color: #9e4f4f; }

#pad {height:140px;}
/* ================================================================ 
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.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.
=================================================================== */
#menu {padding:0; margin:0 0 0 125px; list-style:none; height:26px; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#menu li {float:left; margin-right:1px;}
#menu li a {display:block; float:left; height:26px; line-height:26px; text-decoration:none; font-size:12px; font-weight:bold; padding:0 5px 0 5px;}
#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {z-index:200; position:relative; color:#000; background-color:#f6e1db;}
#menu li:hover {position:relative; z-index:200;}

#menu li:hover > a {color:#000; background:#f6e1db;}
#menu li:hover > a.sub {color:#000; background-color:#f6e1db;}

#menu li.selected a {color:#fff; background:#f3977f;}

#menu :hover ul {left:0; top:26px; width:150px; background:#f6e1db;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#menu :hover ul :hover ul {left:150px; top:-1px; background:#f6e1db; white-space:nowrap; width:100px; z-index:200; height:auto;}

#menu :hover ul li {margin:0; }
#menu :hover ul li a {width:150px; padding:0; text-indent:10px; background:#f6e1db; color:#000; height:24px; line-height:24px;}

#menu :hover ul :hover {background-color:#f3977f; color:#fff;}