/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */


/* Begin CSS Popout Menu */

#menu{
width: 730px;
padding-left: 20px;
float:left;
text-align: left;
background-color: #424141;
}

#menu a{
display:block;
border-width:1px;
border-style:solid;
border-color: #424141;
white-space:nowrap;
margin:0;
padding:0 5px;
padding-top: 5px;
padding-bottom: 5px;
}

#menu a:hover{
border-color: #2b2b2b;
background-color: #2b2b2b;
}

#menu h3{

display:block;
border-width:1px;
border-style:solid;
border-color:#424141;
white-space:nowrap;
margin:0;
padding:0 5px;
}

#menu h3{
color:#fff;
background:#fff url(expand3.gif) no-repeat 100% 100%;
text-transform:uppercase
}

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

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

#menu a:hover{
color:#fff;
background:#2b2b2b;
}

#menu a:active{

background:#424141;
}

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

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

div#menu h3:hover{
background:#fff url(/css/images/expand3.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{
font-weight:normal;
color:#fff;
background:#424141 url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#fff;
background:#fff;
}

#menu a.x:active{

background:#424141;
}

/* End CSS Popout Menu */

/* Begin Content Area - Not Part of CSS Popout Menu */

#content{position:absolute;top:3.0em;left:0;margin:0 .5em .5em .5em;padding:0.5em;border:1px solid #fff;clear:both;}
#content a:link{color:#fff;}
#content a:visited{color:#fff;}
#content a:hover{color:#fff;background:#424141;}
#content a:active{background:#2b2b2b;}
#content h1, #content h2, #content h3{font:bold 1.0em;margin:0.5em 0.25em;padding:0;}
#content img{border:none;}
#content p{font:normal;margin:1.0em;}
#content ul, #content ul ul{font:normal;margin:1.0em 4.0em 1.5em 4.0em;}
#content ul li{font:normal 0.9em/1.4em;margin:1.0em 0;}
#content ul ul li{font:normal 1.1em/1.6em;margin:0;}
#content .fr{float:right;margin:0 0 1.0em 1.0em;}
#content .mod{font:normal;margin:.25em;}
div.vv{position:relative;top:0;float:right;margin:0 0 15px 15px;}
span.as300250{float:right;margin:0 1.0em .2em 1.0em;}
span.as300250l{float:left;margin:0 1.0em .2em 1.0em;}
span.as120240{float:right;margin:0 1.0em .2em 1.0em;}
span.as120240l{float:left;margin:0 1.0em .2em 1.0em;}

/* End Content Area - Not Part of CSS Popout Menu */