/* ================================================================
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 { width:100%; height:21px; position:relative; font-size:11px; z-index:100; padding-top: 3px;  background-color: black;}
.menu ul li a, .menu ul li a:visited {display:block; color:red;width:105px; height:20px; text-align:left; border-top:0px;  border-right: 1px solid black;  border-bottom: 1px solid black;  border-left: 1px solid black; background:orange; line-height:20px; font-size:11px; overflow:hidden;
        text-decoration:none;
        margin-left: 20px;
        padding: 0px 10px 0px 10px;
        color: white ;
        font-weight: none;
        background: transparent; }
.menu ul {padding:0; margin:0 0 0 35px; list-style: none;}
.menu ul li {float:left; position:relative; color: lightskyblue;}
.menu ul li ul {display: none; }


.menu ul {padding:0; margin:0; list-style: none; font-weight: bold;}
.menu ul li {float:left; position:relative; font-weight: none;}
.menu ul li ul {display: none; font-weight: none;}


/* specific to non IE browsers */
.menu ul li:hover a {cursor: default; color:grey; background:black; font-weight: none;}
.menu ul li:hover ul {cursor: pointer; display:block; position:absolute; top:21px; left:0; width:105px; font-weight: none;}
.menu ul li:hover ul li a.hide {cursor: pointer; background:lightsteelblue; color:black; font-weight: none;}
.menu ul li:hover ul li:hover a.hide {background:black; color:lightskyblue; font-weight: none;}
.menu ul li:hover ul li ul {display: none; font-weight: none;}
.menu ul li:hover ul li a {cursor: pointer; display:block; background:lightsteelblue; color:#000; font-weight: none;}
.menu ul li:hover ul li a:hover {background:black; color:lightskyblue; font-weight: none;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:126px; top:0;border-top: 1px solid black; padding-right: 41px; font-weight: none;}
.menu ul li:hover ul li:hover ul.left {left:-125px; font-weight: none;}
