/* Begin CSS Popout Menu */

#menu{
	float:left;
}

#menu a, #menu h2{
	display:block;
	border-width:1px;
	border-style:solid;
	border-color:#9aff9a;
	white-space:nowrap;
	margin:0;
	padding: 4px 2px 2px 4px;
	text-align: center;
	font: bold 12px/12px arial,helvetica,sans-serif;
}

#menu h2{
	color:#030d89;
	background:#9aff9a;
	text-transform:uppercase;
	background-image:  url("../Images/menu.gif");
	background-repeat: no-repeat;
}

#menu a{
	text-decoration:none;
	background-image:  url("../Images/menu.gif");
	background-repeat: no-repeat;
	height: 16px;
	color: #030d89;
	text-transform: uppercase;
}

#menu a:visited{
color:#030d89;
}

#menu a:hover{
	color:#9ceb6e;
	background:#9ceb6e;
	background-image:  url("../Images/menuhover.gif");
	background-repeat: no-repeat;
}

#menu a:active{
	color:#9CEB6E;
	background:#9aff9a;
	background-image:  url("../Images/menu.gif");
	background-repeat: no-repeat;
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	width:133.33px;
}

#menu li{
	position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
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 h2:hover{
	color: #9ceb6e;
	background-image:  url("../Images/menuhover.gif");
	background-repeat: no-repeat;
	background-color: #9aff9a;
}

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{
color:#9ceb6e;
background:#9aff9a;
}

#menu a.x:hover{
color:#030D89;
background:#9aff9a;
}

#menu a.x:active{
color:#030D89;
background:#9aff9a;
}

/* End CSS Popout Menu */

