/* ================================================================ 
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, Helvetica, sans-serif; width:auto; height:auto; position:relative; z-index:25;	top:102px; left:120px;}
.menu ul li a, .menu ul li a:visited {display:block; color:#fff;  font-size:95%; text-decoration:none; width:auto; padding:8px 10px 7px; line-height:20px; font-weight:bold;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative; color:#fff;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background-color:none; background-image:url(../_media/backgrounds/nav-over.jpg); background-repeat:repeat-x; border:1px solid #3b3653;}
.menu ul li:hover ul {display:block; position:absolute; top:41px; left:0; margin-left:0px;}
.menu ul li:hover ul li {margin:-1px 0px; padding:0px; border:1px solid #182f25;}
.menu ul li:hover ul li a.hide {background:#2b655b; color:#fff; padding:1px;}
.menu ul li:hover ul li:hover a.hide {background:#2b655b; color:#fff;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#2b655b; color:#fff; width:140px; text-align:left; padding:1px; margin:0px;}
.menu ul li:hover ul li a:hover {background-color:#795ea7; color:#fff; }
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:105px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

