/* ================================================================ 

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:115px; position:relative; font-size:11px;}

.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:119px; text-align:center; color:#fff; border:1px solid rgb(5,159,189); background:url(images/select_bg.gif) repeat-x left top; line-height:15px; font-size:11px;}

.menu ul {padding:0; margin:0; list-style: none; background:rgb(5,159,189);}

.menu ul li {float:left; position:relative; background:rgb(5,159,189);}

.menu ul li ul {display: none;}



/* specific to non IE browsers */

.menu ul li:hover a {color:#fff; background:url(images/select_bg.gif) repeat-x left top;}

.menu ul li:hover ul {display:block; position:absolute; top:16px; left:0; width:120px;}

.menu ul li:hover ul li a.hide {background:rgb(5,159,189); color:#6fc;}

.menu ul li:hover ul li:hover a.hide {background:#6fc; color:#000;}

.menu ul li:hover ul li ul {display: none;}

.menu ul li:hover ul li a {display:block; background:rgb(5,159,189); color:#6fc;}

.menu ul li:hover ul li a:hover {background:#6fc; color:#000;}

.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:120px; top:0;}

.menu ul li:hover ul li:hover ul.left {left:-120px;}


