#mymenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

#nav a {
	font-weight: normal;
	color: #FFFFFF;
}

#nav a {
	text-decoration: none;
}

 #nav li li a {
	display: block;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0.2em 10px;
	text-align: left;
	background-color: #666666;
	background-image: url(../menbg.jpg);
}

 #nav li li a:hover {
	border-top-width: 0;
	border-right-width: 0px;
	border-bottom-width: 0;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #FFCC33;
	padding: 0.2em 10px;
	/*
	padding-top: 0.2em;
	padding-right: 5px;
	padding-bottom: 0.2em;
	padding-left: 7px;
	*/
	text-align: left;
}

#nav li {
	float: left;
	position: relative;
	width: 8em;
	text-align: center;
	cursor: default;
	background-color: #000000;
	border-top-width: 1px;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

li#first {
	border-left-width: 1em;
}

li#last {
	border-right-width: 1em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 0;
	background-color: #999999;
	background-image: url(../menbg.jpg);
	background-position: left bottom;
}

li>ul {
	top: auto;
	left: auto;
}

li li {
	display: block;
	float: none;
	background-color: #000000;
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
}

#mymenu hr {
	display: none;
}

#mymenu #nav a:hover {
	text-decoration: none;
	color: #CC9900;
}

