/* CSS Menus - Vertical CSS Menu with Popout and Dropdown Menus - 20050131 */

{margin:0;padding:0;border:none;}

/* Begin CSS Popout Menu */

#menu{
position:absolute;
z-index:2;
width:170px;
padding-bottom:0em; /* To allow room for bottom dropdown */
}


#menu a, #menu h2{
font:bold x-small Verdana, Geneva,  arial,sans-serif;
display:block;
filter:alpha(opacity=90);
opacity: .9;
overflow:visible;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:3px 9px;

}

#menu h2 {
color:#fff;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#000;
background:#E4F5CE;
text-decoration:none;
}

#menu a:hover{
color:#a00;
background:#ddd;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
width:100%;
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}



/* Fix IE. Hide from IE Mac \*/
* html #menu ul li{float:left;height:1%;}
* html #menu ul li a{height:1%;}
/* End */


div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{position:absolute; top:0; left:100.1%; display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{position:absolute; top:0; left:100.1%; display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(298283fc395c8c4535d368766a03ca6343c5b06d.gif)  no-repeat bottom right;
}

#menu a.x:hover{
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}



/* ph=1 */
