/*Sauganash Community Association Website Cascading Style Sheet

Classes, tags, links*/


body {
	text-align:left;
	color: "#006600";
	background-color: "ffffff";
	font-size: 10pt;
	font-family: AGaramond;
}

p {
	font-size : 10pt;
	font-family : "Arial";
	color: "#006600";
	text-align : left;
	}

#content {
	margin-top: 35px;
}
		
.menuStyle  {
	color: "black";
	font-size: 12px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	background-color: "#006600";
	padding: 5px;
	width: 100%;
	border: solid 1px "#ffffff";
	}

#menuHead   {
	background-color: "#006600";
	}

#menuHead1  { position: relative; }

#menu1 {
	visibility: hidden;
	width: 150px;
	}

#menuHead2  { position: relative; }

#menu2 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 175px;
	}
	
#menuHead3  {	position: relative; }

#menu3 {
	position: absolute;
	z-index: 0;
	visibility: hidden;
	width: 125px;
	}
	
#menuHead4  { position: relative; }

#menu4 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}
		
#menuHead5  { position: relative; }

#menu5 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}

#menuHead6  { position: relative; }

#menu6 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}

#menuHead7  { position: relative; }

#menu7 {
	position: absolute;
	z-index: 100;
	visibility: hidden;
	width: 150px;
	}

a.menuLink:link {
	color: "#ffffff";
	font-weight: bold;
	text-decoration: none;
	}

a.menuLink:hover {
	color: "#ffff00";
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	cursor: hand;
	}	
	
a.menuLink:visited {
	color: "#ffffff";
	font-weight: bold;
	text-decoration: none;
	}
	
a:link {
	color: "#006600";
	font-weight: bold;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:hover {
	color: "#0000ff";
	text-decoration: none;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	cursor: hand;
	}	
	
a:visited {
	font-weight: normal;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	}

a:active {
	color: "#ffcc00";
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
	text-decoration: none;
	}
	
	