td#nav a:link, td#nav a:visited {
	color: #FFcc00;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
}

td#nav a:hover {
	color: Lime;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
}


td#nav {
	background-image: url(../graphics/nav_bg.gif);
	background-repeat: repeat;
	width: 135px;
	vertical-align: top;
}

td#nav p {
	padding-left: 10px;
}

td#nav .s {
	font-size: 80%;
}

td#nav a:hover.s, td#nav a:link.s, td#nav a:visited.s {
	font-size: 12px;
}


td#nav .c {
	text-align: center;
}