#sets {
width: 200px;
background: #000000;
float: left;
}

#sets ul {
list-style: none;
margin: 0;
padding: 0;
width: 200px;
float: left;
}

#sets a, #sets h2 {
	font: 11px/16px Verdana, Arial, Helvetica, sans-serif;
	display: block;
	margin: 0;
	padding: 4px 3px 4px 4px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

#sets h2 {
	color: #333333;
	background: #FFCC00;
	font-weight: normal;
}

#sets a {
color: #000;
background: #FFFFF0;
text-decoration: none;
}

#sets a:hover {
color: #333333;
background: #CCCCCC;
}

#sets li {position: relative;}

#sets ul ul {
position: absolute;
z-index: 1010;
}

#sets ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#sets ul ul,
div#sets ul li:hover ul ul,
div#sets ul ul li:hover ul ul
{display: none;}

div#sets ul li:hover ul,
div#sets ul ul li:hover ul,
div#sets ul ul ul li:hover ul
{display: block;}
