/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menu ul#navegacion ul li ul li a {border-right:medium none;}
.menu ul li ul li a {border-right:medium none;}
.menu {width: 100%; height:40px; position:relative; z-index:100; background:url(../images/fondo_menu.gif) left top no-repeat; padding: 2.5px 13px; }
.menu ul li a, .menu ul li a:visited { display:block; text-decoration:none; color:#666666; width: 211px; height:40px; background: url(../images/line_sub.png) top center no-repeat;  line-height: 40px; overflow:hidden;}
.menu ul {padding:0; margin:0; list-style: none;}
.menu ul li {float:left; position:relative; }
.menu ul li ul {display: none; background: url(../images/sub_bg.png) bottom left no-repeat; opacity:0.95;filter:alpha(opacity=95); text-indent: 15px; }
.menu ul li ul li a span { padding: 10px;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#666; }
.menu ul li:hover ul {display:block; position:absolute; top: 34px; left:0; width: 211px;}
.menu ul li:hover ul li a.hide { color:#666;}
.menu ul li:hover ul li:hover a.hide {background: url(../images/sub_hover.png) repeat-y center; color: #b5121b; }

.menu ul li:hover ul li ul {display: none; }
.menu ul li:hover ul li a {display:block; color: #666;}
.menu ul li:hover ul li a:hover { background: url(../images/sub_hover.png) repeat-y center; margin-bottom: 0px;  color:#b5121b;}
.menu ul li:hover ul li:hover ul {display:block; position:absolute; left: 211px; top:0;}
.menu ul li:hover ul li:hover ul.left {left:-211px;}
.menu ul#navegacion li ul.parent_left {left:-158px;}

