/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */


/* Begin CSS Popout Menu */

#menuh{
margin:0;padding:0;border:none;
width:100%;
float:left;
position:relative;
}

#menuh a{
font:normal 105%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
}

#menuh h3{
font:bold 105%/205% tahoma,arial,helvetica,sans-serif;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 5px;
}

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

#menuh a{
text-decoration:none;
}

#menuh ul a{
color:#fff;
}

#menuh ul a:hover{
color:#eee;
}


#menuh ul a:active{
color:#ddd;
}

#menuh ul ul a{
color:#000000;
}

#menuh ul ul a:hover{
color:#000000;
background:#eee;
}


#menuh ul ul a:active{
color:#000000;
background:#ddd;
}


#menuh ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:142px;
background-image: url(images/menu_bg.jpg);

}

#menuh li{
position:relative;
}

#menuh ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
background:#ffffff;
width:19em;
}

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

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

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

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

/* End of non-anchor hover selectors */

/* Styling for Expand */

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

#menuh a.x:hover{
color:#fff;
background:#000;
}

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

/* End CSS Popout Menu */


