/* ================================================================ 
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-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#tranciteMenu {width:1000px; height:21px; font-size:0.85em; position:relative; z-index:100; margin-right:25px;}
/* hack to correct IE5.5 faulty box model */
* html #tranciteMenu {width:1024px; w\idth:1024px;}
/* remove all the bullets, borders and padding from the default list styling */
#tranciteMenu ul {padding:0;margin:0;list-style-type:none;}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#tranciteMenu li {float:right;position:relative;}
/* style the links for the top level */
#tranciteMenu a, #tranciteMenu a:visited {display:block;white-space:nowrap;margin-right:7px;font-size:10px;text-decoration:none; color:#fff; height:21px; line-height:21px; font-weight:bold;}
/* a hack so that IE5.5 faulty box model is corrected */
* html #tranciteMenu a, * html #tranciteMenu a:visited {width:11px; w\idth:0px;}

/* style the second level background */
#tranciteMenu ul ul a.drop, #tranciteMenu ul ul a.drop:visited {background:#777;}
/* style the second level hover */
#tranciteMenu ul ul a.drop:hover{background:#777;}
#tranciteMenu ul ul li a:hover{background:#777; color:#fff;}
#tranciteMenu ul ul :hover > a.drop {background:#000;}
/* style the third level background */
#tranciteMenu ul ul ul a, #tranciteMenu ul ul ul a:visited {background:#000;}
/* style the third level hover */
#tranciteMenu ul ul ul a:hover {background:#000;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#tranciteMenu ul ul {visibility:hidden;position:absolute;height:0;top:21px;left:0;}
/* another hack for IE5.5 */
* html #tranciteMenu ul ul {top:21px;t\op:22px;}

/* position the third level flyout menu */
#tranciteMenu ul ul ul{left:149px; top:-1px; width:149px;}

/* position the third level flyout menu for a left flyout */
#tranciteMenu ul ul ul.left {left:-149px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
#tranciteMenu table {position:absolute; top:0; left:0; border-collapse:collapse;;}

/* style the second level links */
#tranciteMenu ul ul a, #tranciteMenu ul ul a:visited {background:#0A1F62; color:#fff; height:auto; line-height:1em; padding:5px 10px; width:90px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
* html #tranciteMenu ul ul a, * html #tranciteMenu ul ul a:visited {width:138px;w\idth:139px;}

/* style the top level hover */
#tranciteMenu a:hover, #tranciteMenu ul ul a:hover{color:#fff; background:#888;}
#tranciteMenu :hover > a, #tranciteMenu ul ul :hover > a {color:#fff;background:#888;}

/* make the second level visible when hover on first level list OR link */
#tranciteMenu ul li:hover ul,
#tranciteMenu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
#tranciteMenu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
#tranciteMenu ul :hover ul :hover ul{ visibility:visible;}