/* ================================================================ 
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 {font-family: arial, sans-serif; width:900px; position:relative; margin:0; font-size:11px; margin:2px 0 5px 0; z-index:10;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#ffffff;width:75px; height:40px; text-align:center; color:#ffffff; border:1px solid #fff; background:#003366; line-height:20px; font-size:11px; overflow:hidden; background-image:url(Images/redstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul {padding:0; margin:0;list-style-type: none; background-image:url(Images/redstar.jpg); background-repeat:no-repeat; background-position:5% 5%;z-index:10;}
.menu ul li {float:left; margin-right:1px; position:relative; background-image:url(Images/redstar.jpg); background-repeat:no-repeat; background-position:5% 5%;z-index:10;}
.menu ul li ul {display: none;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#ffffff; background:#001144; background-image:url(Images/darkstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul {display:block; position:absolute; top:41px; left:0; width:75px; z-index:10;}
.menu ul li:hover ul li a.hide {background:#003366; color:#fff; background-image:url(Images/redstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul li:hover a.hide {background:#001144; color:#fff; background-image:url(Images/darkstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#003366; color:#fff; background-image:url(Images/redstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul li a:hover {background:#001144; color:#fff; background-image:url(Images/darkstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:75px; top:0; background-image:url(Images/darkstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
.menu ul li:hover ul li:hover ul.left {left:-75px; background-image:url(Images/darkstar.jpg); background-repeat:no-repeat; background-position:5% 5%; z-index:10;}
