/* ================================================================ 
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.
=================================================================== */
/*#menu-topo ul li a.hide, #menu-topo ul li a:visited.hide {display:none;}
#menu-topo ul li a:hover ul li a.hide {display:none;}

#menu-topo ul li a:hover {color:#fff; background:url(../images/bg-menu-hover.jpg);}
#menu-topo ul li a:hover ul {display:block; position:absolute; top:21px; left:0; width:150px; border:1px thin #5E1F0D;}
#menu-topo ul li a:hover ul li a.sub {background:#6a3; color:#fff; cursor:pointer;}
#menu-topo ul li a:hover ul li a {display:block; background:#923114; color:#fff; border-bottom:1px solid #5E1F0D;}
#menu-topo ul li a:hover ul li a ul {visibility:hidden;}
#menu-topo ul li a:hover ul li a:hover {background:#A85A43; color:#fff;}
#menu-topo ul li a:hover ul li a:hover ul {visibility:visible; position:absolute; left:105px; top:0; color:#fff;}
#menu-topo ul li a:hover ul li a:hover ul.left {left:-105px;}
