#menu {
width: 100%;
background: #F6F6E3;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100%;
}

#menu a {
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 3px 10px;
width: 100%;
}

#menu h2 {
font-family: Arial, Verdana, Helvetica;
font-size: 12px;
display: block;
border-width: 1px;
border-style: solid;
border-color: #fff #888 #555 #bbb;
margin: 0;
padding: 2px 10px;
color: #FFFFFF;
background: #83816A;
text-transform: uppercase;
font-weight: bold;
font-style: italic;
width: 100%;
}

#menu a {
color: #000000;
background: #C8C8A9;
text-decoration: none;
width: 100%;
}

#menu a:hover {
color: #000000;
background: #F6F6E3;
width: 100%;
}

#menu a.submenu:hover {
color: #000000;
background: #F6F6E3 url(FlyOutArrowBlack.gif) no-repeat 96% 50%;
width: 100%;
}

#menu li {
position: relative;
/*left:-1px;*/

}

#menu ul ul ul {
position: absolute;
top: 0;
left: 214px;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

<!--[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%;
z-index: 1000;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a {
font: 1.0em/1.2em arial, helvetica, sans-serif;

#menu h2 {
font: bold italic 1.0em/1.2em arial, helvetica, sans-serif;
} 

</style>


<![endif]-->

