/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
}

#menu a{
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0 5px;
	font-family: tahoma, arial, helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
}

#menu h4{
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color:#fff;
	font-weight:normal;
	font-variant: small-caps;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666666;
}

#menu a{
text-decoration:none;
}

#menu a, #menu a:visited{
color:#fff;
background-color:#333;
}

#menu a:hover{
color:#E64600;
}

#menu a:active{
color:#fff;
}

#menu ul{
	list-style:none;
	padding:0;
	float:left;
	width:114px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
min-width:227px;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h4:hover{
	color:#fff;
}

div#menu li:hover{
cursor:default;
z-index:100;
}

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#333333;
}

#menu a.x:hover{
color:#333;
}

#menu a.x:active{
color:#000;
}

/* End CSS Popout Menu */