@charset "UTF-8";
/* CSS Document */

a	{color:#000000;}

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	color: 000000;
	line-height: 30px;
}

#nav a {
	display: block;
	color: 000000;
	width: 134px;
	text-decoration: none;
	background-color: #CC99FF;
	text-align: center;
}

#nav b {
	display: block;
	color: 000000;
	width: 134px;
	text-decoration: none;
	background-color: #CC99FF;
	text-align: center;
	font-weight: normal;
}

#nav a:hover {
	background-color: #FFCCFF;
}

#nav li {
	float: left;
}

#nav li ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
	background-color: #66FF66;
}

#nav li.sfhover ul {
	left: auto;
}
