/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

*{margin:0}

body{font-family:Arial, Helvetica, sans-serif}

/* Begin CSS Popout Menu */

#menu{
width:100%;
float:left;
  background-color: #CCCCCC;
  padding-bottom: 3px;
}

#menu a, #menu h2{
font: 12px Arial, Helvetica, sans-serif;
    font-weight: 450;
    font-style: normal;
display:block;
white-space:nowrap;
margin:0;
color:#333333;
}

#menu h2{
  padding-right: 5px;
  padding-left: 5px;
    border-right-color: #333333;
    border-right-style: solid;
    border-right-width: 1px;
  }

#menu a{
background:#CCCCCC;

text-decoration:none;
  color: #333333;
}

#menu a, #menu a:visited{
color:#333333;
}

#menu a:hover{
color:white;
 background-color: #333333;
text-decoration: none;
}

#menu a:active{
color:#333333;
background:#CCCCCC;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;

}

#menu li{
position:relative;
}

#menu li.last{
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: #CCCCCC;
}

#menu ul ul li{
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: white;
  top:4px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #CCCCCC;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:9em;}

#menu ul ul ul{
top:0;
left:101%;
}

#menu ul ul ul li{
top:0;
}

/* 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 h2:hover{
background:#CCCCCC url(/css/arrows.gif) no-repeat -999px -9999px;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#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{
background:#CCCCCC url(/css/arrows.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
background:#333333 url(/css/arrows.gif) no-repeat 100% 100%;
}

#menu a.x:active{
  background-color: #333333;
}

/* End CSS Popout Menu */
