/* TOP NAVIGATION */
#menubar {
	position: relative;
	height: 30px;
	margin-bottom: 0px;
	border-top: 1px solid #DCDCDC;
	border-bottom: 1px solid #DCDCDC;
}

#menubar div {
	position: absolute;
	top: 0px;
}

.topnav_text {
	position: relative;
	top: -2px;
	margin: 0px;
	padding: 0px;
}

#menubar div a {
	text-align: center;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	width: 123px;
}

#menubar div a.top {
	display: block;
	padding: 8px 4px 6px 2px;
	position: relative;
	height: 16px;
	background-image: url('/images/navigation/top_nav.png');
}

#menubar div a.top:hover {
	background-image: url('/images/navigation/top_nav_over.jpg');
	background-repeat: repeat-x;
}

#home_nav { left:0px;}
#blog_nav { left:129px; }
#inhabitants_nav { left:258px; }
#location_nav { left:387px; }
#siteplan_nav { left:514px; }
#village_nav { 
	left:643px; 
}

#village_nav a {
	width: 124px !important;
}

.nav_divider {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 2px;
	height: 30px;
	border: 0px;
}

#nav_divider_last {
	display: none;
}

/* SIDEBAR */
#sidebar {
	min-height: 520px;
	border-right: 0px;
	position: relative;
	float: left;
	width: 193px;
	padding: 0px 0px 10px 0px;
	position: relative;
}

#sidebartable {
	width: 183px;
	margin-left: 0px;
	background: #FFFFFF;
}

#sidebartable td {
	width: 162px;
	text-align: center;
	height: 75px;
}

#sidebartable td img {
}

/*
#sidebar.default {
	background: url('/images/inner/stow-court-front-left.jpg') no-repeat top left;
}
*/
