﻿<style type="text/css">

#nav {
	vertical-align: middle;
	background-color: #FFFCDF;
	line-height: 16px;
}
#nav ul {
	list-style: none;
}

#nav ul li{
	float: left;
	margin-right: auto;
	margin-left: auto;

}

 #nav ul a{
	display: block;
	width: 11em;
	border: 1px solid #000;
	background-color: #fddc75;
	text-decoration: none;
	color: #333;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
}
#nav ul li a{
	float: none;
	color: #000000;
	text-decoration: none;
	border-right-color: #000000;
	text-align: center;
	font-weight: normal;
	padding: 5px;
}


#nav ul li .selected{
	color: #667a81 !important;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* old visited code*/
/* Sets the style for unvisited links. */
/* Sets the style for visited links. */
#nav ul li a:visited {
  color: #3b6e72;
  text-decoration: none;
  font-weight: bold;
}
/* Sets the style for links on mouseover. */
#nav ul li a:hover {
	color: #000;
	text-decoration: underline;
	background-color: #FFF;
}
/* Sets the style for a link that has focus. */#
nav ul li a:focus {
  color: #007171;
}

/* Sets the style for a link that is being activated/clicked. */
#nav ul li a:active {
	color: #333333;
}

</style>

