﻿#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 9em;
}

#nav li {
	float: left;
	width: 7em;
}

#nav li ul {
	position: absolute;
	width: 7em;
	left: -999em;
}

#nav li:hover ul {
	left: auto;
}


#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

body 			{font-family: Calibri, Arial, helvetica, sans-serif; color: white; 
				 background-image: URL(images/background.jpg); background-attachment: fixed; }

a				{display: block; padding: 10px 5px 10px 5px; background-color: white;
				 background-color : white; width: 150px; border: 2px, inset, #462300; margin-left: 0px;
				 color: black; text-decoration: none; border: 2px, inset, white; font-size: larger; text-align: left;
				 }
a:visited		{color: black; background-color: white; text-decoration: none; padding: 10px 5px 10px 5px; 
				 display: block; width: 150px;}

#nostyle a		 	{background-image: none; color: black; background-color: white; text-decoration: none; padding: 0px;
				  	text-decoration: none; outline-width: 0px; border: 0px}
#nostyle a:hover 	{background-image: none; color: black; background-color: white; text-decoration: none; padding: 0px;
				  	text-decoration: none; outline-width: 0px; border: 0px}
#nostyle a:visited	{background-image: none; color: black; background-color: white; text-decoration: none; padding: 0px; 
				  	text-decoration: none; outline-width: 0px; border: 0px}



.dir			{
	display: block;
	padding: 10px 5px 10px 5px;
	background-image: url(images/button1.png);
	background-color : white;
	width: 150px;
	border: 2px, inset, #462300;
	margin-left: 0px;
	color: black;
	text-decoration: none;
	border: 2px, inset, white;
	font-size: larger;
	text-align: center;
}


a:hover			{display: block; padding: 10px 5px 10px 5px; background-image: url(images/button2.png);
				 background-color : white; width: 150px; border: 2px, inset, #462300; margin-left: 0px;
				 color: black; text-decoration: none; border: 2px, inset, white; font-size: larger; 
				 }
				 
h1				{text-align: center}