#navcontainer {
	border: #000000;
	width: 636px;
	text-align: left;
}

ul#navlist {
        margin: 0;
        padding: 0;
        list-style-type: none;
        white-space: nowrap;
}

ul#navlist li {
	float: left;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: bold;
	margin: 0;
	padding: 5px 0 4px 0;
	background-color: #DFDFFF;
	border-top: 1px solid #330099;
	border-bottom: 1px solid #330099;
	text-indent: 0pt;
	line-height: normal;
	list-style-type: none;
}

#navlist a, #navlist a:link {
	margin: 0;
	padding: 5px 9px 4px 9px;
	color: #004A99;
	border-right: 1px solid #330099;
	text-decoration: none;
}

ul#navlist li#active {
        color: #000000;
        background-color: #79B9FF;
}

#navlist a:hover {
        color: #000000;
        background-color: #A4A4FF;
}
