/* menu styles 
--------------------------------------------- */

#nav {
	margin-left: auto;
	margin-right: auto;
	background: url(images/nav_bg.jpg) top left no-repeat;
	width: 770px;
	height: 56px;
	padding: 0 40px 0 40px;
}


#nav a {
	display: block;
	text-align: center;
	float: left;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;;
	line-height: 56px;
	color: #FFFFFF;
	padding: 0 22px 0 22px;
}


#nav .active {
	background: url(images/nav_link_bg.jpg) center center no-repeat;
	width: 100px;
	padding: 0px;
	margin: 0 10px 0 10px;
	color: #FFFFFF;
}

#nav .active:hover {
	color: #CEE3DC;
}

#nav a:hover {
	color: #CEE3DC;
}



#leftnav {
	list-style: none;
	background: url(images/leftnav_bg.png) top left repeat-y;
	margin: 0px;
	padding: 0px;
}

#leftnav li {
	padding-left: 25px;
	background: url(images/bullet.jpg) center left no-repeat;
	margin: 0 20px 0 20px;
}

#leftnav li a {
	color: #0A674A;
	font-size: 1em;
	line-height: 25px;
}

#leftnav li:hover, #leftnav li.active {
	background: url(images/bullet_hover.jpg) center left no-repeat;
	margin: 0 20px 0 20px;
}

#leftnav_top {
		background: url(images/leftnav_top.png) top left no-repeat;
		height: 29px;
}

#leftnav_bottom {
		background: url(images/leftnav_bottom.png) top left no-repeat;
		height: 29px;
}
