ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: bold;
	color: White;
}

#nav a {
	text-decoration: none;
	background: url(images/mainmenubg.jpg);
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: White;
	padding: 1px 6px 0px 7px;
	background: none;
}

#nav li li a:hover {
	padding: 1px 1px 0px 1px;
	border: solid White;
	border-width: 0px 5px 0px 6px;
	color: Yellow;
}

li {
	float: left;
	position: relative;
	width: 125px;
	text-align: center;
	cursor: default;
	border: 1px solid White;
	border-width: 1px 1px;
	background: url(images/mainmenubg.jpg);
	border-collapse: collapse;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg3.gif) bottom left no-repeat;
	padding: 2px 0 1em 0;
	border-right: 1px solid White;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background: none;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}