/* Begin CSS Popout Menu */

#menu{
	width:800px;
	float:left;
	font-size: 9px;
	position: relative;
	z-index: 1000;
}

#menu h2{
	display:block;
	/*white-space:nowrap;*/
margin:0;
	/*padding:1px 0 1px 3px;*/
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	background-color: #FFE21A;
	text-align: center;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-width: 1px;
	border-bottom-color: #000000;
	border-top-width: 1px;
	border-top-color: #000000;
}

#menu a{
	display:block;
	/*white-space:nowrap;*/
margin:0;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	text-decoration:none;
}



#menu ul ul a{
	text-decoration:none;
	border-width:1px;
	border-style:solid;
	border-color:#ccc #888 #555 #bbb;
	padding:1px 0 1px 3px;
	background-color: #FFE21A;
	font-size: 10px;
	width: 150px;
}

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

#menu a:hover{
	color:#000000;
	background-color: #FFFF66;/*background:#ddd;*/
}

#menu a:active{
	color:#000000;
	background-color: #FFFF66;/*background:#ddd;*/
}

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

#menu li{
position:relative;
}

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

#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 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:hover{
color:#fff;
background:#000;
}

#menu a.x:active{
color:#FFFF66;
background:#ccc;
}
#menu .odd a{
}
#menu .even a{
	position:relative;
	left:155px;
	top:-24px;
}

/* End CSS Popout Menu */
