body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #16212b;
}
a:link { 
	color: #dda66b;
	}
a:visited { 
	color: #dda66b;
	}
a:hover { 
	color: #d8d8d8;
	background-color: #333333;
	text-decoration: none;
	}
a:active { 
	color: #dda66b;
	}

.style1 {
	color: #d8d8d8;
	font-size: 10px;
	font-family: tahoma;
	font-weight: bold;
}
.style2 {
	color: #d8d8d8;
	font-size: 12px;
	font-family: tahoma;
	line-height: 25px;
}
.style3 {
	color: #dda66b;
	font-size: 12px;
	font-family: tahoma;
}
.style4 {
	color: #6da04b;
	font-size: 12px;
	font-family: tahoma;
	font-weight: bold;
}
.style5 {
	color: #ce9b00;
	font-weight: bold;
	font-size: 12px;
	font-family: tahoma
}
.style6 {
	color: #d1d1d2;
	font-size: 12px;
	font-family: tahoma;
}
h1 {
	font-size: 3px;
}
/*-------------------------------------------------begin menuing-------------------------------------------------*/


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

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

#nav a {
	text-decoration: none;
}

#nav li li a {
	display: block;
	font-weight: normal;
	color: #999999;
	padding: 0.2em 10px;
}

#nav li li a:hover {
	padding: 0.2em 5px;
	border: 0px solid #6da04b;
	border-width: 0 0px;
	background-color: #999999;
	color: #16212b;
}

li {
	float: left;
	position: relative;
	width: 11em; /*spacing between titles*/
	text-align: center;
	cursor: default;
	/*background-color: #16212b;*/
	/*border: 1px solid #6da04b;*/
	border-width: 1px 0;
}

li#first {
	border-left-width: 0em;
}

li#last {
	border-right-width: 0em;
}

li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	background-color: #16212b;
	font-weight: normal;
	/*background: url(images/ddbg3.gif) bottom left no-repeat;*/
	padding: 0.5em 0 1em 0;
	border-right: solid 1px #d1d1d2;
	border-left: solid 1px #d1d1d2;
	border-bottom: solid 1px #d1d1d2;
	border-top: solid 1px #d1d1d2; 
	background: url(../flash template/7310/Without_FL/images/right.jpg) center left no-repeat;
}

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

li li { /*controls the look of the dropdowns*/
	display: block;
	float: none;
	background-color: #16212b;
	background: url(../flash template/7310/Without_FL/images/right.jpg) center left no-repeat;/*changes right behind the text*/
	border: 0;
}

li:hover ul, li.over ul {
	display: block;
	background-color: #16212b;
}
<!-- end menuing------->
