/* NAV MODULE SETTINGS */
#navigation {
	float: right;
	width: 164px;
	background: none;
}
#navigation .moduleFooter {
	clear:both;
	background: url(/images/nav-botcap.gif) no-repeat top;
	height: 71px;
	width: 164px;
	margin: 0px;
}
#navigation .moduleHeader {
	display: none;
}
#navigation .moduleContentContainer {
	background: url(/images/nav-bg.gif) right;
}
#navigation .moduleContainer {
	background: none;
}
#navigation h3  {
	display:none;
}

/* MAIN NAVIGATION MENU BOX */
#navigation .containerPadding {
	padding: 0px 3px 0px 1px;
}

#navigation ul {
	list-style: none;
	border: none;
}

/* MAIN NAV ITEMS */
#navigation li {
	text-align: left;
	border-bottom: 1px solid #000;
}

#navigation li a, #navigation li .navNoLink {
	background: url(/images/nav-off.gif) no-repeat top;
	padding: 5px 6px 4px 6px;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 160px;
	zoom: 1;
}
html>body #navigation li a {
	width: auto;
}
#navigation li a:hover {
	background: url(/images/nav-on.gif) no-repeat top;
	color: #f5eb00;
}

/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul {
	width: 130px;
	margin-left: 145px;
	border: solid 2px #f5eb00;
	margin-top: -25px;
	display: block;
	position: absolute;
	left: -9999px;
	height: auto;
	zoom: 1;
}

/* SUB-NAV ITEM */
#navigation li ul a {
	text-transform: none;
}


/* 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" */

