/* Valley Gospel Nav CSS Document */



/* ---------- NAV ---------- */

#nav {
	margin: 0 0 0;
	font-family: Arial;
	font-size: 12px;
	color: #FFBD7A;
	background: url(http://www.valleygospel.com/images/bgnav.gif) repeat-x;
	height: 44px;
}
#nav ul { 
	margin: 0; padding: 0 0 0 0px; 
	list-style: none; 
	font-family: Arial;
	color: #FFBD7A;
	text-transform: uppercase;
} 
#nav ul li { 
	float: left;
}
#nav ul li a { 
	
	display: block; 
	float: left; 
	padding: 0 20px; 
	line-height: 44px;
	font-size: 12px;
	font-family: Arial;
	letter-spacing: 0.05em;
	color: #FFBD7A;
	text-decoration: none;
	
}
#nav ul li a:hover { 
	text-decoration: none;  
	font-family: Arial;
	color: #FFFFFF;
	background: url(http://www.valleygospel.com/images/bgnavOvr.gif) repeat-x;
}

#nav ul li a.current,#nav ul li a.current:hover{
border-top: 0px solid #000000;
color:#FFFFFF;
background:#000000 url(http://www.valleygospel.com/images/bgnavOvr.gif) repeat-x;
}



/* ---------- SUBNAV ---------- */

#subnav {
	clear: both;
	float: left;
	background: url(images/subnav_bg.gif) repeat-x;
	height: 31px;
	padding: 0px; 
	list-style: none; 
	text-transform: uppercase;
}

#subnav {margin-top:6px}
html>body #subnav {margin-top:2px}

#subnav a { 
	padding: 0 0px; 
	line-height: 31px;
	font-family: Arial;
	color:000000;
	font-size: 10px;
	text-decoration: none;
	
}
#subnav  a:hover { 
	text-decoration: none;
	color: FFFFFF;
}
#subnav  a.current,#subnav  a.current:hover{
text-decoration: none;
color: FFFFFF;
}
