a {
	color: rgb(225,210,114);
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	display: block;
	width: 160px;
	text-align: center;
	vertical-align: center;
	margin-left: 10px;
	padding: 5 0 5 0;
}

a:visited {
	color: rgb(225,210,144);
	text-decoration: none;
} 

a:active {
	color: rgb(255,210,114);
	text-decoration: none;
}

td table td {
	border-bottom: 1px solid white;
}

body {
	font-family: verdana, san-serif;
	font-weight: bold;
}


td {
	height: 30px; 
	width: 175px;
}

.hover, td table td:hover {
	background: url(images/nav-over.gif);
	background-repeat: repeat-y;
	background-position: right top;
}

td table td {
	vertical-align: center;
}

table.nav-container {
	background: url(images/navbar.gif);
	background-repeat: repeat-y;
	border: 0px;
	height: 100%;
	width: 170px;
}
h1{
margin: 0;
}