/*** Level 1 ***/
.navigation ul {
	position: absolute;
	width: 866px;
	margin: 0; padding: 0;
	background: url(../../images/bg_navi.gif) left top repeat-x;

	z-index: 99;
}
.navigation ul li {
	float: left;
	display: block;
	list-style: none;
}
.navigation ul li a {
	display: block;
	padding: 12px 25px;

	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;

	color: #fff;
}
.navigation ul li a:hover, .navigation ul li a.active {
	text-decoration: none;
	background: url(../../images/bg_over.gif) center bottom no-repeat;
}
.onarr { background: url(../../images/bg_over.gif) center bottom no-repeat; }
.ofarr { background: none; }
.navigation ul li.pipe {
	width: 2px;
	height: 34px;
	background: url(../../images/bg_pipe.gif) top no-repeat;
}

/*** Level 2 ***/
.navigation li ul {
	visibility: hidden;
	width: 152px;
	height: auto;
	display: block;
	margin: 0; padding: 0;
	margin-left: -1px;
	border-top: 1px solid #c5c5c5;
	background: #000;
}
.navigation ul li ul li {
	width: 152px;
	display: block;
	border: none;
}
.navigation ul li ul li a {
	width: 132px; /* 152 - 10 - 10 */
	float: none;
	display: block;
	padding: 10px 10px 8px 10px;
	text-align: left;
	text-transform: capitalize;
	border-bottom: 1px solid #424242;
}
.navigation ul li ul li a:hover, .navigation ul li ul li a.active {
	color: #fe1123;
	background: #262626;
}

/*** Level 3 ***/
.navigation ul li ul li ul { margin: -30px 0 0 153px; border-top: 1px solid #424242; }

/*** Tabbed Navigation ***/
.tabnav ul {
	width: 358px; /* IE6 Sake */
	position: absolute;
	margin: 0; padding: 0;
	padding-left: 6px;
}
.tabnav ul li {
	width: 179px;
	float: left;
	list-style: none;
}
.tabnav ul li a {
	width: 177px;
	height: 17px;
	display: block;
	padding-top: 3px;

	font-family: verdana;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	/*text-transform: capitalize;*/

	color: #fff;
	background: url(../../images/bg_tabnav.gif) left top no-repeat;
}
	.tabnav ul li a.active { padding-bottom: 4px; background-color: #7c1516; }
	.tabnav ul li a.nonact { padding-bottom: 0; }

/*** Footer Navigation ***/
.footnav ul {
	position: absolute;
	margin: 0; padding: 0;
	padding-top: 7px;
	/*background: #000;*/

	width: 900px;
	height: 15px;
	text-align: center;
	overflow: hidden;
}
.footnav ul li {
	/*float: left;*/
	list-style: none;

	display: inline;
}
.footnav ul li a {
	/*display: block;*/
	padding: 0 7px;

	font-family: verdana;
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;

	color: #fff;
}
.footnav ul li a:hover {
	color: #d3232e;
	text-decoration: none;
}
