body {font-family: verdana, arial, sans-serif; font-size:100%; }

/* the horizontal menu starts here */
div#listmenu {
	width:455px; /* makes the div full width */
	float:left;	 /* draws line on bottom edge of div */
	font-size:12px; /* TEMPORARY - pushes the div away from the top of the browser for clarity in this example*/
	background-color: #003656;
	padding-left: 20px;

	}
	
#header_outside #header #listmenu .top_link {
	/*border-top: dotted 1px #FFFFFF;*/
	background-image:url(../images/dots.gif);
	background-repeat:repeat-x;
	background-position:top;
	margin-top: 10px;
	padding-top: 3px;
	
	width: 430px;
}

* html #header_outside #header #listmenu .top_link {
	
	width:auto;
}

div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none; /* creates dividing lines between the li elements */
	width: 86px;
	text-align: center;
	}

div#listmenu li:hover { 
	}
div#listmenu a {
display:block;
	padding:1px 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:white;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#D3D2BE;
	}

/* the menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0;
	z-index:10; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:130px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	padding-top: 8px;
	background-color: #D3D2BE;
	border-top: solid #003656 3px;
	padding-bottom: 5px;
	
	}
	

	
	div#listmenu ul li ul  {
	filter: alpha(opacity=95);
 	/*filter: progid:DXImageTransform.Microsoft.Alpha(opacity=95);
	opacity:0.95;*/
	}
	
	
	
	
	* html div#listmenu ul li ul {
		margin-top:0px;
		border-left:solid 10px #D3D2BE;
		border-right:solid 10px #D3D2BE;
		/*border-top: solid #003656 4px;*/


	}
	
	
div#listmenu ul li ul li ul{
border-top:none;

}	
	
div#listmenu ul li ul li {
	/*padding:5;*/
	width:100%; /* makes the list items fill the list container (ul) */
	background-color: #D3D2BE;
	background-repeat: repeat-x;
	background-image:url(../images/drop_down.gif)
}
div#listmenu ul li ul li a {
	color: #000000;
	display: block;
	text-align: left;
	/*padding-left: 20px;
	padding-top: 5px;*/
	padding-bottom: 5px;
	width: 80px;
	margin-left: 10px;
	margin-right: 10px;	
	/*border-top:dotted 1px #000000;*/
	background-image: url(../images/drop_down.gif);

}



.bottom_link {
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #003656;*/
	background-image:url(../images/drop_down.gif);
	background-position:bottom;
	background-repeat:repeat-x;
}



/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */


/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	position:absolute; 
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:9.85em; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  left:10em;
  } 
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:10em;
} 



/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:100px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
     
   
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */
/*end Opera hack */
/* END OF HACK ZONE */
/* the drop-down ends here */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */
@import("css/ie51_menu_hack.css"); 

div#listmenu ul li ul li a:hover {
	padding:1px .5em;
	color: #000000;
	display: block;
}

div#listmenu ul li ul li a {

	background-image: url(/images/pointer-menu-fill.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding:5px 0px 5px 20px;
	
}

div#listmenu ul li ul li a, div#listmenu ul li ul li ul li a {
	font-size:10px;
	}


div#listmenu ul li ul li a:hover {

	color: #000000;
	background-image: url(/images/pointer-menu.gif);
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding:5px 0px 5px 20px;
	
}



#menu_spacer{

	height:3px;
	width:475px;
	clear: both;
	font-size: 3px;
	background-color: #003656;
	
 }

* html div#menu_spacer{
	height:1px;
}

*html div#listmenu ul li ul {

	padding-top: 10px;
	/*background-color: #D3D2BE;*/
	border-top:none;
	padding-bottom: 5px;
	/*background-image:url(../images/dropdown-top.gif);*/
	
}
	
	
