/* CSS Document */

#featuredNavContainer {
	background: url(../images/featuredNavBk.gif) no-repeat;
	float: right;
	height: 70px;
	position: absolute;
	right: -38px;
	top: 20px;
	width: 690px;
	}
	
#featuredNav {
	color: #FFF;
	margin: 10px 15px;
	}
		
	#featuredNav a {
	color: #F4F0E3;
	font-size: 14px;
	text-decoration: none;
		}
		
		#featuredNav a:hover {
			text-decoration: underline;
			}	

#spotlightNavContainer {
	font-size: 14px;
	margin-left: 315px;
	margin-top: 80px;
	position: absolute;
	right: 0px;
	text-align: left;
	top: 0px;
	width: 653px;
	}
	
	#spotlightNavContainer a {
		color: #414141;
		text-decoration: none;
		margin-right: 10px;
		margin-left: 10px;
		}	
	
		#spotlightNavContainer a:hover {
			text-decoration: underline;
			}	
			
#primNavContainer {
	background: #cfb278 url(../images/primNavBk.jpg) repeat-x;
	border-bottom: 1px solid #3f3b39;
	height: 32px;
	width: 916px;
	} 

	 #primNav {
		
		} 	

#secNav {
	font-size: 13px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	}

	#secNav li {
	color: #6b480f;
	vertical-align: middle;
		}

		#secNav li a {
	display: block;
	padding-bottom: 3px;
	text-decoration: none;
	width: 200px;
	color: #6b480f;
	padding-top: 3px;
			}
	
		#secNav li a:hover {
			text-decoration: underline;
			} 
			
#secNav ul {
	margin: 0px 0px 0px 25px;
	padding: 0px;
	list-style: disc;
	font-size: 13px;
	font-weight: normal;
	}

#secNav ul a {
	width: 175px;
	}

#secNav ul ul a {
	width: 150px;
	}

