/* downloaded 4/2009, tweaked by M+R at that time */

/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */
/* http://www.seoconsultants.com/css/menus/horizontal/css/menuh.txt */

/*
*{margin:0;padding:0;border:none;}
*/

/*
body{margin:0.5em;font-family:verdana,tahoma,arial,sans-serif;}
*/

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
position: absolute; 
top: 20px; 
left: 10px; 
}

#menu a, #menu h2{
font: 16px arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#006400;
white-space:nowrap;
}

#menu h2  { color: #fff; background: #006400 url(/css/images/expand3.gif) no-repeat 100% 100%; margin: 0px 0px 0px 10px; padding: 0 }

#menu a{
background:#66cdaa;
text-decoration:none;
margin:0px 0px 0px 10px;  /* box surrounding menu text */
padding:2px 0px 2px 10px;
}

#menu a, #menu a:visited{
color:#eee;
}

#menu a:hover{
color:#1e90ff;
background:#90EE90;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:8.5em; /* shared width of menu boxes */
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover  { background: #006400 url(/css/images/expand3.gif) no-repeat -999px -9999px }

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited  { color: #000; font-weight: bold; background: #eee url(/css/images/expand3.gif) no-repeat 100% 100% }

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */
