/* CSS Document */



#navcontainer {
	width: 98%;
	margin-left: 5px;
	border-bottom-width: thin;
	border-bottom-color: #999999;
	border-bottom-style: dotted;
}

#navcontainer ul
{
	margin-left: 0px;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: small;
	color: #000000;
}

#navcontainer a
{
	display: block;
	padding: 3px;
	width: 280px;
	background-color: #CECECE;
	border-bottom-width: 2px;
	border-bottom-style: inset;
	border-bottom-color: #980000;
	border-left-width: medium;
	border-left-style: outset;
	border-left-color: #195298;
}

#navcontainer a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
	background-image: url(images/sidemenuicon.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	text-indent: 15px;
}

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