/* ////////////////   Main Nav  ////////////// */

.navContainer
{
	margin-bottom: 5px;	
}


.mainNav {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 3px;
	margin-bottom: 3px;
	}
	
.mainNav .title {
	color: #444;
	font-family: arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	text-decoration: none;
	padding: 0;
	line-height: 1.3em;
	}

.mainNavButton a{
	color: #999;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 7px;
	text-decoration: none;
	float: right;
    margin-top: 1px;
	}

.mainNavButton a:hover{
	color: #337ECC;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin-left: 7px;
	text-decoration: underline;
    margin-top: 1px;
	}
	
/* ////////////////   Main Nav Spacer  ////////////// */

.mainNavButtonSpacer {
	color: #172330;
	font-family: "Lucida Grande", arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	margin-left: 7px;
	text-decoration: none;
	float: right;
	color: #999;
    margin-top: 3px;
	}
