/* CSS Document */

#navcontainer
{
	background: #fff;
	width: 160px;
	padding:  0;
	margin-left: 15px;
	text-align: center;
	font:11px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
width: 160px;
}

ul#navlist li
{
	display: block;
	margin: 0;
	padding: 0;
}

ul#navlist li a
{
	display: block;
	width: 160px;
	padding: 0.5em 0 0.5em 3em;
	color: #006699;
	text-decoration: none;
	background: #fff url(img/bullett1gif.gif) no-repeat 7px center;
	border: 0px;}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
background: #333;
color: #fff;
font-weight:bold;
background: #666 url(img/bullett2gif.gif) no-repeat 7px center;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
	color: #FFFFFF;
	background: #666 url(img/bullett2gif.gif) no-repeat 7px center;
	background-color: #CCCCCC;
	background-image: url(img/bullett2gif.gif);
	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: #fff;
background: transparent;
background: #006699 url(img/bullett2gif.gif) no-repeat 7px center;
}