/* ================================================================ 
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 {
font-family: arial, sans-serif;
position:relative; 
z-index:100;
margin:0 0 0 10px;
}
.menu ul li.active { background-image:url(../images/active.gif); background-repeat:no-repeat;}
.menu ul li a, .menu ul li a:visited {
display:block; 
text-decoration:none; 
color:#000;
width:80px; 
height:30px; 
text-align:center; 
color:#003176;  
line-height:12px; 
font-size:11px; 
font-weight:bold; 
text-align:left; 
overflow:hidden; 
padding:4px 4px 0 9px;
}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover { background-image:url(../images/overl.gif); background-repeat:no-repeat; background-color:#38A6C8;}
.menu ul li:hover a {color:#003176; background-image:url(../images/overr.gif); background-position:100% 0; background-repeat:no-repeat;}

.menu ul li:hover ul, .menu ul a:hover ul  {
display:block; 
position:absolute; 
top:34px; 
left:0;
width:159px; 
background-image:url(../images/ul.gif); background-position:0 100%; background-repeat:no-repeat; padding:0 0 3px 3px;
}
.menu ul li:hover ul li a:hover,.menu ul li:hover ul li a  {border-bottom:none !important;}

.menu ul li:hover ul li a.hide {background:#ff0000; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background-image:none; font-family:"Trebuchet MS"; color:#003176; width:142px !important; height:auto; padding:2px 5px 2px 6px; font-weight:normal; background-color:#DEEFF3;}
.menu ul li:hover ul li a[class=menu-item]:hover {background:#ffffff; background-image:url(../images/sr.gif); background-position:0 100%; background-repeat:repeat-x; color:#000;}