#mainNav{
	border: none;
  top: 69px;

  ul{
    margin: 0px;
  }

	ul li{
		border-left: thin solid silver;
		border-right: thin solid silver;
		border-top: thin solid silver;
		border-bottom: none;
		margin-right: 2px;
		background: none;
		padding: 0;	
		width: 13%;

		/* legacy styles */
		float: left;
		height: 34px;
		line-height: 34px;
		

		a{
			border-bottom: none;
			padding-bottom: 0px;
			display: block;
			text-align: center;
			text-decoration: none;
			box-sizing: unset;
		}
		a.current{
			background-color: rgba(255, 165, 0, .75) !important;
			color: black;
		}
		
		a:hover{
				background-color: rgba(255, 165, 0, 1) !important;
				color: black;
		}
	}
}



#blueNav {
	float: right;
	position: absolute;
	bottom: 0;
	right: 10px;
	width: 580px;
}

#blueNav li {
	background: url("../images/blue-corner.jpg") #709bcb no-repeat right top;
	display: block;
	float:left;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	width: 20%;
}

#blueNav li a {
	color: #FFFFFF;
	width: 100%;
	line-height: 24px;
	text-decoration: none;
	font-weight: bold;
}

#blueNav li.current {
	font-weight: normal;
	background: url("../images/grey-corner.jpg") #ededed no-repeat right top;
}

#blueNav li.current a {
	font-weight: normal;
	color: #000000;
}
