/* ================================================================ 
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 */
/*container for the whole menu*/

.menu {font-family: verdana, arial, sans-serif; width:800px; position:absolute; top: 96px; left: 6px; margin:0; font-size:11px; margin:2px 0 0px 0; z-index:100;}
/*divs for each menu item*/
.menu ul li a, .menu ul li a:visited { font-weight:bold; display:block; padding-top: 7px; margin-top: 0px; text-decoration:none; width:110px; height:35px; text-align:center; vertical-align: center; color:#0052a6; border:0px solid #fff; background: none; background-image: url(images/btnC.png); background-position: 0% 40%; line-height:20px; font-size:11px; overflow:hidden;}
/*shunt to move the menu to the right position*/
.dropmenushunt {padding-top: 135px; padding-left: 16px;}
.menu ul {padding:0; margin:0;list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#001144; padding-top: 7px;}
.menu ul li:hover ul {display:block; position:absolute; top:35px; left:0; width:200px;}
.menu ul li:hover ul li a.hide {background:#0052a6; color:#001144; height: 20px;}
.menu ul li:hover ul li:hover a.hide {background:#0052a6; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#ddd; color:#000; width: 160px; height: 22px; left: -40px; padding-top: 2px; text-align: left; padding-left: 4px;}
.menu ul li:hover ul li a:hover {background:#0052a6; color:#fff;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}
