@charset "UTF-8";
/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */


/* Begin CSS Popout Menu */

#menu{
position:absolute;
float:left;
margin-top:2px;
margin-left:4px;
color:#0066cc;
border:none;
border-style:none;
border-width:0px;
}

#menu a, #menu span{
font:12px/18px Verdana, Arial, Helvetica, sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:3px 3px 3px 3px;
}

#menu span{
color:#000;
background-color:transparent;
font-family: Verdana, Arial, Helvetica, sans-serif;
padding:3px 5px 3px 5px;
text-align:left;
border-right-width:1px;
border-right-color:#0000cc;
border-right-style:solid;
}

#menu a span {
cursor:pointer;
padding-right:10px;
}

#menu ul li.no span {
border-style:none;
}



#menu a{
text-decoration:none;
}

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

#menu ul li a:hover{
background-image:url(hover.gif);
}

#menu ul li ul a:hover{
background-image:url(nav-hover.gif);
}

#menu ul li ul a:active{
color:#060;
}

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

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:900;
top:auto;
display:none;
background-color:#e4e5e7;
font-weight:normal;
font-size:10px;

}

#menu ul ul ul{
top:0;
left:100%;
background-color:#e4e5e7;
font-weight:normal;
z-index:900;
}

#menu ul ul li a
{
font-size:11px;
padding: 2px 4px;
}

#menu ul ul ul li a
{
font-size:11px;
padding: 2px 4px;
}


/* 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 span:hover{
background:# no-repeat -999px -9999px;
}*/

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

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;z-index:900;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
color:#000;
z-index:900;

}

#menu a.x:hover{
color:#000;
background-image:  url(nav-hover.gif);
width:auto;
}

#menu a.x:active{
color:#000;
background:#ccc;
}
#menu ul ul ul a {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#aaaaaa;
width: auto;
}

#menu ul ul li a {
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#aaaaaa;
width:155px;
}

#menu ul ul li a.x:active{
background-position:right;
padding-right:12px;
}

#menu ul ul li a.x:link{
background-position:right;
padding-right:12px;
}

#menu ul ul li span a.x:visited{
background-position:right;
padding-right:12px;
}
#menu ul ul li a.x:hover{
color:#000;
background-image: url(nav-hover.gif);
background-repeat:repeat-x;
}

#menu ul li {
padding-right:2px;
}

#menu ul li a span {
font-weight:normal;
}

/* End CSS Popout Menu */
