/* Begin CSS Popout Menu */

#menu{
	width:100%;
	float:left;
	background-color: #F2F2F2;
}

#menu a, #menu h4{
	display:block;
	white-space:nowrap;
	margin:0;
	text-align: center;
	line-height: 35px;
}

#menu a {
	font-size: 70%;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
}

#menu h4{
	color:#fff;
	text-transform:uppercase;
}

#menu a{
	background:#f2f2f2;
	text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
	color:#FFF;
	background-color: #CE1B22;
}

#menu a:active{
	color:#CE1B22;
	background:#ccc;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
}

#menu li{
position:relative;
}

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

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

#menu ul li ul li a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	text-align: left;
	display: block;
	width: 24em;
	padding-left: 17px;
	text-transform: uppercase;
	padding-right: 15px;
}

/* 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{
	background-color: #CE1B22;
}

div#menu li:hover{
cursor:pointer;
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:bold;
	color:#000;
	background-color: #eee;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */

