/* ================================================================ 
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:140px; position:relative; top:7px; left:620px; font-size:12px; margin:0px 0px 0px 0px; z-index:100; cursor: pointer; cursor: hand;}
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#ffffff;width:140px; height:18px; text-align:center; color:#ffffff; border:none; background:#cc0000; line-height:18px; font-size:11px; overflow:hidden; cursor: pointer; cursor: hand;}

.menu ul {padding:0; margin:0;list-style-type: none; cursor: pointer; cursor: hand;}
.menu ul li {float:left; margin-right:1px; position:relative; cursor: pointer; cursor: hand;}
.menu ul li ul {display: none; cursor: pointer; cursor: hand;}

/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#cc0000;}   /* menu title color on hover */
.menu ul li:hover ul {display:block; position:absolute; top:18px; left:0; width:141px; color:#fff; background:#00000CC;}
.menu ul li:hover ul li a.hide {color:#ffffff; background:#cc0000;}    /* selectable (sub) menu items */
.menu ul li:hover ul li:hover ul li:hover a.hide:hover {color:#333333; background:#ffffff;}  /* selectable sub menu items on hover */
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; color:#ffcccc; background:#cc0000;}  /* normal menu items */
.menu ul li:hover ul li a:hover {color:#333333; background:#ffffff;}  /* sub menu items on hover */
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:-300px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-105px;}

/* menu2 for layer 2 to be behind the first menu */
/* common styling */
.menu2 {font-family: arial, sans-serif; width:140px; position:relative; top:25px; left:620px; font-size:12px; margin:0px 0px 0px 0px; z-index:50; cursor: pointer; cursor: hand;}
.menu2 ul li a, .menu2 ul li a:visited {display:block; text-decoration:none; color:#ffffff;width:140px; height:18px; text-align:center; color:#ffffff; border:none; background:#cc0000; line-height:18px; font-size:11px; overflow:hidden; cursor: pointer; cursor: hand;}
.menu2 ul {padding:0; margin:0;list-style-type: none; cursor: pointer; cursor: hand;}
.menu2 ul li {float:left; margin-right:1px; position:relative; cursor: pointer; cursor: hand;}
.menu2 ul li ul {display: none; cursor: pointer; cursor: hand;}
     
/* specific to non IE browsers */
.menu2 ul li:hover a {color:#fff; background:#cc0000;}  /* menu title color on hover */
.menu2 ul li:hover ul {display:block; position:absolute; top:18px; left:0; width:141px;}
.menu2 ul li:hover ul li a.hide {color:#ffffff; background:#cc0000;}    /* selectable (sub) menu items */
.menu2 ul li:hover ul li:hover ul li:hover a.hide:hover {color:#333333; background:#ffffff;}  /* selectable sub menu items on hover */
.menu2 ul li:hover ul li:hover a.hide {color:#333333; background:#ffffff;}     /* selectable menu items on hover */
.menu2 ul li:hover ul li ul {display: none;}
.menu2 ul li:hover ul li a {display:block; color:#ffffff; background:#cc0000;} /* normal menu items */
.menu2 ul li:hover ul li a:hover {color:#333333; background:#ffffff;}  /* sub menu items on hover */
.menu2 ul li:hover ul li:hover ul {display:block; position:absolute; left:-300px; top:0;}
.menu2 ul li:hover ul li:hover ul.left {left:-105px;}
