/*
	FOTFnav_screen.css
	Copyright 2006, Focus on the Family
	Version: 1.0
	Created 10/05/06
*/


#sectionNav { 

	margin:0;
	padding:0;
	margin-left:31px;
	background-color:#006782; 
	position:relative; 
	width:838px; 
	height:43px; 
	background-image:url(/sharedassets/familyorg/images/backgrounds/FOTFSectionNav.png); 
	background-repeat:no-repeat;
	}
#sectionNav li {
	margin:0; padding:0; list-style:none; position:absolute; top:0;
	}
#sectionNav li, #sectionNav a {
	height:44px; display:block;
	}
#sectionNav li a {
	text-indent: -9999px; text-decoration: none;
	}

#mn1 a:hover,
#mn2 a:hover,
#mn3 a:hover,
#mn4 a:hover,
#mn5 a:hover {
	background: transparent url(/sharedassets/familyorg/images/backgrounds/FOTFSectionNav.png) no-repeat;
	}


#mn1 {left:0px; width:207px;}
#mn2 {left:208px; width:119px;}
#mn3 {left:328px; width:205px;}
#mn4 {left:534px; width:173px;}
#mn5 {left:708px; width:130px;}

#mn1 a:hover { background-position:0 -47px; }
#mn2 a:hover { background-position:-208px -47px; }
#mn3 a:hover { background-position:-328px -47px; }
#mn4 a:hover { background-position:-534px -47px; }
#mn5 a:hover { background-position:-708px -47px; }


