.selected    {
	background-color: #BFE91D;
	display: block;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	padding-top: 8px;
}
#menu {
	float: left;
	background-color: #859E2A;
}

#menu ul {
	list-style: none;
	float: left;
	margin-top: 0;
	margin-right: 0;
	/* [disabled]margin-bottom: 0; */
	padding: 0;
}
#menu a , #menu h2 {
	display: block;
	font-weight: normal;
	text-align: center;
}

#menu h2 {
	margin: 0px;
	padding: 0px;
}
#menu h2  a{
	text-decoration: none;
	background-color: #FC0;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	/* [disabled]font-size: 11px; */
}
#menu h2 a:hover {
	color: #F60;
	background-color: #FFF;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover 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;
}

</style>
[if IE]>
<style type="text/css" media="screen">
 #menu ul li {float: left; width: 100%;}
</style>
<![endif]
[if lt IE 7]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li a {
} 
#menu h3 a , #menu h3{
	display: block;
	/* [disabled]margin: 0px; */
	/* [disabled]font-family: Arial, Helvetica, sans-serif; */
	/* [disabled]font-size: 15px; */
	/* [disabled]line-height: 16px; */
	/* [disabled]font-weight: normal; */
	/* [disabled]padding-right: 0px; */
}

