/* Begin CSS Popout Menu */

#menu{
	/*position:absolute;
	top:0.5em;
	left:0.5em;
	z-index:2;
	width:11.0em;*/
	padding-bottom:1px; /* 12em To allow room for bottom dropdown */
	height: -26px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin: 0px;
}
#menu a{
	display:block;
	white-space:nowrap;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-top-color: #0079C2;*/
	border-right-color: #0079C2;
	border-bottom-color: #0079C2;
	/*border-left-color: #0079C2;*/
	color:#fff;
	background:#C62922;
	text-decoration:none;
	padding-left: 4px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#menu a:hover{
color:#000000;
background:#FEC700;
}

#menu a:active{
color:#fff;
background:#C62922;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul 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;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
/*background:#eee url(expand3.gif) no-repeat bottom right;*/
background:#C62922 no-repeat bottom right;
}

#menu a.x:hover{
color:#000;
background:#FEC700;
}

#menu a.x:active{
color:#fff;
background:#C62922;
}
