/* CSS Document */

/* Begin CSS Popout Menu */

.menu_orig {
  font-size:90%;
}

.menu_orig a, .menu_orig h2{
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:4px 5px;
}

.menu_orig h2{
color:#fff;
background:#000 url(/css/images/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

.menu_orig a{
background:#eee;
text-decoration:none;
}

.menu_orig a, .menu_orig a:visited{
color:#000;
}

.menu_orig a:hover{
color:#000;
background:#ddd;
}

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

.menu_orig ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:9em;
}

.menu_orig li{
position:relative;
}

.menu_orig ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
}

.menu_orig 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_orig h2:hover{
background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px;
}

div.menu_orig li:hover{
cursor:pointer;
z-index:100;
}

div.menu_orig li:hover ul ul,
div.menu_orig li li:hover ul ul,
div.menu_orig li li li:hover ul ul,
div.menu_orig li li li li:hover ul ul
{display:none;}

div.menu_orig li:hover ul,
div.menu_orig li li:hover ul,
div.menu_orig li li li:hover ul,
div.menu_orig li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

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

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

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

/* End CSS Popout Menu */