 /*clears all margins and padding*/
*{
margin:0;
padding:0;
}

#nav li ul {
	position: absolute;
	width:6.25em;
	left: -999em;
	background-color: #700018;
}

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












/*sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
*/
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	background-color: #700018;
}
 
 #nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #700018;

}

#nav a {
	display: block;
	width: 6.45em;
	background-color: #700018;
	
}

#nav li {
	float: left;
	width: 100px;
	background-color: #700018;
	padding-left: 6px;

}
#nav {
	width:745px;
	background-color: #700018;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	height: 20px;
	border-bottom-width: thin;
	border-bottom-color: #000000;
}
/*
#menu li ul {
position: absolute;
	width: 10em;
	left: -999em;

}
#menu li:hover ul {

left:auto;
}

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

#menu li
{
	display: inline;
	list-style-type: none;
	line-height:30px;
	float:left;
	background-color: #700018;
}

#menu a {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	height: 26px;
	width:100px;
	display:block;
	background-color: #700018;
	background-repeat: no-repeat;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	text-indent: 0px;
	word-spacing: 0em;
}

#menu, #menu ul{

padding:0;
margin:0;
list-style:none;
line-height:1;
width:100px;
}
*/

#nav a:link, #nav a:visited
{
	color: #F6F3D2;
	background-color: #700018;
	text-decoration: none;
}

#nav a:hover
{
	color: #E1DDB7;
	text-decoration: none;
	background-color: #700018;
}
 
 /*
#menu {
	float: left;
	width: 100%;
	background-color: #700018;
}

#menu li
{
	display: inline;
	list-style-type: none;
	line-height:30px;
	float:left;
	background-color: #700018;
}

#menu a {
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 4px;
	height: 26px;
	width:100px;
	display:block;
	background-color: #700018;
	background-repeat: no-repeat;
	font-size: 16px;
	text-align: center;
	margin: 0px;
	text-indent: 0px;
	word-spacing: 0em;
}

#menu a:link, #menu a:visited
{
	color: #F6F3D2;
	background-color: #700018;
	text-decoration: none;
}

#menu a:hover
{
	color: #E1DDB7;
	text-decoration: none;
	background-color: #700018;
}
*/

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

/*Nav bar 2*/

#nav2 li:hover ul, #nav2 li.sfhover ul {
	left: auto;
	background-color: #B8B6A0;
	color: #000000;
}
 
 #nav2, #nav2 ul {
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #B8B6A0;
	color: #000000;

}

#nav2 a {
	display: block;
	width: 15em;
	background-color: #B8B6A0;
	color: #000000;
	height: 20px;
	
}

#nav2 li {
	float: left;
	background-color: #B8B6A0;
	padding-left: 0px;

}
#nav2 {
	width:745px;
	background-color: #E8E4BF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #000000;
	border-bottom-width: medium;
	border-bottom-color: #2c2f2a;
}

#nav2 li ul {
	position: absolute;
	width:14em;
	left: -999em;
	background-color: #B8B6A0;
}

#nav2 li:hover ul {
	left: auto;
	color: #000000;
}
#nav2 a:link, #nav2 a:visited
{
	color: #000000;
	background-color: #B8B6A0;
	text-decoration: none;
}

#nav2 a:hover
{
	color: #000000;
	text-decoration: none;
	background-color: #788372;
}
