body{font-family:verdana,tahoma,arial,sans-serif;
}


/* Begin CSS Popout Menu */

#menu{
	float:left;
	border: 0;
}
#menu img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#menu a, #menu h2{
font:bold 11px/16px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;

}

#menu h2{
	text-transform:uppercase;
	background-repeat: no-repeat;
	background-position: 100% 100%;
}



#menu a:visited {
}

#menu a:hover{ 
	color: #0066FF;
	font-size: 11px;
	
}

#menu a:active{
}
#menu a {
	color:#0066FF;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	/*background-image: url(../images/dropdown_empty.jpg);*/
	
}


#menu ul{
	list-style:none;
	margin:0;
	padding:0;
	border: 0;
	float:left;
	
}


	


#menu li{
	position:relative;
	background-color: #9BE536;
}
#menu li li{
	background-image: url(../images/dropdown_empty.jpg);
	height:20px;
	background-repeat: no-repeat;
}

#menu ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	border: 0;
	width:170px;
	height:50px;
	text-align: left;
}

#menu ul ul ul{
	top:0;
	left:100%;
	width: 145px;
}

#menu #sidemenu a:hover{
	}
#menu #sidemenu a{
	background-image:url(../images/dropdown_arrow.jpg)	
	}
/* 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 */

/* INTERNET EXPLODER SETTINGS */


div#menu h2:hover{
	background-repeat: no-repeat;
	background-position: -999px -9999px;
	background-color: #F98B1C;
}


div#menu li:hover{
	cursor:pointer;
	z-index:100;
	background-color: #F68B23;
}

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;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
}

#menu a.x:active{
color:#060;
}

/* End CSS Popout Menu */
