#nav
	{
	list-style: none;
	font-size: 0.8em;
	float: left;
	margin: 0;
	padding: 0;
	width: 890px;
	}

#nav li
	{
	background: url(../images/layout/nav_bg_left.png) no-repeat left top;
	float: left;
	margin: 0;
	padding: 0;
	line-height: normal;
	}

#nav li a
	{
	background: url(../images/layout/nav_bg_right.png) no-repeat right top;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 12px 20px 12px 25px;
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	}

/* Hovers & Current Tab: sfhover class added with JS (for old IE)
--------------------------------------------------------------- */
#nav li:hover,
#nav li.sfhover,
#nav li.active
	{
	color: #fff;
	background: url(../images/layout/nav_bg_left_hover.png) no-repeat left top;
	}
#nav li:hover a,
#nav li.sfhover a,
#nav li.active a
	{
	color: #fff;
	background: url(../images/layout/nav_bg_right_hover.png) no-repeat right top;
	}

/* Dropdowns */
#nav li ul
	{
	background: #fff;
	list-style: none;
	left: -999em;
	margin: 0 0 0 5px;
	padding: 0;
	position: absolute;
	}
#nav li:hover ul,
#nav li.sfhover ul
	{
	left: auto;
	}
#nav li ul li
	{
	margin: 0;
	padding: 0;
	}
#nav li:hover ul li a,
#nav li.sfhover ul li a,
#nav li.active ul li a
	{
	background: #00223e url(../images/layout/nav_ico_pen.png) no-repeat 2px 3px;
	border: 1px solid #002a4c;
	border-top: none;
	color: #3b709c;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	margin: 0;
	padding: 3px 23px;
	text-align: left;
	text-transform: none;
	}
#nav li ul li a:hover,
#nav li.active ul li a:hover
	{
	color: #fff;
	background-color: #002a4c;
	}
#nav li ul li.active a
	{
	color: #3b709c;
	background-color: #002a4c;
	}

/* Width of DropDowns */
#nav li ul,
#nav li ul li,
#nav li:hover ul li a, 
#nav li.sfhover ul li a, 
#nav li.active ul li a	
	{ width: 19em; }

/* Make Last Tab's DropDown Less Wide */
#nav li#last_tab ul,
#nav li#last_tab ul li,
#nav li#last_tab:hover ul li a, 
#nav li#last_tab.sfhover ul li a, 
#nav li#last_tab.active ul li a
	{ width: 12em; }

/* IE7 Sticky Menu Fix */
#nav li:hover, #nav li.hover
	{ position: static; }

/* -----[ Support for the "iehover-fix.js" ]----- */ 
* html ul#nav iframe, * html ul.nav iframe
	{
	position: absolute;
	/* account for the border */
	left: -0.25em;
	top: -0.25em;
	z-index: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
	}

/* this is for IE 5.0
select.hide { visibility: hidden; }

/* -----[ End Support for the "iehover-fix.js" ]----- */
