#nav {
	padding-left: 3px;
	padding-right: 3px;
}

#nav table {
	width: 100%;
	height: 75px;
}

#nav td {
	width: 75px;
	height: 50px;
	background: #FFF;
	border: 10px;
	border-color: #EBE9E5;
	border-style:solid;
	padding: 5px;
}

#nav td.active, #nav td.active a {
	background: #0E80B5;
	color: #FFF;
}

#nav td a {
	color: #0E80B5;
	font-weight:bold;
	text-decoration: none;
}

#nav td a:hover{
	text-decoration: underline;
}
