/* NAV MODULE SETTINGS */
#navigation{
	width: 140px;
	background-image: url(/images/nav_back.gif);
	margin-bottom: 14px;
}
#navigation .moduleContentContainer{
	background: none;	
}
#navigation .containerPadding{
	background: none; 
	padding: 0px 5px 0px 0px;    
}
#navigation .moduleFooter {
	clear: both;
	height: 6px;
	overflow: hidden;
	background-image: url(/images/nav_bottom.gif);
}
#navigation .moduleHeader {
	height:6px;
	background-image: url(/images/nav_top.gif);
	border: none;
}
#navigation h3  {
	display:none;
}

/* MAIN NAVIGATION MENU BOX */

#navigation ul {
	list-style: none;
	border: none;
}

/* MAIN NAV ITEMS */
#navigation li {
	text-align: left;
	font-family: trebuchet, arial, helvetica, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1em;
	color: #fff;
	margin-bottom: 0px;
	display: block;
	width: 135px;
}
html>body #navigation li {
	margin-bottom: 3px;
}
#navigation li.last {
	margin-top: 0px;
}

#navigation li a, #navigation li .navNoLink {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	background-color: #000;
	border: 1px solid #fcd80d;
}
html>body #navigation li a, #navigation li .navNoLink {
	padding: 3px 5px 3px 5px;
}
#navigation li a:Hover, #navigation li .navNoLink:Hover {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px 3px 5px;
	background-color: #ec0007;
	border: 1px solid #fcd80d;
}
html>body #navigation li a:Hover, #navigation li .navNoLink:Hover {
	padding: 3px 5px 3px 5px;
}

/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul {
	width: 157px;
	margin-left: 120px;
	margin-top: -20px;
	display: block;
	position: absolute;
	left: -9999px;
	height: auto;
}

/* SUB-NAV ITEM */
#navigation li ul li.last {
	margin-top: -3px;
}
html>body #navigation li ul li.last {
	margin-top: 0px;
}

#navigation li ul li a{
	font-weight: bold;
	font-size: .8em; 
	margin-top: 2px;
}


/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */

#navigation li:hover ul ul, #navigation li:hover ul ul ul, #navigation li.sfhover ul ul, #navigation li.sfhover ul ul ul {
	left: -9999px;
	z-index: 501;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul, #navigation li li li.sfhover ul {
	left: auto;
	z-index: 501;
}

/* Support for the "iehover-fix.js" */
ul.navItems iframe {
	position: absolute;
	left: -0.25em;
	top: -0.25em;
	z-index: -1;
	filter: progid:DXImageTransform.Microsoft.Alpha(style=0,opacity=0);
}


* html ul.navItems li { z-index: 501; }

/* this is for IE 5.0
	select.hide { visibility: hidden; }

/* End Support for the "iehover-fix.js" */

