/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/**************** menu coding *****************/
#menu {
width: 100%;
background: none;
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 10em;*/
float: left;
}

#menu a, #menu h2 {
font: bold 11px/11px arial, helvetica, sans-serif;
display: block;
border-width:0px 0px 0px 0px;
border-style: solid;
border-color: #fff;
margin:0;
padding:0;
}

#menu h2  {
color: #fff;
background: none;
border-width:0px 0px 1px 1px;
border-style: solid;
border-color: #fff;
margin:0;
background-image:url(/images/bg_button.jpg);
background-repeat:repeat-x;
}

#menu a {
color: #FFFFFF;
background: none;
text-decoration: none;
padding:4px 10px 4px 10px;
}

#menu a:hover,#menu .active{
color: #ffffff;
background: none;
text-decoration: none;
background-image:url(/images/bg_button_f2.jpg);
background-repeat:repeat-x;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
color: #fff;
background: #88C3C9;
margin:0;
border:0;
font: bold 1.05em/1.1em arial, helvetica, sans-serif;
width:12em;
}

#menu ul ul a{
padding:3px 10px 3px 10px;
margin:0;
border:0;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

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;}

<!--[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(/styles/csshover2.htc);
font-size: 100%;
}

#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 1.05em/1.1em arial, helvetica, sans-serif;
}
</style>
<![endif]-->