/* START THE CODE FOR THE MENUS */


/* FONT AND COLOR CODES ARE AT THE BOTTOM */




#menulocation 		{
			padding: 0px 0px 0px 0px;
			z-index: 5;
			width: 150px;
			}

.topmargin		{ padding-top: 8px; }

.menutop 		{
			border-top: #445056 1px solid;
			border-bottom: #445056 0px solid;
			}

.menu-background	{
			border-right: #445056 1px solid;
			width: 150px;
			}

.menuseparator		{
			font-size: 1px;
			width: 139px;
			padding: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: 5px;
			}



ul#top-nav, ul#top-nav ul
{
    margin: -1px 0px 0px 0px;
    padding: 0;
}

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: 150px;
	top: -10px;
	}

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 #445056;
		  	border-left: 0px solid #445056;
		  	border-right: 0px solid #445056;
		  	z-index:5;
		  	width: 150px;
			}

ul#top-nav li a
{
    display: block;
    text-decoration: none;
    color: #000000;
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    z-index: 5;
    padding: 3px 3px 3px 3px; /* NOTE: ABOVE ARE | top | right | bottom | left */
}


ul#top-nav li.menuT
{
    border-top: 0px solid #000000;
    border-bottom: 0px solid #000000;
    padding: 0px 0px 0px 0px;
    text-align: left;
    border-top-width: 0px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: dotted;
}

ul#top-nav li.menuT:hover, ul#top-nav li.over
{
    background-color: #CCCCCC;
    border-top: 0px solid #59656B;
    border-bottom: 0px solid #59656B;
    padding: 0px 0px 0px 0px; /* NOTE: ABOVE ARE | top | right | bottom | left */
    border-bottom-width: 1px;
    border-bottom-style: dotted;
}

ul#top-nav li a:hover  		{
				background-color: #CCCCCC;
				}


#top-nav a.parentM 		{
				background: url(picts/menuoff-arrow.gif) center right no-repeat;
				}

#top-nav a:hover.parentM 	{
				background: url(picts/menuon-arrow.gif) center right no-repeat;
				}




/* SUB LEVEL MENU CODES */



ul#sub-nav
{
    margin: 0px 0px 0px -10px;
    border-top: 1px solid #59656B;
    border-right: 1px solid #59656B;
    border-bottom: 1px solid #59656B;
    border-left: 1px solid #59656B;
    z-index: 6;
    width: 170px;
    list-style-image: url('');
}


ul#sub-nav li a 	{
			display: block;
			color: #B0C3C5;
			font: 10px arial, verdana, helvetica, sans-serif;
			font-weight: bold;
			text-decoration: none;
		  	z-index:6;
			padding: 2px;
			}




ul#sub-nav li
{
    background-color: #2454A8;
    border-top: 0px solid #59656B;
    border-left: 0px solid #59656B;
    border-right: 0px solid #59656B;
    border-bottom: 0px solid #59656B;
    padding: 1px;
		  	z-index:6;
    border-width: 0px;
}



ul#sub-nav li a:hover	{
			background-color: #4E5753;
			COLOR: #FFFFFF;
		  	z-index:6;
			}







