/* CSS Document */

/* ================================================================ 
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 {
position:relative;
width:1024px;
height:2em;
background:#fff;
border-top:0;
padding:0 0 2px 0;
background:#fff url(/drop/line.gif) bottom left repeat-x;
margin:0 auto 3em auto;
}

* html .menu {padding-bottom:0;}

.menu ul{
list-style-type:none;
padding:0;
margin:0 0 0 140px;
width:800px;
height:100%;
font-weight:bold;
}

.menu li{
float:left;
}

.menu table{
position:absolute;
border-collapse:collapse;
left:0;
top:0;
}

.menu a, .menu :visited {
color:#fff;
text-decoration:none;
}
.menu a em.lft, .menu :visited em.lft {
display:block;
float:left;
width:5px;
height:2em;
background: #fff url(/drop/lefta.gif);
border-bottom:2px solid #090;
}
.menu a b, .menu :visited b {
display:block;
font-weight:normal;
float:left;
padding:0 10px;
height:2em;line-height:1.9em;
background: #fff url(/drop/mida.gif);
cursor:pointer;
border-bottom:2px solid #090;
}
.menu a em.rgt, .menu :visited em.rgt {
display:block;
float:left;
width:5px;
height:2em;
background: #fff url(/drop/righta.gif);
border-bottom:2px solid #090;
}

.menu ul ul {
visibility:hidden;
position:absolute;
height:2em;
top:2em;
left:-20px;
width:779px;
border-bottom:2px solid #090;
border-right:2px solid #090;
background:#fff;
}

.menu :hover {
white-space:normal;
}

.menu a:hover b {
color:#000;
background: #fff url(/drop/midb.gif);
border-bottom-color:#090;
}
.menu a:hover em.lft {
background: #fff url(/drop/leftb.gif);
border-bottom-color:#090;
}
.menu a:hover em.rgt {
background: #fff url(/drop/rightb.gif);
border-bottom-color:#090;
}

.menu li:hover > a b
{
color:#330;
background: #fff url(/drop/midb.gif);
border-bottom-color:#090;
}
.menu li:hover > a em.lft {
background: #fff url(/drop/leftb.gif);
border-bottom-color:#090;
}
.menu li:hover > a em.rgt {
background: #fff url(/drop/rightb.gif);
border-bottom-color:#090;
}
.menu ul li:hover ul,
.menu ul a:hover ul{
display:block;
visibility:visible;
top:2em;
margin-top:1px;
}

.menu ul :hover ul li {
display:block; 
border-left:2px solid #090; 
background:#fff; 
height:2em;
}
.menu ul :hover ul li a {
display:block; 
font-size:1em; 
height:2em; 
line-height:2em; 
width:auto; 
float:left; 
color:#330; 
padding:0 10px;}

.menu ul :hover ul li a:hover {
color:#fff;
text-decoration:underline overline}

