
/*////////////////// W H I T E ////////////////////////////*/

#bottomNavWhite {
	margin: 0;
	padding:0;
}
#bottomNavWhite li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFFFFF;
}
#bottomNavWhite ul {
	margin: 0;
	padding: 0;
	border-top: 3px solid #000000;
	background-color: #BEBFC1; /* grey */
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#bottomNavWhite a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;	
	padding: 0px 5px 0px 5px;  /* top, right, bottom, left */
	line-height: 1;
	font-size: 55%;
	font-weight: bold; 
	letter-spacing: .05px;
}
#bottomNavWhite a:hover, #bottomNavWhite a:active, #bottomNavWhite a:focus { color: #D21624; /* red */ }

#bottomNavWhite li.red a { color: #D21624; /* red */}

#bottomNavWhite li { float: left; }

#bottomNavWhite li.last { border-right: 0px; }

#bottomNavWhite li.last_red { border-right: 0px; }

#bottomNavWhite li.last_red a { color: #D21624; }

.last_red { color: #D21624;  border-right: 0px; }

/*////////////////// G R E Y ////////////////////////////*/

#bottomNavGrey {
	margin: 0;
	padding:0;
}
#bottomNavGrey li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #808080; /* grey */
}
#bottomNavGrey ul {
	margin: 0;
	padding: 0;
	border-top: 3px solid #000000;
	background-color: #BEBFC1; /* grey */
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#bottomNavGrey a {
	display: block;
	text-decoration: none;
	color: #808080; /* grey */	
	padding: 0px 5px 0px 5px;  /* top, right, bottom, left */
	line-height: 1;
	font-size: 55%;
	font-weight: bold; 
	letter-spacing: .05px;
}
#bottomNavGrey a:hover, #bottomNavGrey a:active, #bottomNavGrey a:focus { color: #D21624; /* red */ }

#bottomNavGrey li.red a { color: #D21624; /* red */ }

#bottomNavGrey li { float: left; }

#bottomNavGrey li.last { border-right: 0px; }

/*////////////////// R E D ////////////////////////////*/

#bottomNavRed {
	margin: 0;
	padding:0;
}
#bottomNavRed li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border-right: 1px solid #FFFFFF;
}
#bottomNavRed ul {
	margin: 0;
	padding: 0;
	border-top: 3px solid #000000;
	background-color: #B91320; /* red */
	position: absolute;
	left: -9000px;
	z-index: 10000;
}
#bottomNavRed a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;	
	padding: 0px 5px 0px 5px;  /* top, right, bottom, left */
	line-height: 1;
	font-size: 55%;
	font-weight: bold; 
	letter-spacing: .05px;
}
#bottomNavRed a:hover, #bottomNavRed a:active, #bottomNavRed a:focus { color: #000000; /* black */ }

#bottomNavRed li { float: left; }

#bottomNavRed li.last { border-right: 0px; }

#bottomNavRed li.last_black { border-right: 0px; color: #000000; }

