/* ================================================================ 
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.
=================================================================== */
/* common styling */
.menufly {width:166px; position:relative; margin:0; margin: 0;}
.menufly ul li a, .menufly ul li a:visited {color: #999; display:block; padding: 2px; border-bottom: 1px solid #666; text-decoration:none; line-height: 1.5; width:161px; height:20px; text-align:left;}
.menufly ul {padding:0; margin:0;list-style-type: none; }
.menufly ul li {float:left; margin-right:1px; position:relative;}
.menufly ul li ul {display: none;}

/* specific to non IE browsers */
.menufly ul li:hover a {color:#fff; }
.menufly ul li:hover ul {display:block; position:absolute; top:-1px; left:165px; width:150px; border: 1px solid #333}
.menufly ul li:hover ul li a.hide {background:#eeeeee; color:#000; border:none;}
.menufly ul li:hover ul li:hover a.hide {width:135px; border:none;}
.menufly ul li:hover ul li ul {display: none; border:none;}
.menufly ul li:hover ul li a {display:block; color:#000; width:135px; height:15px; border:none; background: #eeeeee url(../imagenes/compartidas/vineta-submenu.gif) no-repeat 2px 6px; padding-left: 12px}
.menufly ul li:hover ul li a:hover {background:eeeeee; color:#999; border:none;}

