.moduletabletopnav {
	width: 700px;
	float: left;
	font-weight: bold;
	font-size: 12px;
}

.moduletabletopnav ul {
	margin: 0px;
	list-style: none;
	padding: 0px 2px 2px 0px;
	background-repeat: repeat;
	display: block;
	zoom: 1;
	float: left;
	position: relative;
	z-index: 1;
}
.moduletabletopnav ul a {
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	padding:4px;
	_padding-left:0;
	color: #7A5D2C;
	color: #FFC;
	text-decoration:none;
	cursor:default;
}

.moduletabletopnav ul a.active {
	color: white;
	border-bottom: 2px solid white;
}
.moduletabletopnav ul a:active, .moduletabletopnav ul a:focus {
	outline-style:none;
}

.moduletabletopnav ul img {
	border: none;
	float:left;
	_float:none;
	margin-right:4px;
	width:16px;
	height:16px;
}

.moduletabletopnav ul img.over{display:none}

.moduletabletopnav ul li{
	display:block;
	margin: 2px 0px 0px 2px;
	border: 1px solid black;
	border-bottom: 0;
	float: left;
}

.moduletabletopnav ul li:hover{
	position: relative;
	background-color: #003F6C;
	cbackground-color: green;
	border-bottom: 1px solid #003F6C;
}

.moduletabletopnav ul li:hover a{
	color: white;
}

.moduletabletopnav ul li a:hover{
	position:relative;
	color: #ffffff;
	text-decoration:none;
}

.moduletabletopnav ul table {border-collapse:collapse}

.moduletabletopnav ul li:hover>ul{
	display:block
}

.moduletabletopnav ul ul{
	display: none;
	position: absolute;
	left: -1px;
	top:100%;
	z-index: -1;
	margin: 0;
	list-style:none;
	padding: 0;
	background-color: #003F6C;
	background-repeat:repeat;
	border: 1px solid black;
	cwidth:160.65px;
	min-width: 150px;
	opacity: .75;
	filter:alpha(opacity=75)
}

.moduletabletopnav ul ul a {
	text-align:left;
	white-space:nowrap;
}

.moduletabletopnav ul ul img {
	width:16px;
	height:16px;
}

.moduletabletopnav ul ul li {
	float: none;
	margin: 0;
	border: 0;
	padding: 0;
}

.moduletabletopnav ul ul li:hover {
	background-color: #B79760;
	border: 0;
}

.moduletabletopnav ul ul ul{
	position: absolute;
	left:98%;
	top:-2px;
}

<!--Property for when this is the current active hovered over link-->
.moduletabletopnav ul li:hover>a{
	background-color: #003F6C;
	background-color: red;
	cborder: 1px solid #001831;
			border-bottom: 1px solid white;	

	color: green;
	text-decoration:none;
}
.moduletabletopnav ul li:hover > a img.def  {display:none}
.moduletabletopnav ul li:hover > a img.over {display:inline}
.moduletabletopnav ul a:hover img.over,.moduletabletopnav ul a:hover ul img.def,.moduletabletopnav ul a:hover a:hover ul img.def,.moduletabletopnav ul a:hover a:hover a:hover ul img.def,.moduletabletopnav ul a:hover a:hover img.over,.moduletabletopnav ul a:hover a:hover a:hover img.over,.moduletabletopnav ul a:hover a:hover a:hover a:hover img.over{display:inline}
.moduletabletopnav ul a:hover img.def,.moduletabletopnav ul a:hover ul img.over,.moduletabletopnav ul a:hover a:hover ul img.over,.moduletabletopnav ul a:hover a:hover a:hover ul img.over,.moduletabletopnav ul a:hover a:hover img.def,.moduletabletopnav ul a:hover a:hover a:hover img.def,.moduletabletopnav ul a:hover a:hover a:hover a:hover img.def{display:none}
.moduletabletopnav ul a:hover ul,.moduletabletopnav ul a:hover a:hover ul,.moduletabletopnav ul a:hover a:hover a:hover ul{display:block}
.moduletabletopnav ul a:hover ul ul,.moduletabletopnav ul a:hover a:hover ul ul{display:none}
