@charset "utf-8";
#navcontainerside1/* CSS Document */

 {
	width: 160px;
	background-image: none;
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	font-family: "Courier New", Courier, monospace;
	color: #000000;
}

#navcontainerside1 ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: "Courier New", Courier, monospace;
	text-align: center;
}

#navcontainerside1 a
{
	display: block;
	padding: 3px;
	width: 144px;
	margin: 5px;
	font-family: "Courier New", Courier, monospace;
	background-color: #FFee00;
	color: #000000;
	font-size: 1em;
	font-weight: normal;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #eee;
	border-bottom-color: #eee;
	border-left-color: #eee;
}

#navcontainerside1 a:hover
{
	background-color: #FFCC00;
	color: #000000;
}

#navcontainerside1 a:link, #navlist a:visited
{
	color: #000000;
	text-decoration: none;
}

