ul#nav{
	float: left;
	width: 100%;
	list-style: none;
	border-bottom: 1px ridge #D7D7D7;
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif, Impact;
	letter-spacing: 2px;
	font-size: 18px;
	font-weight: normal;
	border-right-width: 100%;
	border-top-style: ridge;
	border-right-style: none;
	border-left-style: none;
	border-top-color: #D7D7D7;
	border-top-width: 0.1em;
	border-left-width: 0.1em;

}

ul#nav li{
	float: left;
	margin: 0 0.2em 0;
	padding: 0 0 0 8px;
	background: url(tab.png) no-repeat left top;
}
	ul#nav a{
	float: left;
	padding: 0.4em 8px 0.4em 0;
	background: url(tab.png) no-repeat top right;
	text-decoration: none;
	color: #222;
}

ul#nav a:hover{color: #184D8A}

ul#nav li#active{
	background: url(tab2.png) no-repeat top left;
}

ul#nav li#active a{
	background: url(tab2.png) no-repeat top right;
	color: #184D8A;
}
