/* ================================================================ 
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 */
.menumain { width:994px; height:30px; position:relative; font-size:11px; z-index:100; display:block; background:#000033; border-top:1px solid #999;border-bottom:1px solid #999;}
.menumain ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#e67d00;width:141px; height:30px; text-align:center; color:#fff; border-right:1px solid #999; background:#000033; line-height:30px; font-size:11px; overflow:hidden;}
.menumain ul {padding:0; margin:0; list-style: none;}
.menumain ul li {float:left; position:relative;}
.menumain ul li ul {display: none;}
/* old background colour 1c3f5d*/
/* specific to non IE browsers */
.menumain ul li:hover a {color:#fff; background:#003366;}
.menumain ul li:hover ul {display:block; position:absolute; top:30px; left:0; width:105px;}
.menumain ul li:hover ul li a.hide {background:#003366; color:#fff;}/* this is the first drop down of the menu item with a flyout menu*/
.menumain ul li:hover ul li:hover a.hide {background:#006699; color:#fff;}/* this is the colour of the hover of first drop down menu*/
.menumain ul li:hover ul li ul {display: none;}
.menumain ul li:hover ul li a {display:block; background:#003366; color:#fff;border:1px solid #999;}/* this is the normal a colour of first level drop menu*/
.menumain ul li:hover ul li a:hover {background:#006699; color:#fff;}/* this is the normal hover colour of first level drop*/
.menumain ul li:hover ul li:hover ul {display:block; position:absolute; left:141px; top:0;}
.menumain ul li:hover ul li:hover ul.left {left:-141px;}
