@charset "utf-8";
/* CSS Document */

.new_menu a, a:visited{
	color:#FF3366;
	text-decoration:none;
}
.new_menu a:hover{
	color:#339900;
	text-decoration:none;
}

.new_menu{
	width:180px;
	height:auto;
	min-height:400px;
	position:absolute;
	left:-0px;
	top:150px;
	opacity:0.8;
	filter:alpha(opacity=80);

}
.new_menu_tab{
	width:200px;
	height:auto;
	min-height:424px;
	border:1px solid red;
	position:fixed;
	left:-0px;
	top:300px;
	display:none;
}

.top_bar{
width:167px;
height:12px;
background-image:url(/images/menu/top_bar.png);
float:left;
}
.bottom_bar{
width:167px;
height:12px;
background-image:url(/images/menu/bottom_bar.png);
float:left;
margin-top:-1px;
}
.menu_content{
float:left; 
height:auto;
width:179px;
background-image:url(/images/menu/right_bar.png);
background-position:left;
background-repeat:repeat-y;
margin-right:-1px;
font-size:15px;
}
.top_corner{
	width:13px; height:12px; background-image:url(/images/menu/corner_tr.png); float:left;
}
.bottom_corner{
	width:13px; height:12px; background-image:url(/images/menu/corner_br.png); float:left;
}

#nav_1{
	background-image:url(/images/menu/menu_home.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_1_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_2{
	background-image:url(/images/menu/menu_resources.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_2_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_3{
	background-image:url(/images/menu/menu_studies.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_3_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_4{
	background-image:url(/images/menu/menu_events.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_4_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_5{
	background-image:url(/images/menu/menu_moms.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_5_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_6{
	background-image:url(/images/menu/menu_ministries.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_6_content{
	display:none;
	margin-left:7px;
	margin-bottom:5px;
}
#nav_7{
	background-image:url(/images/menu/menu_serving.png);
	width:199px;
	height:47px;
	background-repeat:no-repeat;
	margin-left:5px;
	cursor:pointer;
}
#nav_7_content{
	display:none;
	margin-left:7px;
}

