/*CSS Document*/
body {font:12px Georgia, "Times New Roman", serif; behavior:url("css/csshover.htc");}

* {margin:0; padding:0;}

div#listmenu {
	width:100%;
	float:left;
	font-size:65%; font-weight:bold;
	background-color:;
	margin-top:1em; margin-right:auto; margin-left:auto; padding:0 0 .5em 0;
	}

* html div#listmenu {
	width:100%;
	float:left;
	font-size:70%; font-weight:bold;
	background-color:;
	margin-top:1em; margin-right:auto; margin-left:auto;
	}

div#listmenu ul {margin:0 0 0 0;
	border:0px solid #000;
	}

div#listmenu li {float:left;
	position:relative; display:block;
	background-color:#78a7d3;
	list-style-type:none;
	border-right:2px solid #000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	}

div#listmenu li:first-child {
	border-left:2px solid #000;
	}

div#listmenu li:hover {background-color:#cc6600;
	}

div#listmenu a {
	display:block;
	padding: 2px 4px;
	text-decoration:none;
	color:#000;
	}

* html div#listmenu ul {
	float:left;
	border-left:2px solid #000;
	margin-left:0px;
	}

div#listmenu a:hover {
	background-color:#cc6600; 
	}

div#listmenu ul li ul {
	margin:0;
	position:absolute;
	width:12em;
	left:-1px;
	}

div#listmenu ul li ul li {
	width:100%;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	border-right:1px solid #000;
	}

div#listmenu ul li ul li:first-child {
	border-top:1px solid #000;
	}

body div#listmenu ul li ul {display:none;}

div#listmenu ul li:hover ul, div#listcontainer ul li ul:hover {display:block;}


body div#listmenu ul li ul li ul  {
	position:absolute; 
	visibility:hidden; /* same effect as display:none in this situation */
	top:-1px;
	left:10em;
	}


.clearfix {display:block;}

/* 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 */
	border-left:1px solid #000; /* adds the rightmost menu vertical line to the ul */
	margin-left:0; /* IE doubles the given value above - why? */
	}

/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #000;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* 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 */

<style type="text/css">
/* 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"); 