/* ================================================================ 
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:798px; min-height:28px; height: auto; position:relative; font-size:12px; font-weight: bold;  z-index:100; border: 0; }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:131px; min-height:20px; height: auto; text-align:center; color:#c70502; border: 1px solid #c4c1c1; background:#faf9f8; line-height:20px; overflow:hidden;}
.menu ul li a:hover {border: 1px solid #c4c1c1;}
.menu ul li a.hide {padding: 2px 0px 2px 0px; background-image: url(images/menubg.jpg)}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative; }
.menu ul li ul {display: none; }


/* specific to non IE browsers */
.menu ul li:hover a {color:#fff; background:#b71d1b; background-image: url(images/menubghover.jpg); border-left: 1px solid #c4c1c1; border-right: 1px solid #c4c1c1; }
.menu ul li:hover ul {text-align: left;font-weight: normal; display:block; position:absolute; top:26px; left:0; width:133px;}
.menu ul li:hover ul li a.hide {font-weight: normal; background:#ffffff; color:#4b4a4a;}
.menu ul li:hover ul li:hover a.hide {font-weight: normal; background:#d8d8d8; color:#4b4a4a;}
.menu ul li:hover ul li ul {font-weight: normal; display: none;}
.menu ul li:hover ul li a {font-size:11px; text-align: left; width: 124px; padding-left: 7px; border-bottom: 0px; border-top: 0px;font-weight: normal; display:block; background:#ffffff; color:#3b3a3a;}
.menu ul li:hover ul li a:hover {background:#d8d8d8; color:#4b4a4a;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left:132px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-133px;}

#bb, #bb1, #bb2, #bb3, #bb4, #bb5, #bb6, #bb7, #bb8 {padding-bottom: 5px; border-bottom: 1px solid #c4c1c1;}
#tb, #tb1 {border-top: 1px solid #c4c1c1;}
