/* ================================================================ 
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/dd_valid.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.
=================================================================== */
/* common styling */
.menu {height:20px; float:right;}
.menu h3{
font-family: Verdana, Arial, Sans-Serif;
text-align: center;
display:block;
border-right:1px solid #ccc;
margin:0;
text-transform:uppercase;
height:20px;
line-height:20px;
}

.menu h3.last {
border-right:0px;
}

.menu ul li a, .menu ul li a:visited {
font-size: 11px;
font-family: Verdana, Arial, Sans-Serif;
display:block;
margin:0;
padding:0 15px;
color:#666;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none; width:auto;
text-align: left;
background: #eee;
border:1px solid #ccc;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#003399;}
.menu ul li:hover ul {display:block; position:absolute; top:20px; left:0; z-index:100000;}
.menu ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#fff; color:#003399;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background: #eee; color:#000; width:130px; line-height: 20px;}
.menu ul li:hover ul li a:hover {background:#fff; color:#003399; text-decoration:none;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; top:0;}