/* CSS Document */
.menu {
	width:185px;
	position:absolute;
}

.deactiveLink {
	background-color:#00FF66;
	font-size:14px;
	cursor:hand;
	text-decoration: none;
	color:#000000;
	width:185px; 
	position:relative;
}

.activeLink {
	background-color:#009933;
	font-size:16px;
	cursor:hand;
	text-decoration: none;
	color:#000000;
	width:185px; 
	position:relative;
}

.separateLink {
	background-color:#00FF99;
	font-size:15px;
	cursor:none;
	text-decoration: none;
	color:#000000;
	width:185px; 
	position:relative;
}

.link {
	text-decoration: none;
	color:#000000;
	width:185px;
}