/*  ----- Created by Jacco van der Post - 2006 - Netcreators.com ---- */

#nav-top, #nav-mid {
	border-top:1px solid white;
	position:absolute;
}

#nav-top {
	background: url(../img/navtop.gif) no-repeat;
	width:304px;
	height:124px;
	left:308px;
	top:0px;
	border-left:1px solid white;
	float:left;
	padding-left:10px;
	
}

#nav-top ul {
	color: #ffdd00;
	margin: 0;
	margin-top: 24px;
	padding: 0;
	
}

#nav-top li {
	list-style: none;
	float: left;
	margin-right: 12px;
	margin-bottom: 8px;
	width: 140px;
}

#nav-top li a {
	background: url(../img/list-arrow.gif) no-repeat left;
	color: White;
	white-space: nowrap;
	/* text-decoration: none; */
	line-height: 20px;
	height: 20px;
	padding-left: 18px;
	font-size:12px;
	display: block;
	padding-bottom:1px;
	font-weight:bold;
}

#nav-top li a:hover {
	background: url(../img/list-arrow-hover.gif) no-repeat left;
	color: #ffdd00;
	white-space: nowrap;
	text-decoration: none;
}

#nav-mid {
	display:block;
	background-color: #555;
	width:754px;
	height:26px;
	left:0px;
	top:248px;
	text-align: center;
	padding-left:10px;
	position:absolute;
	z-index:10;
}

#nav-mid ul{
width: 100%;
padding: 0;
margin: 0;
margin-top:6px;
white-space: no-wrap;
}

#nav-mid ul li{
display: inline;
}

#nav-mid ul li a{
background: url(../img/list-arrow.gif) no-repeat left;
padding-left: 18px;
padding-right: 3em;
padding-bottom:1px;
font-size: 12px;
font-weight:bold;
color: white;
}

#nav-mid ul li a:hover{
background: url(../img/list-arrow-hover.gif) no-repeat left;
color: #ffdd00;
text-decoration: none;
}