#nav-buttons{

	font-family: arial, sans-serif;

	margin-top: 10px;

	margin-right: 30px;

	margin-left: -10px;



}

#nav-buttons li{

	padding-bottom: 30px;

	margin-bottom: 20px;

	list-style-type: none;



}

#nav-buttons li a{

	display: block;

	float: left;

	background-color: #897b56;

	border: 1px solid #AAA672;

	color: #fff;

	font-size: 20px;

	font-weight: bold;

	text-align: center;

	padding: 4px 6px;

	width: 200px;

	text-decoration: none;

	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);

	-webkit-border-radius: 5px;

	-moz-border-radius: 5px;

	border-radius: 5px;



}



/*Blue color*/

.blue{

	background: #4486E1;
	background: -moz-linear-gradient(top,  #897b56 0%, #897b56 5%, #bac9e2 99%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#897b56),  color-stop(5%,#897b56), color-stop(99%,#bac9e2)); 

	background: -ms-linear-gradient(top, #897b56, #bac9e2);



	border: 1px solid #AAA672 !important;

}

/*Stand Out*/
.highlight{
	
	
	background: #FFDD33;
	background: -moz-linear-gradient(top,  #FFC133 0%, #33ACFF 5%, #FFC133 99%); 

	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFC133),  color-stop(5%,#33ACFF), color-stop(99%,#FFC133)); 

	background: -ms-linear-gradient(top, #33ACFF, #FFC133);

	border: 1px solid #AAA672 !important;	

}