/* top navigation bar styles */

#nav {
	position:absolute;
	left: 0px;
	top: 25px;
	width:756px;
	height:38px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
}
div#nav a {
	color: #000000;
	text-decoration: none;	
}

#nav2 {
	position:absolute;
	left: 0px;
	top: 0px;
	z-index:2;
	width:189px;
	height:18px;
	padding-top: 4px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	background-color: #CC9966;
	text-align: center;
	font-weight: bold;
}
#nav3 {
	position:absolute;
	left: 189px;
	top: 0px;
	z-index:2;
	width:188px;
	height:18px;
	padding-top: 4px;	
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: solid 1px;
	font-weight: bold;
	background-color: #CC9966;
	text-align: center;
	
}
#nav4 {
	position:absolute;
	left: 378px;
	top: 0px;
	z-index:2;
	width:189px;
	height:18px;
	padding-top: 4px;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: solid 1px;
	font-weight: bold;
	background-color: #CC9966;
	text-align: center;	
}
#nav5 {
	position:absolute;
	left: 568px;
	top: 0px;
	z-index:2;
	width:187px;
	height:18px;
	padding-top: 4px;	
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-left: solid 1px;
	font-weight: bold;
	background-color: #CC9966;
	text-align: center;	
}

