body { 
	behavior:url("csshover.htc");
}
#menu *{margin:0;padding:0;border:none;line-height:100%}

/* Begin CSS Popout Menu */
#menu_wrapper{
	padding:0;
	margin:0;
	position:relative; 
	z-index:500;	
}
#menu {
	width: auto;
	float: right;
	position:relative; 
	top:-5px;
	right:-5px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: auto;
	float: left;
}

#menu a, #menu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 8px;
}

#menu h2 {
color: #000;
text-transform: uppercase;
border-bottom:3px double #000;
}

#menu h2:hover {
background: #000;
color:#FFF
}

#menu a {
color: #FFF;
background:#000;
text-decoration: none;
border:1px solid WHITE;
border-top:0;
}

#menu a:hover {
background: #FFF;
color:#000
}
#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}
#menu ul ul {
width:150px;
position: absolute;
z-index: 500;
}
div#menu ul ul {
display: none;
}
div#menu ul li:hover ul
{display: block;}

div#menu li:hover{
cursor:pointer;
z-index:100;
}
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
