@charset "utf-8";
/* CSS Document */

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/*~~~~~~~~~~~NAVIGATION STYLES~~~~~~~~~~~*/
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/*~~~~~~~~~~~Global Navigation~~~~~~~~~~~*/

#globalNav {
	float: right;
	
	}
	
	#globalNav a {
		display: block;
		font-size: 1em;
		color: #373631;
	}
	
	#globalNav.button
	{
		color: #373631;
	}
	
	#globalNav ul {
		list-style: none;
	}
	
	#globalNav li {
		float: left;
		padding: 4px;
		background: transparent /*url(images/nav_div.gif) right*/ center no-repeat;
	}
	
	#globalNav li.login {
		background: transparent url(images/login_bt.gif) right center no-repeat;
		padding-right: 0;
	}
	
	#globalNav li a {
		display: block;
		font-size: 1em;
		color: #373631;
	}
	
	
	
	#globalNav li.login a {
		width: 113px;
		height: 18px;
		text-indent: -999999px;
	}

/*~~~~~~~~~~~Main Navigation~~~~~~~~~~~*/

#mainNav {
	margin: 5px 0 0 120px;
	padding: 0;
	height: 24px;
	background: none;
	line-height: 0;
	}

	#mainNav ul {
	margin: 0;
	padding: 0;
	height: 24px;
	list-style: none;
	background: none;
	}

	#mainNav li {
	position: relative;
	float: left;
	height: 24px;
	padding: 0;
	background: transparent url(images/mainNav_div.gif) right center no-repeat;
		}
		
		#mainNav li.last {
			background: none;
		}

	#mainNav a {
		display: block;
		height: 24px;
		padding: 5px 20px 0;
		font: bold .9em Tahoma, Tahoma, Arial, Helvetica, sans-serifArial, Helvetica, sans-serif;
		text-decoration: none;
		color: #677b82;
		}
		
		#mainNav a.on {
			border-top: solid 3px #b66721;
			padding-top: 2px;
		}
		
	#mainNav a:hover {
		color: #b66721;
	}


