/* ================================================================ 
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: verdana, arial, helvetica, sans-serif; z-index : 100; position : absolute; top : 68px; left : 120px; width : 832px; height : 28px; margin : 0px; padding : 0px; background : url('../images/nav_main.png') no-repeat;font-size:10px; font-weight:bold; }
.menu ul { list-style-type:none; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#000;width:89px; height:28px; text-align:center; color:#fff; line-height:28px; font-size:10px; font-weight:bold; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style-type: none; }
.menu ul li {float:left; margin-right:1px; position:relative; list-style-type:none;}
.menu ul li ul {display: none; margin:0px;background-color:#cccccc;}
.menu ul li ul li {padding-top:1px;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; font-size:10px; font-weight:bold;}
.menu ul li:hover ul {display:block; position:absolute; top:28px; left:0; width:89px; background:#cccccc;}
.menu ul li:hover ul li a.hide {background:#47698b; color:#fff;}
.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.menu ul li:hover ul li ul {display: none;background:#cccccc;}
.menu ul li:hover ul li a {display:block; background:#47698b; color:#fff; font-size:9px; line-height:11px; text-align:center; padding-top:5px; padding-bottom:3px; padding-left:2px; padding-right:2px; height:23px; }
.menu ul li:hover ul li a:hover {background:#6699CC; color:#000;}

