#menu0 {
	width: 100px;
	margin: 0px;
	position: absolute; right: 280px; top: 250px;
	}

#menu0 dt {
	color: #000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 0;
	
}

#menu0 dd {
	color: #000;
	margin: 0;
	
}

#menu0 dd.active {
	font-weight: bold;
}

#menu1 {
	width: 100px;
	margin: 0px;
	position: absolute; right: 180px; top: 150px;
	}

#menu1 dt {
	color: #000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 0;
	
}

#menu1 dd {
	color: #000;
	margin: 0;
	
}

#menu1 dd.active {
	font-weight: bold;
}

#menu2 {
	width: 100px;
	margin: 0px;
	position: absolute; right: 80px; top: 250px;
	}

#menu2 dt {
	color: #000;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 10px 0 0 0;
	
}

#menu2 dd {
	color: #000;
	margin: 0;
	
}

#menu2 dd.active {
	font-weight: bold;
}

A {text-decoration: none;
	color : #CCFF33; 

	}
A:HOVER.on
 {
 color : #FF0033;
 }