@charset "utf-8";
/* CSS Document */

    <style type="text/css">
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/drop_line.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
.menu_cascade {
position:relative;
width:0px;
height:2em;
background:#f5c489;
border-top:10px solid #f5c489;
padding-bottom:1px;
background:#f5c489 url(drop/line.gif) bottom left repeat-x;
margin-bottom:5em;
}

* html .menu_cascade {padding-bottom:0;}

.menu_cascade ul{
list-style-type:none;
padding:0;
margin:0 0 0 20px;
width:730px;
height:100%;
}

.menu_cascade li{
float:left;
}

.menu_cascade table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu_cascade a, .menu_cascade :visited {
color:#fff;
text-decoration:none;
}
.menu_cascade a em.lft, .menu_cascade :visited em.lft {
display:block;
float:left;
width:5px;
height:2em;
background: transparent url(../images/drop-line_graphics/lefta.gif);
border-bottom:1px solid #777;
}
.menu_cascade a b, .menu_cascade :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
background: transparent url(../images/drop-line_graphics/mida.gif);
cursor:pointer;
border-bottom:1px solid #a28657;
}
.menu_cascade a em.rgt, .menu_cascade :visited em.rgt {
display:block;
float:left;
width:5px;
height:2em;
background: transparent url(../images/drop-line_graphics/righta.gif);
border-bottom:1px solid #777;
}

.menu_cascade ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px;
width:499px;
border-bottom:1px solid #f5c489;
border-right:1px solid #f5c489;
background:#eafcff;
}

.menu_cascade :hover {
white-space:normal;
}

.menu_cascade a:hover b {
color:#000;
background: transparent url(../images/drop-line_graphics/midb.gif);
border-bottom-color:#a28657;
}
.menu_cascade a:hover em.lft {
background: transparent url(../images/drop-line_graphics/leftb.gif);
border-bottom-color:#a28657;
}
.menu_cascade a:hover em.rgt {
background: transparent url(../images/drop-line_graphics/rightb.gif);
border-bottom-color:#a28657;
}

.menu_cascade li:hover > a b
{
color:#4c380d;
background: transparent url(../images/drop-line_graphics/midb.gif);
border-bottom-color:#f5c489;
}
.menu_cascade li:hover > a em.lft {
background: transparent url(../images/drop-line_graphics/leftb.gif);
border-bottom-color:#f5c489;
}
.menu_cascade li:hover > a em.rgt {
background: transparent url(../images/drop-line_graphics/rightb.gif);
border-bottom-color:#f5c489;
}
.menu_cascade ul li:hover ul,
.menu_cascade ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
}

.menu_cascade ul :hover ul li {
display:block; 
border-left:1px solid #f5c489; 
background:#eafcff; 
height:2em;
}
.menu_cascade ul :hover ul li a {
display:block; 
font-size:0.8em; 
height:2em; 
line-height:2.5em; 
width:auto; 
float:left; 
color:#4c380d; 
padding:0 10px;}
.menu_cascade ul :hover ul li a:hover {
color:#ff6600;
}

</style>