/* Main menu colors/images
/* Other top menu styles such as widths padding are set in listmenu.css for each template */
/* popout arrow image path/name set in fsmenu_body.js */

/* TOP MENU */

.menulist a.topMenu:link {
	background-image:url(../../images/w_navBG_off.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#756E52;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
.menulist a.topMenu:active {
	background-image:url(../../images/w_navBG_off.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#756E52;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
.menulist a.topMenu:visited {
	background-image:url(../../images/w_navBG_off.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#756E52;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
.menulist a.topMenu:hover { 
	background-image:url(../../images/w_navBG_on.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#34650E;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}

/* selected states */
.menulist a.topMenuSel:link,.menulist a.topMenuSel:active,.menulist a.topMenuSel:visited {
	background-image:url(../../images/w_navBG_on.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#34650E;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
.menulist a.topMenuSel.noLink:link,.menulist a.topMenuSel.noLink:active,.menulist a.topMenuSel.noLink:visited {
	background-image:url(../../images/w_navBG_on.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#34650E;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
	
/* No LinkType */
.menulist a.noLink:link,.menulist a.noLink:active,.menulist a.noLink:visited {
	background-image:url(../../images/w_navBG_off.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#756E52;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}
.menulist a.noLink:hover {
	background-image:url(../../images/w_navBG_on.gif);
	background-repeat:no-repeat;
	background-position: right top; 
	background-color:#34650E;
	color:#FFFFFF;
	font-weight:normal;
	text-decoration: none;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	}



/* add ID of last top nav to hide right border */

.menulist a#top9:link { 
	border-right:none;
	background-position: left top; 
	}
.menulist a#top9:active { 
	border-right:none;
	background-position: left top; 
	}
.menulist a#top9:visited { 
	border-right:none;
	background-position: left top; 
	}
.menulist a#top9:hover { 
	border-right:none;
	background-position: left top; 
	}


/* Border Colors */

/* top, second a third levels  */
.menulist li {
	border:none;
	}
.menulist ul li {
	border:1px solid #FFF;
	}
.menulist ul ul li {
	border:1px solid #FFF;
	}
	
/* Popout links */	
/* ================================== */
.menulist ul a:link {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
.menulist ul a:active {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
.menulist ul a:visited {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
.menulist ul a:hover {
	background-color:#34650E;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
/* ================================== */
/* set same as .menulist a: styles */
.menulist ul a:focus:link {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
.menulist ul a:focus:active {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
.menulist ul a:focus:visited {
	background-color:#756E52;
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:focus:hover {
	background-color:#34650E;
	color:#FFFFFF;
	font-size:12px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	}
	
