div#nav {
	visibility: visible;
	position: absolute;
	left: 7px;
	top: 77px;
	z-index: 3;
	width:715px;
	height: 31px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #fff;
	font-size: 0.8em;
	font-family:  Arial, Verdana, Helvetica, sans-serif;
}

div#nav ul {
	margin: 0;
	padding-left: 2.5px;
	padding-right: 0px;
	padding-top: 0px;
	width: 715px;
	height: 31px;

}

div#nav li {
	position: relative;
	list-style: none;
	margin: 0;
	width: 7.8em;
	border-right: none;
	text-align: center;
	float: left;
	padding-left: 10px;
	padding-right: 11px;
	padding-top: 0px;
	font-style: normal;
	height: 31px;
	
}
div#nav ul:hover {
	color: #000000;
	
}

div#nav li:hover {
	color: #000000;
	background: url(../ardan_media/nav/bg-nav.gif) repeat;

}

div#nav li a {
	display: block;
	padding: 0px;
	text-decoration: none;
	color: #fff;
	width: 7.76em;
}

div#nav li a:hover {
	color: #000000;
	background: url(../ardan_media/nav/bg-nav.gif) repeat;

}

/* My Comment - tester.

#topMenu UL {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#topMenu UL LI {
	float: left;
	list-style-type: none;
}
*/
