@charset "utf-8";
/* CSS Document */

/* **************************

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|                                   |
| MattersofSpirit.com Drop Menu CSS |
|                                   |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

*************************** */

#navigation-bar {
height: 27px;
width: 960px;
}

.active { color: #DEEDF2;}

#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	list-style: none;
	position: relative;
	z-index:23;
	margin-left:-8px;
}
	
#nav a:hover {
	background: #f8e3b7;
	color: #a76c49;
}


#nav ul {
	position:relative;
	float: left;
	width: 225px;
	list-style: none;
	line-height: 17px;
	background: #f8e3b7;
	font-weight: normal;
	margin-left: -25px;
}

#nav ul li a{
	font-size: 15px;
	letter-spacing: normal;
	font-style: normal;
	font-weight:normal;
	padding: 4px;
	padding-right: 0;
	width: 150px;
}

#nav ul li a:hover{

}

#nav a {
	display: block;
	color: #8e4c25;
	text-decoration: none;
	letter-spacing:.1em;
	margin-right: 25px;
	margin-left:0px;
	padding: 0px 5px 0px 5px;
	margin-bottom: 12px;
	font-weight: normal;
}

#nav ul a {
	color: #3d5c8a;
	font-weight: normal;
	padding: 4px;
	margin: 0;
}

#nav ul a:hover {
	color: #000;
	background: #f9f1e2;
	text-decoration: none;
}

#nav li {
	float: left;
	display: inline;	
	font-style: normal !important;
	/* width: 11em; */
}

#nav li ul {
	position: absolute;
	left: -999em;
	/* width: 162px; */
	font-weight: normal;
	margin: 0;
	margin-top: -12px;
	text-decoration: none;
	padding: 0;
	z-index:23;
}



#nav li:hover ul {
	left: auto;
}

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