

.sidenav_inactive {
	width: 208px;
	height: 24px;
		
	margin-top: 8px;
	margin-left: 7px;
	
	cursor: pointer;
}

.sidenav_active {
	width: 208px;
	height: 24px;
	
	margin-top: 8px;
	
	margin-left: 7px;
}

.sidenav_title {
	padding-top: 2px;
	padding-left: 15px;

	color: #ffffff;

	font-family: Verdana, Sans-Serif;
	font-size: 15px;
	
	line-height: 19px;

}

	.sidenav_title a:hover {
		text-decoration: none;
	}

.sidenav_active_sub {
	padding-top: 12px;
	padding-bottom: 7px;
}

.style2_nav_page {
	width: 180px;
	
	font-family: Verdana, Sans-Serif;
	font-size: 11px;
	
	font-weight: bold;
	
	color: #ef3b43;
	
	padding-left: 24px;

	margin-bottom: 11px;
	
	position: relative;
	
}

	.style2_nav_page a {
		color: #00539e;
		
	}
	
	.style2_nav_active-dot {
		height: 3px;
		width: 3px;
		
		font-size: 1px; 
		line-height: 1px;
		
		background-image: url(images/style2_nav_active-dot.gif);
		background-repeat: no-repeat;
		
		position: absolute;
		top: 6px;
		left: 17px;
	}
	
	.style2_nav_active-table {
		border-collapse: collapse;
				
	}
	
		.style2_nav_action-underline {
			margin-top: 2px;

			height: 3px;
			width: 100%;
			
			position: relative;
			
			background-image: url(images/style2_nav_active-underline.gif);
			background-repeat: repeat-x;
			
			margin-bottom: 2px;
		}
	
	.style2_nav_page_details {
		font-size: 11px;
		font-weight: normal;
		
		color: #808284;
	}

		.style2_nav_page_details ul {
			padding: 0px;
			margin: 0px;

			margin-top: 0px;
			margin-left: 0px;
			margin-bottom: 0px;

			padding-left: 0px;

		}

		.style2_nav_page_details ul li {
			padding-left: 7px;
			margin-left: 0px;


			background-image: url(images/li.gif);
			background-repeat: no-repeat;
			background-position: 2px 8px;

			list-style-type: none;


		}

		.style2_nav_page_details a {
			color: #808284;
		}
	
#sidenav_provider.sidenav_inactive {
	background-color: #bc6753;
}

#sidenav_family.sidenav_inactive {
	background-color: #c176af;
}

#sidenav_community.sidenav_inactive {
	background-color: #e27342;
}

#sidenav_about.sidenav_inactive {
	background-color: #5da075;
}


#sidenav_provider.sidenav_active {
	background-color: #db0020;
}

#sidenav_family.sidenav_active {
	background-color: #ad005c;
}

#sidenav_community.sidenav_active {
	background-color: #f26122;
}

#sidenav_about.sidenav_active {
	background-color: #00a71c;
}

.sidenav_item {
	margin-left: 21px;
	
	margin-bottom: 7px;
}

.sidenav_item_active {
	margin-left: 21px;
	
	margin-bottom: 7px;

	font-weight: bold;
}