/* START THE CODE FOR THE MENUS */


/* FONT AND COLOR CODES ARE AT THE BOTTOM */



/* TO FIX LAYERING PROBLEMS YOU CAN ADD POSITION ABSOLUTE TO THE NEXT LINE */

#menulocation 		{ padding: 0px 0px 0px 0px; white-space:nowrap; z-index: 10; }

#menutop 		{ left: 0px; POSITION: absolute; top: 0px; }

.menu-background	
	{
	width: 150px;
	height: 1000px;
	background-image: url(../images/background-menu.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 10px;
	padding-right: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align:top;
	}



ul#top-nav,
ul#top-nav ul {
	margin: 0;
	padding: 0;
	background: #FFFFFF;   /* 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: 152px;
	top: -1px;
	}

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: 0px solid #9DA5C1;
		  	border-left: 0px solid #80A173;
		  	border-right: 0px solid #80A173;
		  	z-index:4;
		  	width: 152px;
			}

ul#top-nav li a {	
			display: block;
			text-decoration: none;
			padding: 4px;
			text-indent: 3px;
			color: #FFFFFF;
			font: 12pt arial, verdana, helvetica, sans-serif; font-weight: bold;
			z-index: 4;
			}

ul#top-nav li.menuT { 		  
            background-color: #000000;
			border-bottom: 1px solid #000000;
			color: #000000
			}

ul#top-nav li.menuT:hover {
			background-color: #000000; 
			color: #000000; 
			}

/* top level menu - when 2nd level selected*/
ul#top-nav li.over { 
			background-color: #78bd50; 
			color: #000000; 
			}

/* top level menu when mouse over */
ul#top-nav li a:hover { 
			background-color: #78bd50; 
			color: #000000; 
			}

/* SUB LEVEL MENU CODES */

ul#sub-nav {		
			border-top: 1px solid #9DA5C1;
			border-left: 1px solid #9DA5C1;
			border-right: 1px solid #9DA5C1;
			z-index:4;
			width: 150px;
			}

ul#sub-nav li a {	
			display: block;
			text-decoration: none;
			padding: 5px;
			color: #6F7793;
			font: 8pt arial, verdana, helvetica, sans-serif; 
			font-weight: normal;
		  	z-index:4;
			}

/* Settings for 2nd level menus, before selected */
ul#sub-nav li { 
			background-color: #ffffff; 
			color: #000000;	
			border-bottom: 1px solid #9DA5C1; 
			background-image: url(../images/spacer.gif); 
			}

/* 2nd level menu when mousover */
ul#sub-nav li a:hover	{ 
			background-color: #e0e0e0; 
			COLOR: #000000; 
			background-image: url(../images/spacer.gif); 
			}