#navList {
	margin:20px 0 80px 0;
	font: 100% "Lucida Grande" Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	margin-right: 30px;
	width: 550px;
	height:20px;
	position:relative;
	float: right;
	}

#navList .select, #navList .current {
	margin:0; 
	padding:0; 
	list-style:none;
	}

#navList li {
	display:inline; 
	margin:0; 
	padding:0; 
	height:auto;
	}

#navList .select a, #navList .current a {
	display:block;
	float:right; 
	padding:0 10px 0 10px; 
	text-decoration:none; 
	line-height:20px; 
	white-space:nowrap;  
	}
	
* html #navList .select a, * html #navList .current a {
	width:1px; 
	height:21px;
	}


#navList .select a:hover, #navList .select li:hover a {
	background: none; 
	cursor:pointer; 
	color:#a08967;
	}

#navList .sub {
	display:none;
	}

#navList .current a, #navList .select a {
	background: none; 
	color:#fff;
	}


#navList .sub li a:hover, 
#navList .select a:hover .sub li a:hover, 
#navList .select li:hover .sub li a:hover {
	background: none; 
	color: #a08967;
	}

#navList .sub_active .current_sub a, 
#navList .sub_active a:hover {
	background: none; 
	color:#a08967;
	}

#navList .select li a:hover .sub, 
#navList .select li:hover .sub {
	display:block; 
	position:absolute;  
	top:20px; 
	left:0; 
	width: 550px;
	background: none; 
	margin-top:0; 
	padding:0; 
	z-index:100; 
	color:#a08967; 
	font-size:9px;
	}

#navList .sub, #navList .sub_active {
	margin:0; 
	padding:0; 
	list-style:none;
	}

#navList .sub_active {
	display:block; 
	position:absolute; 
	top:20px; 
	left:0; 
	background:none; 
	margin-top:0; 
	padding:0; 
	z-index:10;
	}
	
* html #navList .sub_active, * html #navList .select a:hover .sub {
	z-index:-1; 
	margin-top:0; 
	margin-t\op:1px;
	}

#navList .sub_active a {
	height:21px; 
	text-decoration:none; 
	line-height:20px;
	white-space:nowrap; 
	display:block; 
	float:right; 
	background: none; 
	padding:5px 10px 10px 10px; 
	margin:0; font-size:12px; 
	white-space:nowrap;
	border:0; 
	color:#fff;
	}

#navList .select a:hover .sub li a, 
#navList .select li:hover .sub li a {
	display:block; 
	background: none; 
	padding:5px 10px 10px 10px; 
	margin:0; 
	white-space:nowrap; 
	border:0; 
	color:#fff; 
	font-size:10px;
	}

#navList ul.select li.point, #navList ul.select li.home{
        
	}

#navList ul.select li.point a:hover {
	cursor: default; !important
	}

#navList ul.select li ul.sub li a:hover {
	cursor: pointer; !important
	}


#ie6 {
	margin: 20px 0 -20px 80px;
	padding: 18px;
	width: 600px;
	height: 150px;
	background: url(http://www.ardenfirstbaptist.org/images/interface/ie6-error.png) no-repeat;
	}

#content #ie6 p {
	width: 496px;
	font-size: 12px;
	font-weight: normal;
	line-height: 17px;
	color: #333;
	margin: -4px 0 10px 70px;
	}

#content #ie6 p a {
	text-decoration: underline;
	}

#content #ie6 p a:hover {
	color: #000;
	}