/* CSS Document */
/* ================================================================ 
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/drops/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 */
.drop {font-family: arial, sans-serif; width:500px; position:relative; margin:0; font-size:11px; margin:2px auto 0 auto; padding-bottom:100px; z-index:100;}
.drop ul li a, .drop ul li a:visited {display:block; text-decoration:none; color:#FA5F03;width:115px; height:20px; text-align:center; color:#fff; border:1px solid #fff; background:#FA5F03; line-height:20px; font-size:11px; overflow:hidden;}
.drop ul {padding:0; margin:0;list-style-type: none; }
.drop ul li {float:left; margin-right:1px; position:relative;}
.drop ul li ul {display: none;}

/* specific to non IE browsers */
.drop ul li:hover a {color:#fff; background:#FA5F03;}
.drop ul li:hover ul {display:block; position:absolute; top:21px; left:0; width:116px;}
.drop ul li:hover ul li a.hide {background:#FA5F03; color:#fff;}
.drop ul li:hover ul li:hover a.hide {background:#FFA875; color:#000;}
.drop ul li:hover ul li ul {display: none;}
.drop ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.drop ul li:hover ul li a:hover {background:#FA5F03; color:#000;}
.drop ul li:hover ul li:hover ul {display:block; position:absolute; left:118px; top:0;}
.drop ul li:hover ul li:hover ul.left {left:-115px;}

