ul {

	list-style: none;

	padding: 0;

	margin: 0;

}



#nav a {

	font-weight: bold;

	color: white;

	text-decoration: none;

    font-size: 9px;

}



#nav a:hover {

	color: #AFDAFF;

	text-decoration: underline;

}



#nav li li a {

	display: block;

	font-weight: normal;

	color: #000;

	padding: 0.2em 1em;

}



#nav li li a:hover {

	background-color: black;

    color: white;

}



li {

	float: left;

	position: relative;

	text-align: left;

	cursor: default;

}



div.category {

    padding: 2px 12px;

}



li ul {

	display: none;

	position: absolute;

	top: 100%;

	left: 0;

    background: #777777;

	font-weight: normal;

    border: 1px solid black;

}



li>ul {

	top: auto;

	left: auto;

}



li li {

	display: block;

	float: none;

	border-bottom: 1px solid black;

    width: 10em;

}



li:hover ul, li.over ul {

	display: block;

}



