/* ================================================================
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/final_drop.html
Copyright (c) 2005-2008 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
http://www.cssplay.co.uk/menus/final_drop.html
=================================================================== */

.TopMenu {width:766px; height:63px; position:relative; z-index:100; font-family:arial, sans-serif; background:#6b737b;}
* html .TopMenu {width:766px; w\idth:767px;}
.TopMenu ul {padding:0; margin:0; list-style-type:none;}
.TopMenu ul ul {width:119px;}
.TopMenu li {float:left; width:119px; position:relative;}
.TopMenu a, .TopMenu a:visited {display:block; text-align:center; font-size:12px; text-decoration:none; color:#ffffff; width:119px; height:61px; border:1px solid #3a3a38; background:#6b737b; line-height:60px; font-weight:bold;}
* html .TopMenu a, * html .TopMenu a:visited {width:120px; height:63px; w\idth:119px;}

/* style the second level background */
.TopMenu ul ul a.drop, .TopMenu ul ul a.drop:visited {background:#6b737b url(../images/menu_1_idle.gif) no-repeat 5px center;}
.TopMenu ul ul a.drop:hover{background:#cccccc url(../images/menu_1_over.gif) no-repeat 5px center;}
.TopMenu ul ul :hover > a.drop {background:#cccccc url(../images/menu_1_over.gif) no-repeat 5px center;}
.TopMenu ul ul ul a, .TopMenu ul ul ul a:visited {background:#6b737b;}
.TopMenu ul ul ul a:hover {background:#cccccc;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.TopMenu ul ul {visibility:hidden; position:absolute; height:0; top:62px; left:0; width:118px; border-top:1px solid #3a3a38;}
* html .TopMenu ul ul {top:62px;t\op:64px;}
.TopMenu ul ul ul{left:119px; top:-1px; width:119px;}
.TopMenu ul ul ul.left {left:-119px;}
* html .TopMenu ul ul ul.left {left:-120px;}
.TopMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
.TopMenu ul ul a, .TopMenu ul ul a:visited {background:#6b737b; color:#ffffff; height:auto; line-height:60px; width:118px; border-width:0 1px 1px 1px;}
* html .TopMenu ul ul a, * html .TopMenu ul ul a:visited {width:119px; w\idth:119px;}
.TopMenu a:hover, .TopMenu ul ul a:hover{color:#bb0000; background:#cccccc;}
.TopMenu :hover > a, .TopMenu ul ul :hover > a {color:#bb0000; background:#cccccc;}
.TopMenu ul li:hover ul,
.TopMenu ul a:hover ul{visibility:visible; }
.TopMenu ul :hover ul ul{visibility:hidden;}
.TopMenu ul :hover ul :hover ul{ visibility:visible;}
