/* ================================================================ 
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:822px; position:relative; font-size:12px; z-index:100; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; color:#648CAA; width:137px; height:18px; font-weight:bold; text-align:center; line-height:20px; overflow:hidden; padding:12px 0 20px 0;}
.menu ul {padding:0; margin:0; list-style: none; text-transform: uppercase;}
.menu ul li {float:left; position:relative; }
.menu ul li ul {display: none; text-transform: none;}
.menu ul li ul li {border-bottom:1px solid #c5c5c5; border-right:1px solid #c5c5c5; border-left:1px solid #c5c5c5;}


/* specific to non IE browsers */
.menu ul li:hover a {color:#B40000; font-size:12px;}
.menu ul li:hover ul {display:block; position:absolute; top:46px; left:0; width:137px; }
.menu ul li:hover ul li a.hide {background:#e0e0e0 url(../genaw/redarrowright.gif) no-repeat 120px center; color:#648CAA;}
.menu ul li:hover ul li:hover a.hide {background:#e0e0e0; color:#B40000;}
.menu ul li:hover ul li ul {display: none;}
.menu ul li:hover ul li a {display:block; background:#f0f0f0; color:#648CAA; font-size:10.9px; text-align:left; text-indent:7px; font-weight:normal; vertical-align:middle; padding: 6px 0 6px 0}
.menu ul li:hover ul li a:hover {background:#e0e0e0 ; color:#B40000;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:137px; top:0; }
.menu ul li:hover ul li:hover ul.left {left:-137px;}
