#menu {
	width: 950px;
	background: #FF6600;
	float: left;
	padding-left: 0px;
	font-family:Calibri; color: #FF6600;
	display:block;
	border-top: #FFFF00;
	border-top-style:solid;
	border-top-width:thin;
	border-bottom: #003300;
	border-bottom-style:solid;
	border-bottom-width:thin;
	}
#menu ul {
list-style: none;
margin: 0;
z-index:500;
padding-left: 10px;
padding-right: 10px;
padding-top: 4px;
display: block;
position:relative;
float: left;

}
#menu a, #menu h2{
	font: Calibri;
	font-size:14px;
	font-weight: bold;
	display: block;
	border-width: 0px;
	border-style: none;
	border-color: #ccc #888 #555 #bbb;
	margin: 0;
	z-index:500;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 2px;

}
#menu h2 {
color: #003300;
font-weight:bold;
background: transparent;
text-transform: none;
float:none;
display: block;

}
#menu a {
color: #003300;
background: #FF6600;
text-decoration: none;
width: auto;
}

#menu a:hover {
	color: #FFFF00;
	background: #FF6600;
	border: none;
	width: auto;
	text-decoration: none;		
}
#menu li {
	float:left;
	padding-top: 3px;
	padding-left:21px;
	padding-right:21px;
}

#menu li.sub {
	padding-left:0px;
	padding-right:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 130px;
	border-top: #003300;
	border-top-style:solid;
	border-top-width:thin;
	background-color:#FF6600;
	height: 25px;
		}
#menu li.sub a:hover{
	padding-left:2px;
	padding-right:2px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #003300;
	background-color:#FFFF00;
	text-decoration: none;
	width:auto;
	height:25px;
	}
#menu ul ul {
position: absolute;
z-index: 500;
background: transparent;

}

#menu ul ul ul {
top: 0;
left: 100%;
background: transparent;
}
	
div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{background: transparent; display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{float: left; background: transparent; display: block; width: inherit;}
[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
}

#menu ul li {float: left; width: auto;}
#menu ul li a {height: 1%;} 

</style>
<![endif]

