/* ================================================================ 
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/flyoutt.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.
=================================================================== */
.newsTableMenu {border-collapse:collapse; border:0; margin-left:-6px; padding:0;}

.newsMenu ul li a.hide, .newsMenu ul li a:visited.hide {display:none;}
.newsMenu ul li a:hover ul li a.hide {display:none;}

.newsMenu ul li a:hover {color:#FFFFFF; background:#990000;}
.newsMenu ul li a:hover ul {z-index: 4; display:block; position:absolute; top:0; left:140px; width:140px;}
.newsMenu ul li a:hover ul li a.sub {background:#333333; color:#FFFFFF;}
.newsMenu ul li a:hover ul li a {display:block; background:#333333; color:#CCCCCC; width:140px;}
.newsMenu ul li a:hover ul li a ul {visibility:hidden;}
.newsMenu ul li a:hover ul li a:hover {background:#CCCCCC; color:#FFFFFF;}
.newsMenu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:140px; top:0; color:#000;}
.newsMenu ul li a:hover ul li a:hover ul li a {display:block; width:140px; background:#CCCCCC; color:#FFFFFF;}
.newsMenu ul li a:hover ul li a:hover ul li a:hover {background:#FFFFFF; color:#CCCCCC;}
