/* ================================================================ 
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/navis/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 */
.navi {font-family: Tahoma, Arial, sans-serif; width:970px; height:35px; position:relative; font-size:11px; z-index:100;}
.navi ul li a, .navi ul li a:visited {display:block; text-decoration:none; padding-top:0px;color:#000;width:125px; height:35px; text-align:center; color:#fff; background:url('/images/navi/bg_def.gif') repeat-x; line-height:16px; font-size:11px; overflow:hidden;}
.navi ul {padding:0; margin:0; list-style: none;}
.navi ul li {float:left; position:relative;}
.navi ul li ul {display: none;}

/* specific to non IE browsers */
.navi ul li:hover a {color:#fff; background:url('/images/navi/bg_over.gif') repeat-x;}
.navi ul li:hover ul {display:block; position:absolute; top:35px; left:0; width:150px;}
.navi ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.navi ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}
.navi ul li:hover ul li ul {display: none;}
.navi ul li:hover ul li a {text-align:left;padding:0px 0px 0px 5px;height:auto;display:block; background:#d08e58;border-bottom:1px dotted #a38055;  color:#fff;}
.navi ul li:hover ul li a:hover {background:#663300; color:#fff;}
.navi ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.navi ul li:hover ul li:hover ul.left {left:-105px;}
