#nav ul li ul {
	visibility: hidden;
	border: 1px solid #000000;
	position: absolute;
	width: 150px;
	left: 150px;
}
#nav ul li:hover ul {
	visibility: visible;
	border-left-width: 3px;
	border-left-style: dotted;
	border-left-color: #666666;
	border-right-width: 3px;
	border-right-style: dotted;
	border-right-color: #666666;
}
#nav a {
	color: #FFFF99;
	text-decoration: none;
	background-color: #666666;
	display: block;
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFF99;
	padding-left: 6px;
}
#nav a:hover {
	color: #666666;
	text-decoration: none;
	background-color: #FFFF99;
	display: block;
}
#nav ul {
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-left-color: #000000;
	list-style-type: none;
	position: absolute;
	width: 150px;
	left: -2px;
	top: 2px;
}
#nav {
	float: left;
	position: absolute;
	background-color: #CCCCCC;
	left: -1px;
	top: -1px;
}
