/* Navigation CSS Document for DeVreugd Dental*/
#nav ul {
	margin: 0;
	padding: 0;
	list-style:none;
	width: 760px;
	height: 37px;
	background: #faa819 url(../images/nav_background.gif) repeat;
}
	
#nav ul li {
	float: left;
	background-image: url(../images/nav_divider.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 37px;
}
	
#nav ul a {
	display: block;
	padding: 0 2em;
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 10px;
	font-weight: normal;
	line-height: 37px;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: .05em;
	
}

#nav ul a:hover {
	color: #660000;
   }



/* Footer Nav*/ 

#ftr ul {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	text-transform: capitalize;
	color: #00CCCC;
	text-decoration: none;	
}

#ftr ul li {
	padding-right: 2em;
	padding-left: 2em;
	letter-spacing: normal;
	word-spacing: normal;
	color: #666666;
	display: inline;
	text-decoration: none;
}

#ftr ul a {
	display: inline;
	padding: 0em 1em;
	color: #666666;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: normal;
	line-height: 2.5em;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 0.05em;
	
}

#ftr ul a:visited {

	color: #666666;
	text-decoration: none;
}
#ftr ul a:hover {

	color: #FF0000;
	font-weight: normal;
	text-decoration: none;
}
