#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: bold;;
    height: auto;
}

table#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: lowercase;
	font-family: georgia, serif;
	font-size: 16px;
	font-weight: bold;	
}

table#navlist td {
        margin: 0;
        padding: 0;
}

table#navlist td a {
	display: block;
	color: #000099;
	width: auto;
	text-decoration: none;
	background: #ffffff;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ffe;
	border-right-color: #aaab9c;
	border-bottom-color: #ccc;
	border-left-color: #fff;
	height: auto;
}

table#navlist td#active a {
        background: #FFFF99;
        color: #CC3300;
}

table#navlist td a:hover, table#navlist td#active a:hover {
        color: #000099;
        background: #ffe523;
        border-color: #aaab9c #fff #fff #ccc;
}
