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

/* Begin CSS Popout Menu */

#menu{
float:Left;
Padding-left:0px;
}

#menu a{
font:normal 100%/160% tahoma;
display:block;
border-width:1px;
border-bottom-width:0px;
border-style:solid;
border-color:#FFFFFF;
font-weight:bold;
white-space:nowrap;
line-height:200%;
margin:0;
padding:0 2px;

}

#menu h2{
font:bold 90%/160% tahoma;
display:block;
border-width:1px;
border-style:solid;
border-color:#ccc #888 #555 #bbb;
white-space:nowrap;
margin:0;
padding:0 3px;
line-height:160%;
}

#menu h2{
background:none  no-repeat scroll 100%;
color:#F0F0F0;
text-transform:uppercase;
}

#menu a{
background:#eee;
text-decoration:none;
background-image:url('img/menu_bar_01.gif');background-repeat:repeat-x;

}

#menu a, #menu a:visited{
color:#414042;
word-spacing:-.5px;
text-align:center;
color:#414042;
font-size:14px;
font-family:Arial;
font-weight:400;

background-image:url('/img/menu_bar_01.jpg');
}

#menu a:hover{
color:#000000 ;
}

#menu a:active{
background:#CCCCCC none repeat scroll 0%;
color:#339999;
}

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

#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 h2:hover{
background:#000000 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:#A7A9AC no-repeat scroll 100%;
color:#414042;
font-weight:normal;
text-align:left;
font-size:11.1px;
padding:0px;
padding-left:4px;
}

#menu a.x:hover{
background:#414042 none repeat scroll 0%;
color:#FFFFFF;
}

#menu a.x:active{
background:#CCCCCC none repeat scroll 0%;
color:#006600;
/* End CSS Popout Menu */

