

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
font-size: 1em;
}

#menu a, #menu h2{
font: normal .7em Trebuchet, Trebuchet MS, Arial, sans-serif;
letter-spacing:normal;
display:block;
border:0;
border-bottom: 1px solid #472D61;
border-collapse: collapse;
white-space:nowrap;
margin:0;
padding:1px;
padding-left: 6px;
}

#menu h2{
color:#FFF;
font-size: .7em;
font-weight: bold;
background:#161616;
text-transform: uppercase;
border-left: 1px solid #FFF;
border-collapse: collapse;
}
#menu h2.noleft {border-left: 0}

#menu ul#menuname {width: 65px; margin-right: 5px; }
#menu ul#menuname li h2 {background-color: #000; border: 1px solid #666; background-image: none; color: #fdd44f; 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: #fdd44f; border: 0px; font-size: .8em; }

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

#menu a, #menu a:visited{
color:#2D0D4E;line-height: 2em;
}

#menu a:hover{
color:#28074A;font-weight:bold;
background:#fdd44f;
}

#menu a:active{
color:#fdd44f;
background:#28074A;
}

#menu ul{
list-style:none;
padding:0;
float:left;
width:14%;
}


#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
width: 100%;
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:#fdd44f;
color: #2D0D4E;
}

#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; }

#menu li#menuhead, #menu li#sidestrip, img#menushade {display:none}
