/* CSS Document */
/* navigation styles */

#navbar {
	margin: 0 auto;
	width: 100%;
	text-align: center; 
	height: 32px;
	background-color: #bfbfbf;
}
#nav, #nav ul {
	float: left;
	width: 100%;
	list-style: none;
	line-height: 1;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

#nav a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 8px 73px 8px 73px;
	text-align:center;
	font-size: 110%;
	background-color: #bfbfbf;
	border-right: 1px solid #dddddd;
}

#nav a:hover { background-color:#e4e4e4; color: #668f86;}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 12em;
	w\idth: 12em;
	font-weight: normal;
	margin: 0;
}
#nav li li a {
	padding: 8px 35px 11px 34px;
}
#nav li li {
	padding-right: 1em;
	width: 90%; 
	border: 1px solid #FFF;	
}

#nav li ul a {
	width: 17em;
	w\idth: 11em;
	text-align:center; 
	border-right:none;	
	font-size:100%;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	color: #039497; background-color:#e4e4e4;
}

#last {margin-right:0; padding-right:0;
}

.home {
	border-left: solid 1px #FFFFFF;
}
.end {
	border-right: none !important;
}



