/* ================================================================ 
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 */
#navi_top {font-family: verdana,arial; width:580px; height:15px; position:relative; font-size:12px; font-weight:bold; z-index:100;float:right;margin-top:7px;border:0px solid #000;}
#navi_top ul li a, #navi_top ul li a:visited {display:block; text-decoration:none; color:#009998;width:96px; height:15px; text-align:center; border-left:1px solid #009998;border-right:1px solid #009998; background:transparent; line-height:15px; font-size:12px; overflow:hidden;}
#navi_top ul {padding:0; margin:0; list-style: none;}
#navi_top ul li {float:left; position:relative;}
#navi_top ul li ul {display: none;}

/* specific to non IE browsers */
#navi_top ul li:hover a {color:#FFCC33; border-left:1px solid #FFCC33;border-right:1px solid #FFCC33; background-color:#009998;}
#navi_top ul li:hover ul {display:block; position:absolute; top:15px; left:0; width:96px;background:#FBF284;}
#navi_top ul li:hover ul li a.hide {background:transparent; color:#009998;}
#navi_top ul li:hover ul li:hover a.hide {background:transparent; color:#009998;}
#navi_top ul li:hover ul li ul {display: none;}
#navi_top ul li:hover ul li a {display:block; background:transparent; color:#009998;}
#navi_top ul li:hover ul li a:hover {background:#009998; color:#FFCC33;}
#navi_top ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
#navi_top ul li:hover ul li:hover ul.left {left:-105px;}
