/* CSS Document */

#navcontainer { 
	width: 185px;
	float: left;
	list-style: none;
}

#navcontainer ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	list-style: none;
}

#navcontainer a{
	display: block;
	padding: 3px;
	width: 178px;
	background-color: transparent;
	border-bottom: 1px dotted #eee;
	font-weight: bold;
}

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

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