/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */

/* {margin: 0;padding: 0;border: none;} */

/* Begin CSS Popout Menu */


#menu{
/*	float:left;	*/
width: 100%;
margin: 0em 0em 1em 0em;
font-size: 11px/16px;
}

#menu a, #menu h2{
color: white;
font: bold 11px/16px arial,helvetica,sans-serif;
display: block;
border-width: 1px;
border-style: solid;
border-color: white blue blue white;
white-space: nowrap;
margin: 0;
padding: 1px 0 1px 3px;
}

#menu h2 {
color: white;
background-color: royalblue;
text-transform: none;
}

#menu a, #menu a:visited{
color: white;
background-color: royalblue;
text-decoration: none;
}

#menu a:hover{
color: blue;
background-color: white;
border-color: white blue blue blue;
}

#menu a:active{
color: white;
background-color: royalblue;
text-decoration: none;
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
float: left;
width: 7.5em;
}

#menu ul.x-wide{
width: 9em;
}

#menu li{
margin: 0;
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 */

div#menu h2:hover{
color: navy;
font-weight: bold;
background-color: lightcyan;
border-color: white blue blue blue;
}

div#menu li:hover{
cursor: pointer;
z-index: 499;
}

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{
font-weight: bold;
color: white;
background-color: royalblue;
}

#menu a.x:hover{
color: blue;
background-color: white;
border-color: white blue blue blue;
}

#menu a.x:active{
font-weight: bold;
color: white;
background-color: royalblue;
}

#menu a.home, #menu a.home:visited{
padding-left: 25px;
color: white;
background: royalblue url("/images/icons/home.gif") no-repeat 2% 60%;
}

#menu a.home:hover{
color: blue;
background-color: white;
border-color: white blue blue blue;
}

#menu a.home:active{
color: white;
background-color: royalblue;
}

#menu span.marker{
float: right;
}

#menu span.drop{
font-size:150%;
}

/*corrects firefox alignment bug */
#menu span.drop{
float: left;
}

/* End CSS Popout Menu */