/* ================================================================ 
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.
=================================================================== */
.topmenu ul li a.hide, .menu ul li a:visited.hide {display:none;}
.topmenu ul li a:hover ul li a.hide {display:none;}

.topmenu ul li a:hover {color:#fff; background-position: 2px -51px; }
.topmenu ul li a:hover ul {display:block; position:absolute; top:52px; left:-2px; width:156px;}
.topmenu ul li a:hover ul li a.sub {background:#6a3; color:#fff;}
.topmenu ul li a:hover ul li a {display:block; background:#1b347b; color:#fff; opacity: .9; -moz-opacity: .9; filter:alpha(opacity=90); -khtml-opacity: .9;}
.topmenu ul li a:hover ul li a ul {visibility:hidden;}
.topmenu ul li a:hover ul li a:hover {background:#5e1a1a; color:#fff;}
.topmenu ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:156px; top:0; color:#000;}
.topmenu ul li a:hover ul li a:hover ul.left {left:-105px;}
