

 /* START THE CODE FOR THE MENUS */


 /* FONT AND COLOR CODES ARE AT THE BOTTOM */





#menulocation { LEFT: 135px; POSITION: floating; TOP: 190px; padding:0px 0px; white-space:nowrap; }


.menutrans 	{ filter:alpha(opacity=60); moz-opacity: 0.6 }



ul#top-nav,
ul#top-nav ul {
	margin: 0;
	padding: 0;
	background: #80A9C5;    /* IE6 BUG */
	}

ul#top-nav li {
	position: relative;
	list-style: none;
	}


/* HIDE FROM IE MAC */
* html ul#top-nav li { float: left; height: 1%; }
* html ul#top-nav li a { height: 1%; }
/* END HIDE */

ul#top-nav ul {
	position: absolute;
	display: none;
	left: 130px;
	top: 0;
	}

ul#top-nav li:hover ul ul,
ul#top-nav li:hover ul ul ul,
ul#top-nav li.over ul ul,
ul#top-nav li.over ul ul ul { display: none; } /* START WITH HIDDEN MENUS */

ul#top-nav li:hover ul,
ul#top-nav li li:hover ul,
ul#top-nav li li li:hover ul,
ul#top-nav li.over ul,
ul#top-nav li li.over ul,
ul#top-nav li li li.over ul { display: block; } /* SHOW MENUS */





 /* TOP LEVEL MENU CODES */



ul#top-nav { 		border-top: 1px solid #80A9C5;
		  	border-left: 0px solid #80A173;
		  	border-right: 0px solid #80A173;
			z-index:2;
		  	width: 130px;
			}

ul#top-nav li a {	display: block;
			text-decoration: none;
			padding: 4px;
			text-indent: 3px;
			color: #ffffff;
			font: 8pt tahoma, arial, verdana, helvetica, sans; font-weight: bold;
			}


ul#top-nav li.menuT { 		  background-color: #80A9C5;
				  border-bottom: 0px solid #cae0ed;
				 
				  }

ul#top-nav li.menuT:hover,

ul#top-nav li.over 		{ background-color: #619bc3; }

ul#top-nav li a:hover 		{ background-color: #F0F0F0; color: #000099;}




 /* SUB LEVEL MENU CODES */

ul#sub-nav {		border-top: 1px solid #9DA5C1;
			border-left: 1px solid #9DA5C1;
			border-right: 1px solid #9DA5C1;
			z-index:1;
			width: 180px;
			}


ul#sub-nav li a {	display: block;
			text-decoration: none;
			padding: 3px;
			color: #000099;
			font: 8pt arial, verdana, helvetica, sans; font-weight: bold;
			}




ul#sub-nav li		{ background-color: #F0F0F0; border-bottom: 1px solid #9DA5C1; background-image: url("picts/spacer.gif");  }



ul#sub-nav li a:hover	{ background-color: #76a5c4; COLOR: #ffffff; font-weight: bold; background-image: url("picts/spacer.gif"); }


