.submenu{
}
#mainmenu {
	background:#CCEBAD;
	font-family:Verdana, Geneva, sans-serif, Arial, "Arial Narrow", "MS Serif", Optima, Optima-Thin, "Times New Roman", serif, monospace;
	font-size:larger;
	height:auto;
	padding: 2px 0px 2px 0px;
	width: 880px;
}
#masthead {
	background-color: #F6C;
	height:100px;
	margin: 0px auto;
	padding: 5px 0px 10px 0;
}

#maintab {
	background-color: purple;
	border-bottom: solid thin;
	border-bottom-color:#000;
	height: 20px;
	left: 5px;
	line-height: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px 0px 10px;
	right: 5px;
	width: auto;
}
#maintab ul{
	display: inline;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#maintab li{
	display: inline;
	float: right;
	margin: 2px 0px 0px 1px ;	
	width: auto;
}
#maintab li a{
	background: #cc0099;
	color: #FFF;
	display:inline-block;
	height: 16px;
	margin: 0px;
	padding: 2px 15px 0px 15px;
	text-align: center;
	text-decoration: none;
	width:auto;
}
#maintab li a:hover,
#maintab a.aqui:link,
#maintab a.aqui:visited,
#maintab a.aqui:hover{
	background: #f6f;
	border-bottom: solid thin;
	border-bottom-color:#906;
	border-left: solid thin;
	border-left-color:#c06;
	border-right: solid thin;
	border-right-color:#C06;
	border-top: solid thin;
	border-top-color:#909;
	color: #906;
}
 
#subtab {
	background-color: #CCEBAD;
	border-bottom: solid thin;
	border-bottom-color:#ECFAD1;
	height: 20px;
	left: 5px;
	line-height: 1em;
	list-style-type: none;
	margin: 0px;
	padding: 1px 0px 3px 10px;
	text-align: center;
	width:auto;
}
#subtab ul{
	display: inline;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#subtab li{
	display: inline;
	float:left;
	margin: 2px 0px 0px 1px ;		
	width: auto;
}

#subtab li a{
	background: #CCEBAD;
	display:inline-block;
	font-size: 1em;
	height: 16px;
	margin: 2px 0px 2px 0px ;
	padding: 2px 10px 0px 10px;
	text-align: center;
	text-decoration:none;
	width:auto;
}
#subtab li a:hover,
#subtab a.here:link,
#subtab a.here:visited,
#subtab a.here:hover {
	background: #ECFAD1;
	border-bottom: solid thin;
	border-bottom-color:#ECFAD1;
	border-left: solid thin;
	border-left-color:white;
	border-right: solid thin;
	border-right-color:white;
	border-top: solid thin;
	border-top-color: white;
	color: #006600;
}
#tritab {
	background-color: #ECFAD1;
	height: 16px;
	left: 5px;
	line-height: 1em;
	list-style-type: none;
	margin: 2px 0px 0px 0px ;
	padding: 2px 0px 2px 10px;
	text-align: center;
	width:auto;
}
#quadnav {
	background-color: #ECFAD1;
	height: 16px;
	left: 5px;
	line-height: 1em;
	list-style-type: none;
	margin: 0px 0px 0px 0px ;
	padding: 1px 0px 2px 10px;
	text-align: center;
	width:auto;
}
#tritab ul,
#quadnav ul {
	display:inline;
	list-style-type: none;
	margin: 0px auto;
	padding: 0px;
}
#tritab li,
#quadnav li {
	border-right-color:#FFDF55;
	border-right-style: double;
	display:inline;
	float: left;
	margin: 0px;
	width: auto;
}
#tritab li a,
#quadnav li a {
	background: #ECFAD1;
	color: black;
	display:inline-block;
	height: 16px;
	padding: 2px 5px 0px 5px;
	text-align: center;
	text-decoration:none;
	width:auto;
}

#tritab li a.link,
#tritab li a:hover,
#quadnav li a.link,
#quadnav li a:hover{
	background: black;
	color: #ECFAD1;

}
a:link {
	color:#C09;
	text-decoration: none;
} 
		/* unvisited link */
a:visited {
	text-decoration: none;}
	 /* visited link */
a:hover,
a:active {
	color:black; 
	text-decoration: none;} 
	 /* mouse over link */

