/*****************************************************/
/* menus_db.css - Database driven menus              */
/* use with all standard pages in  site              */
/*****************************************************/

/*****************************************************/
/*  MAIN MENU                                        */
/*****************************************************/
.mainMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size:75%;
	font-weight: bold;
	color: #990000;
	margin-bottom:-12px;
	line-height:1.1em;
	}
.mainMenu a {
	color:#000066;
	text-decoration:none;
	}
.mainMenu a:hover {
	background-color: #CCCC66;
	text-decoration: none;
	}
.menuSpacer {
	font-weight: bolder;
	color: #CC3300;
	}
.mainMenuHint {
	font-size:90%;
	/*color:#333333;*/
	color:#666666;
	font-weight:normal;
	line-height:.95em;
	}

/*****************************************************/
/*  FONT SIZER                                        */
/*****************************************************/

.fontSizer {
	background-color:#94763C;
	color:#DDFFDD;
	border:1px solid #82652D;
	margin-bottom:0.5em;
	margin-right:-10px;
	*margin-right:0px;
	}
.fontSizer a:hover {
	background-color:#715724;
	}
	
/*****************************************************/
/*  SUB MENU                                        */
/*****************************************************/

.subMenuList {  /* used as ul class */
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-type:none;
	font-size:85%;
	text-align:center;
	margin: 0 -10px 0 -40px;
	*margin: 0px;
	color:#FFCC00;
	}
.subMenuList a:hover {
	display:block;
	background-color:#715724; 
	}
.subMenuMain a, .subMenuMain a:visited, .subMenuSection a, .subMenuSection a:visited, .subMenuAll a, .subMenuAll a:visited, .subMenuEndList a, .subMenuEndList a:visited  {
	color:#DDFFDD;	
	}
.subMenuSection {
	border-color:#82652D; /* darker */
	border-style:none solid none solid;
	border-width:1px;
	background-color:#94763C; /* 100% */
	color:#FFCC00;
	margin-top:-1px;
	margin-bottom:1px;
	}	
.subMenuSectionFocus a, .subMenuSectionFocus a:visited, .subMenuMainFocus a, .subMenuMainFocus a:visited  {
	color:#FFCC00;
	}
.subMenuMain, .subMenuMainFocus  {
	border-color:#82652D; /* 70% */
	border-style:solid solid none solid;
	border-width:1px;
	background-color:#94763C; /* 90% */
	margin-bottom:1px;
	}

.subMenuAll {
	border-color:#82652D; /* 70% */
	border-style:solid solid none solid;
	border-width:1px;
	background-color:#94763C; /* 90% */
	margin-bottom:1px;
	}
.subMenuSpacer {
	border-top:1px solid #82652D; /* 70% */
	}
.subMenuEndList {
	font-size:70%;
	}



