/* ================================================================ 
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 { float:left; display:block; margin:0 !important; width:630px; position:relative; font-size:11px; z-index:100; }
.menu ul li a, .menu ul li a:visited { display:block; text-decoration:none; width:114px; height:26px; text-align:left; color:#D5D9EC; background:url(../images/btn_bg.gif) top left no-repeat; padding-left:10px; line-height:26px; font-size:11px; }
.menu ul { padding:0; margin:0; list-style: none; }
.menu ul li { float:left; position:relative; padding-left:2px; margin:0 !important; }
.menu ul li ul { display: none; }

/* specific to non IE browsers */
.menu ul li:hover a { color:#fff; background:url(../images/btn_over_bg.gif) top left no-repeat; }
.menu ul li:hover ul { display:block; position:absolute; top:26px; left:0; width:125px; }
.menu ul li:hover ul li a.hide { background:#D5D9EC; color:#000; line-height:16px !important; height:auto !important; padding:3px 10px; }
.menu ul li:hover ul li:hover a.hide { background:#8995CB; color:#fff;}
.menu ul li:hover ul li ul { display: none; }
.menu ul li:hover ul li a { display:block; width:102px; background:#fff; color:#000; line-height:16px !important; height:auto !important; padding:3px 10px; font-size:10px; border-bottom:1px solid #A0AAD6; border-left:1px solid #A0AAD6; border-right:1px solid #A0AAD6; }
.menu ul li:hover ul li a:hover { background:#8995CB; color:#fff; }
.menu ul li:hover ul li:hover ul { display:block; position:absolute; left:123px; top:0; border-top:1px solid #A0AAD6; }
.menu ul li:hover ul li:hover ul.left { left:-125px; }
