/* CSS Document */

#navcontainer
{
	width: 160px;
	padding:  0;
	margin-left: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #4a1c83;
}

ul#navlist
{
	text-align: left;
	list-style: none;
	padding: 0;
	width: 160px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 160px;
	color: #fdf6d9;
	padding: 0.5em 0 0.5em 3em;
	text-decoration: none;
	border: 0px;}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #333;
color: #fff;
font-weight:bold;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	background-color: #e0c99f;
	background-image: none;
	background-repeat: no-repeat;
	background-position: 7px center;
}
a {
	color: #026648;
	font-weight: bold;
}

#maincol li {
	list-style: url(img/bulletsmall.gif) inside;
}


ul#navlist li .uberlink {
	color: #4a1c83;
	background:#e0c99f
}
