#menu{
	z-index:2;
}

#menu a, #menu h2{
	display:block;
	text-decoration: none;
}

#menu ul{
	margin:0;
	padding:0;
	width:100%;
	list-style-type: none;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
	position:absolute;
	top:-1px;
	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;
	background-color: #EFF3F9;
}

/* End non-anchor hover selectors */

/* Styling for Expand */


#menu a.x, #menu a.x:visited{
	background-image: url(images/img4.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
}

/*#menu a.x:hover{
background:#ddd;
}

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