/* ================================================================ 
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 */
.menusk {font-family: tahoma, arial, sans-serif; font-weight: bold; width:750px; height:20px; position:relative; font-size:11px; }
.menusk ul li a, .menusk ul li a:visited {display:block; text-decoration:none; color:#000; height:20px; text-align:center; color:#fff; line-height:20px; font-size:11px; font-weight: bold; overflow:hidden; padding: 0 19px 0 19px;}
.menusk ul {padding:0; margin:0; list-style: none;}
.menusk ul li {float:left; position:relative;}
.menusk ul li ul {display: none;}
.menusk ul li ul a {display: none; width: 150px; height: 20px; font-size: 10px; font-weight: bold; font-weight: bold; margin-left: -20px; }


/* specific to non IE browsers */
.menusk ul li:hover a {color:#006699; }
.menusk ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:105px;}
.menusk ul li:hover ul li a.hide {background:#6a3; color:#fff;}
.menusk ul li:hover ul li:hover a.hidesk {background:#6fc; color:#000;}
.menusk ul li:hover ul li ul {display: none;}
.menusk ul li:hover ul li a {display:block; background:#999; color:#fff; font-size: 10px; font-weight: bold; }
.menusk ul li:hover ul li a:hover { color:#006699; font-size: 10px; font-weight: bold; }
.menusk ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menusk ul li:hover ul li:hover ul.left {left:-105px;}
