#nav {
	list-style-type: none;
	width: 800px; /* Contain floated list items */
	height: 41px;
	padding: 0;
	margin: 0px;
}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
}
#nav a {
	float: left;
	width: 127px;
	color: #FFF;
	text-decoration: none;
	text-align: center; /* Add the background image */
	background-image: url(images/menubg_purple.png);
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 29px;
	padding-top: 12px;
	margin-right: 0px;
	font-size: 14px;
	margin-top: 0px;
}
#nav a:hover {
	background-image: url(images/menubg_white.png);
	color: #4747A3;
}
#body_hom #nav_hom a, #body_map #nav_map a,#body_jou #nav_jou a,#body_his #nav_his a,#body_ref #nav_ref a,#body_con #nav_con a {
	color: #4747A3;
}
#navigation {
	height: 84px;
	width: 802px;
	margin-left: 217px;
	margin-right: 2px;
	margin-bottom: 0px;
	padding-top: 106px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#contactus {
	background-image: url(images/contactustab.png);
	background-repeat: no-repeat;
	background-position: bottom;
	float: right;
	height: 84px;
	width: 165px;
	vertical-align: bottom;
}
#menu {
	float: left;
	padding: 0px;
	height: 41px;
	margin-top: 43px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 630px;
}

