@charset "utf-8";
/* CSS Document */


/* main navigation */

#mainNav {
	position: absolute;
	z-index: 100;
	text-decoration: none;
	font-weight: none;
	font-size: 0.8em;
	margin-top: 0px;
	left: 75px;
	top: 88px;
	width: 700px;
}

#mainNav ul { padding-left: 0; margin-left: 0; vertical-align: middle; margin-top: 0px; margin-bottom: 0px; color:#131212;}

#mainNav ul li { list-style: none; display: inline; }

#mainNav ul ol { list-style: none; display: inline; }

#mainNav ul li a { padding: 0px .9em; text-decoration: none; float: left; border-right: 1px solid #c1bfbf;}
	
	a.mainNav		{ color: #131212; }
	a.mainNavOn	{ background: #fff; color: #d53200; }
	a.mainNav:hover	{ background: #fff; color: #d53200; }	
	
#mainNav ul ol a { padding: 0px .9em; text-decoration: none; float: left; border-right: 1px solid #fff;}

	a.whiteTab		{ color: #fff; }
	a.whiteTabOn		{ background: #fff; color: #29296f; }
	a.whiteTab:hover	{ background: #fff; color: #29296f; }
	
	a.endTab		{ color: #fff; }
	a.endTabOn	{ background: #9ecb3c; color: #29296f; }
	a.endTab:hover	{ background: #9ecb3c; color: #29296f; }
	
	
/* secondary navigation */

#secondaryNav ul {
	margin: 0px 10px 0px 0px;
	position:relative;
	display:block;
	width: 155px;
	height:250px;
	float:left;
	border-right: 1px solid #d53200;
	z-index: 100;
}
	
#secondaryNav ul li { list-style: none; display:compact; margin-left: 15px; }

#secondaryNav ul li a { text-decoration: none;}
	
	a.secondaryNav	{ color: #131212; }
	a.secondaryNavOn	{ background: #fff; color: #d53200; }
	a.secondaryNav:hover	{ background: #fff; color: #d53200; }

#secNav {
	position: absolute;
	z-index: 100;
	text-decoration: none;
	font-weight: none;
	font-size: 0.8em;
	margin-top: 0px;
	left: 629px;
	top: 48px;
	width: 118px;
	height: 31px;
}

