@charset "UTF-8";
/* CSS Document */

#navcontainer {
	width: 167px;
	height: 800px;
	text-indent: 30px;
	text-align: left;
}

#navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 20px;
	list-style-type: none;
}

#navcontainer a
{
	display: block;
	padding: 0px;
	width: 160px;
	background-color: #333333;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

#navcontainer a:link, #navlist a:visited
{
color: #EEE;
text-decoration: none;
}

#navcontainer a:hover
{
	background-color: #003067;
	color: #fff;
}
