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

/* TOP MENU */

.menulist a.topMenu:link {
	font-size:12px;
	background-color:transparent;
	color:#333333;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
	
.menulist a.topMenu:active {
	font-size:12px;
	background-color:transparent;
	color:#FF0000;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
	
.menulist a.topMenu:visited {
	font-size:12px;
	background-color:transparent;
	color:#333333;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
	
.menulist a.topMenu:hover {
	font-size:12px;
	background-color:transparent;
	color:#748C55;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}

/* Home top Button */
.menulist a#top1:link { 
	background-image:none;
	}
.menulist a#top1:visited { 
	background-image:none;
	}
.menulist a#top1:hover { 
	background-image:none;
	}
	
/* selected states */
.menulist a.topMenuSel:link,.menulist a.topMenuSel:active,.menulist a.topMenuSel:visited {
	font-size:12px;
	background-color:transparent;
	color:#748C55;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
.menulist a.topMenuSel.noLink:link,.menulist a.topMenuSel.noLink:active,.menulist a.topMenuSel.noLink:visited {
	font-size:12px;
	background-color:transparent;
	color:#748C55;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
	
/* No LinkType */
.menulist a.noLink:link,.menulist a.noLink:active,.menulist a.noLink:visited {
	font-size:12px;
	background-color:transparent;
	color:#748C55;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}
.menulist a.noLink:hover {
	font-size:12px;
	background-color:transparent;
	color:#748C55;
	font-weight:normal;
	text-decoration: none;
	background-image:url(../../images/amac_navLine.gif);
	background-repeat: no-repeat;
	background-position: right bottom; /* Horiz - Vert */
	}

/* Border Colors */

/* top, second a third levels  */
.menulist li {
	border:none;
	}
.menulist ul li {
	border:1px solid #000000;
	}
.menulist ul ul li {
	border:1px solid #000000;
	}
	
/* Popout links */	
/* ================================== */
.menulist ul a:link {
	/* background-color:#748C55; */
	background-color:#DBDBDB;
	color:#000000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:active {
	background-color:#DBDBDB;
	color:#FF0000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:visited {
	background-color:#DBDBDB;
	color:#000000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:hover {
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	}
/* ================================== */
/* set same as .menulist a: styles */
.menulist ul a:focus:link {
	background-color:#DBDBDB;
	color:#000000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:focus:active {
	background-color:#DBDBDB;
	color:#FF0000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:focus:visited {
	background-color:#DBDBDB;
	color:#000000;
	font-size:11px;
	text-decoration: none;
	}
.menulist ul a:focus:hover {
	background-color:#333333;
	color:#FFFFFF;
	font-size:11px;
	text-decoration: none;
	}
	

