/* ================================================================ 
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.stunicholls.com/menu/hover_drop_1.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.
=================================================================== */
* {list-style-type:none; }
#menu-topo {padding:0; margin:0 0 0 3px;}
#menu-topo ul {padding:0; margin:0;}
#menu-topo li {float:left; height:25px; padding:0 10px; /*border:1px solid #F00; */}
#menu-topo li.sub {background:#F7CC01; /*border:1px solid #000; */} 
#menu-topo li li { width:165px; float:left; /*margin-left:10px;*/ }
#menu-topo li li a:hover {border-bottom:#999; }


/* for IE5.5 and IE6 only */

#menu-topo li a { 
	display:block;
	color:#5A5A5A;
	height:25px;
	line-height:24px;
}
#menu-topo li span { 
	background:url(../images/down.gif) no-repeat right;
	display:block;
	height:25px;
	line-height:24px;
	width:180px;
}


#menu-topo li a li { width:185px;}
#menu-topo li a li a { _width:185px; _display:block;}
#menu-topo :hover {color:#5A5A5A; background:url(../images/bg-menu-hover.jpg) repeat-x; position:relative;}
#menu-topo :hover > a {color:#5A5A5A; background:url(../images/bg-menu-hover.jpg);}

#menu-topo ul, 
#menu-topo :hover ul ul,
#menu-topo :hover ul :hover ul ul,
#menu-topo :hover ul :hover ul ul.left {visibility:hidden; width:0; height:0; overflow:hidden;}
#menu-topo :hover ul {visibility:visible; overflow:visible; position:absolute; height:auto; width:185px; top:25px; background:#E1E6CD; /*margin-left:-12px;*/} /* the background image is for IE7 */
/*#menu-topo :hover ul :hover ul,
#menu-topo :hover ul :hover ul :hover ul {visibility:visible; overflow:visible; height:auto; width:185px; left:100px; top:0;}
#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {visibility:visible; overflow:visible; height:auto; width:185px; left:-106px; top:0;}*/