/* Begin CSS Popout Menu */

#menu{
	/*position:absolute;*/
	width:154px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding-left: 17px;
	float: left;
	padding-top: 15px;
}

#menu a, #menu h2{
	display:block;
	white-space:nowrap;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

#menu h2{
	color:#000000;
	text-transform:uppercase;
}

#menu .menulink{
	line-height:30px;
	height: 30px;
	border: 0px;
	text-transform:uppercase;
}


#menu a.menulink:link{
	line-height:24px;
	height: 24px;
	border: 0px;
	color: #000000;
}

#menu a.menulink:active{
	color:#666666;
	border: 0px;
}

#menu a.menulink:hover{
	height: 30px;
	color:#cc0000;
	border: 0px;
}

#menu a{
color:#000000;
/*background:#e7f0f4;*/
text-decoration:none;
}

#menu a:hover{
color:#cc0000;
/*background:#e7f0f4;*/
}

#menu a:active{
color:#666666;
/*background:#e7f0f4;*/
}

#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	width:100%;
	text-transform: uppercase;

}

#menu ul ul{
	width:160px;
	text-transform: none;
	line-height: 24px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	padding-bottom: 6px;
	background-color: #e3e3e4;
}

#menu ul ul li{
	background:#e3e3e4;
	padding-left:8px;
	height: 24px;
}

/* 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 h2:hover{
	display: block;
	color:#cc0000;
}

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

div#menu li:hover{
cursor:pointer;
z-index:200;
}

div#menu li ul{
position:absolute;
top:0px;
left:110px;
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;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

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

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