.menuNav {
	clear:both;
	margin: 0;
	padding: 0;
}

.menuNav ul {
	list-style: none;
}

#nav a {
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.menuNav li {
	font-family: verdana;
	font-size: 9pt;
	float: left;
	position: relative;
	width: 114px;
	text-align: center;
	cursor: default;
	background-color: #006BF7;
	padding: 0.4em 0;
}

li#last {
	width: 113px;
}

.menuNav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	background: url(images/ddbg.gif) bottom left no-repeat;
	padding: 0.5em 0 1em 0;
	border-right: solid 1px black;
	border-top: solid 1px black;
	border-left: solid 1px black;
	border-bottom: solid 1px black;
}

.menuNav li>ul {
	top: auto;
	left: auto;
}

.menuNav li li {
	display: block;
	float: none;
	background-color: transparent;
	border: 0;
	margin-right: 0px !important;
	margin-right: -4px;
}

#nav li li a {
	margin-left: 0 !important;
	margin-left: 1px;
	margin-right: 0px !important;
	margin-right: 4px;
	display: block;
	font-weight: bold;
	color: black;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	margin-left: 0 !important;
	margin-left: 1px;
	margin-right: 0px !important;
	margin-right: 4px;
	padding: 0.2em 5px;
	border: solid #006BF7;
	border-width: 0 5px;
	background-color: white;
}

.menuNav li:hover ul, li.over ul {
	display: block;
}