
/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
margin-top: 8px;
margin-bottom: -25px
}

#menu a, #menu h2{
font: bold 12px Trebuchet MS, Arial, sans-serif;
letter-spacing:normal;
display:block;
border-width:1px;
border-style:solid;
border-color: #666;
border-collapse: collapse;
white-space:nowrap;
margin:0;
padding:1px 0 1px 3px;
}

#menu h2{
color:#FFF;
font-size: 16px;
background:#444 url(../ezimages/expand3.gif) no-repeat 100% 100%;
text-transform:uppercase;
}

#menu h3{
color:#FFF;
font-size: 12px;
background:#444;
padding-left: 5px;
letter-spacing: 0;
border-top: 1px solid #74bcc2;
border-bottom: 1px solid #74bcc2;
width: 125px;
text-transform:uppercase;
}

#menu ul#menuname {width: 65px; margin-right: 5px; }
#menu ul#menuname li h2 {background-color: #000; border: 1px solid #666; background-image: none; color: #74bcc2; padding: 0}
#menu ul#menuname li h2:hover{background:#000;}
#menu ul#menuname li:hover{cursor: default;}
#menu ul#menuname a, #menu ul#menuname li h2 a:link, #menu ul#menuname li h2 a:hover  {background-color: #000; border: none; background-image: none; color: #74bcc2; border: 0px; font-size: 16px; margin: 0}

#menu a{
background:#DDD;
text-decoration:none;
}

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

#menu a:hover{
color:#000;
background:#74bcc2;
}

#menu a:active{
color:#74bcc2;
background:#000;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:130px;
margin-right: 3px;
}

#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 */

#menu h2:hover{
background:#74bcc2 url(../ezimages/expand3.gif) no-repeat -999px -9999px;
color: #000
}

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

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

#menu li:hover ul,
#menu li li:hover ul,
#menu li li li:hover ul,
#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{
font-weight:bold;
color:#000;
background:#eee url(../ezimages/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 */

