<!--
body {
	background-color: #6699cc;
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	color: #330099;
}

div.cltop{
	position: absolute;
	width: 115;
	text-align: left;
	visibility: hidden;
}

div.clsub {
	position: absolute;
	left: 5;
	width: 110;
	text-align: left;
	font-size: 13px;
	color: #4444bb;
}

#divcont {
	position: absolute;
	left: 0;
	top: 80;
	height: 400;
	width: 115;
	align:left;
}

a.cl1 {
	font-family: Verdana;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #000099;
	width: 113;
	border: #6699cc solid 1px;
}

a.cl2 {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #cccc66;
	width: 110;
	border: #6699cc solid 1px;
}

a.cl3 {
	font-family: Verdana;
	font-size: 10px;
	text-decoration: none;
	color: #ffffee;
	width: 105;
	border: #6699cc solid 1px;
}

.n3 {
	font-family: Verdana;
	font-size:10px;
}

a.cl1:hover {
	background-color: #4444bb;
	color: #6699cc;
	border: #000099 solid 1px;
}

a.cl2:hover {
	background-color: #4444bb;
	color: #6699cc;
	border: #cccc66 solid 1px;
}

a.cl3:hover {
	background-color: #4444bb;
	color: #6699cc;
	border: #ffffee solid 1px;
}

#divmain {
	position:absolute;
}

-->