

/* Begin CSS Popout Menu */



#menu{
border: 0px;
width:100%;
float:left;
top: 0;

}

#menu a, #menu h2, #menu h3, #menu h4, #menu h5, #menu h6{
text-align:right;
font:normal 12px/16px arial,helvetica,sans-serif;
display:block;
white-space:nowrap;
margin:0;
padding:10px 5px 2px 0px;
}

/*main text,bg, color*/
#menu h2{
color:#fff;
background:#c88255;
border-right:solid 2px #ffffff;
border-top:solid 2px #ffffff;


}

#menu h3{
color:#fff;
background:#541721;
border-right:solid 2px #ffffff;
border-top:solid 2px #ffffff;
}

#menu h4{
color:#fff;
background:#7d9293;
border-right:solid 2px #ffffff;
border-top:solid 2px #ffffff;
}

#menu h5{
color:#fff;
background:#355a80;
border-top:solid 2px #ffffff;
}
/*link bg color*/
#menu a{
background:#a7c1c1;
text-decoration:none;
border-right:solid 2px #ffffff;
border-top:solid 2px #ffffff;
}
/*link text color*/
#menu a, #menu a:visited{
color:#ffffff;
}
/*link text, bg color hover*/
#menu a:hover{
color:#fff;
background:#541721;
}


#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
width:200px;

}

#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 */

/*main bg color hover*/


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 */

/*link Root text, bg color*/
#menu a.x, #menu a.x:visited{
font-weight:normal;
color:#ffffff;
background:#a7c1c1;
}
/*link Root text, bg color hover*/
#menu a.x:hover{
color:#ffffff;
background:#541721;
}



/* End CSS Popout Menu */

