/* NAV MODULE SETTINGS */
#navigation {
	width:443px;
	height:36px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background-color: #888888;
	overflow: hidden;
	border-bottom:1px solid #000;
}
html>body #navigation {
	width:443px;
	height:35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	line-height:1em;
	font-weight: normal;
	text-transform: uppercase;
	color: #fff;
	background-color: #888888;
	overflow: hidden;
	border-bottom:1px solid #000;
}

#navigation .moduleHeader {
	display:none;
}

/* MAIN NAVIGATION MENU BOX */
#navigation .containerPadding {
}

#navigation ul {
	list-style: none;
	border: none;
}

/* MAIN NAV ITEMS */
#navigation li {
	text-align: left;
	display:block;
	float:left;
	line-height: 33px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #c8c8c8;
	border-right-color: #646464;
	border-bottom-color: #434343;
	border-left-color: #b3b3b3;	
}

#navigation li a, #navigation li .navNoLink {
	display: block;
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	padding: 0px 13px 0px 12px;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	line-height: 33px;
	
}

#navigation li.lastSafari {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	padding: 0px 0px 0px 0px;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	line-height: 33px;
	
}

#navigation li.last {
	color: #fff;
	text-decoration: none;
	font-weight:normal;
	padding: 0px 0px 0px 3px;
	background-image: url(/images/nav-bg.gif);
	background-repeat: repeat-x;
	line-height: 33px;
	
	
}

#navigation li a:hover {
	color: #ffc100;	
}

/*
Custom Scroll Styles
*/
#mycustomscroll3 {
	width:180px;
	height: 258px;
	background-color: #000;
	border: 1px solid #898989;
	text-align: left;
	padding: 5px;
	position: absolute;
	top:2px;
	z-index: 100;
	margin-left:-2px;
}
#mycustomscroll4 {
	width:180px;
	height: 258px;
	background-color: #000;
	border: 1px solid #898989;
	text-align: left;
	padding: 5px;
	position: absolute;
	top:2px;
	z-index: 100;
	margin-left:-4px;
}
#mycustomscroll5 {
	width:180px;
	height: 258px;
	background-color: #000;
	border: 1px solid #898989;
	text-align: left;
	padding: 5px;
	position: absolute;
	top:2px;
	z-index: 100;
}


#mycustomscroll3 a, #mycustomscroll4 a, #mycustomscroll5 a{
	color: #ff0000;
	text-decoration: none;
}
#mycustomscroll3 a:hover, #mycustomscroll4 a:hover, #mycustomscroll5 a:hover{
	color: #ff0000;
	text-decoration: underline;
}



/********* Navigation Dropdown ****************/
#navLyr1, #navLyr2,#navLyr3,#navLyr4,#navLyr5 {
	z-index:1000;
	position:absolute;
	top:-1000px;
	left:-1000px;
	height:270px;
	width:200px;
	background-image:url(/images/trans.gif);
	}
	


/*
SUB NAV LIST 
	Set the width, background, and/or border
*/
#navigation li ul {
	width:180px;
	height: 258px;
	display: block;
	position: absolute;
	left: -9999px;
	height: auto;
	float:none;
	border: 1px solid #898989;
	background-color:#000;
	color: #fff;
	z-index: auto;
	line-height: 1em;
	text-transform: none;
	overflow-x: hidden;
	overflow-y: scroll;
	overflow:-moz-scrollbars-vertical;
	line-height: 12px;
	display:none;
}

/* SUB-NAV ITEM */
#navigation li ul li {
	margin:0px;
	float:none;
	border: none;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;	
	display: none
	
}
#navigation li ul li a{
	color: #ff0000;
	text-decoration: none;
	display: none	
}
#navigation li ul li a:hover{
	color: #ff0000;
	text-decoration: underline;
	display: none
}


/* YOU SHOULD NOT HAVE TO EDIT ANY OF THE STYLES BELOW */
#navigation li:hover, #navigation li.sfhover { position: static; } /* This is a fix for the IE7 Sticky menu bug */

#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.1em;
	top: -0.1em;
	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" */
