.navbar {
	background: url(images/shared/wooden_log.jpg) no-repeat left 0px;	
	width: 1027px;
	height: 44px;	
	margin: 0px auto;
	padding: 0;
	list-style: none;
}
a.nav {
	float: left;
	text-decoration: none;
	color: #FFCC33;
	text-align: center;
	padding: 13px 12px 14px 12px;
	font: bold 1em Georgia, 'Times New Roman', Times, serif;
}
li.menu_item {
	float: left;
	position: relative;
}
a.nav span {
	display: block;
}
a.nav:hover {
	color: #FFFFFF;
}

/* Specific rules for the top navigation items */
#nav_home {
	margin-left:30px;
}

/* Determines what category is selected in the navbar */
#pagetype_01 #nav_home, #pagetype_02 #nav_about, #pagetype_03 #nav_plan, #pagetype_04 #nav_info, #pagetype_05 #nav_faq, #pagetype_06 #nav_contact, #pagetype_07 #nav_resources, #pagetype_08 #nav_news{
	color: #FFF;
	background: url(images/shared/framing.png) no-repeat center 13px;
}

/* Dropdown menus rules */
.dropdown_menu {
	background: transparent url(images/shared/wood.jpg) repeat left 0px;
	padding: 0px 10px 0px 10px;	
	border: 1px solid #938d7e;
	border-top: none;
	list-style: none;	
	position: absolute;
	top: 44px;
	left: -1px;
	display: none;
}
.dropdown_menu a {
	color: #000;
	text-decoration: none;
	padding: 0px 8px;
	margin: 0px -10px;
	display: block;
	font: bold 1em/30px Georgia, 'Times New Roman', Times, serif;
}
.dropdown_menu a:hover {
	color: #FF9;
	display:block;
	background: #b0aa98 url(images/shared/wood_sel.jpg) repeat left top;
}
li#nav2 ul{
	width: 180px;
}
li#nav3 ul{
	width: 170px;
}
li#nav4 ul{
	width: 280px;
}
li#nav5 ul{
	width: 180px;
}
li#nav6 ul{
	width: 170px;
}
li.menu_item:hover ul.dropdown_menu {
	display: block;
	margin: 0px;
	line-height: 200%;
	font-size: 16px;
}
