body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #000000;
}
a:link {
	font-weight: normal;
	color: #CCCCCC;
}
a:visited {
	color: #999999;
}
a:active {
	color: #999999;
	text-decoration: underline overline;
	font-weight: bold;
}
a:hover {
	font-weight: normal;
	text-decoration: underline overline;
}
#navlist {
	position: absolute;
	left: 0px;
	top: 86px;
	width: 65px;
}
#navlist ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: #FF0000;
	background-color: #000000;
}
#navlist li {
	margin: 0 0 3px 0;
	border: #FF0000;
}
#navlist a {
	/*/*/display: block;
	padding: 2px 2px 2px 8px;
	border: 0px solid 0;
	/*width: 60px;*/
}
#navlist a:link, #navlist a:visited {
	/*/*/color: #EEE;
	text-decoration: none; /* */
}
#navlist a:hover {
	border: 0px solid #333;
	background-color: #FFFFFF;
	color: #000000;
}

.posbleft {
	position: absolute;
	bottom: 1px;
	left: 1px;
}
