/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/**************** menu coding *****************/
#menu {
width: 600px;
background:none;
float: left;
margin-top:90px;
margin-left:20px;
}

#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: #2B3192;
}

#menu h2  {
color: #ccc;
background: none;
border-width:0px 0px 0px 0px;
border-style: solid;
border-color: #2B3192;
margin:0;
background-image:url(/images/bg_menu.gif);
background-repeat:repeat-x;
}

#menu a {
color: #fff;
background: none;
text-decoration: none;
padding:3px 10px;

}

#menu a:hover,#menu .active{
color: #000;
background: none;
border-style: solid;
border-color: #ED0C8C;
margin:0;
background: #ED0C8C;
background-image:url(/images/bg_menu_f2.gif);
background-repeat:repeat-x;
padding:4px 10px;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
color: #fff;
background: #822983;
margin:0;
border:0;
font: bold 1.05em/1.1em arial, helvetica, sans-serif;
width:12em;
}

#menu ul ul a{
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]-->