/* ================================================================ 
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/example_flyout.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{
font-family: arial, sans-serif; width:174px; position:relative; font-size:11px; margin:0px 0;
}
.menu ul {
padding:0; margin:0; list-style-type: none;
}
.menu ul li ul {
visibility:hidden; position:absolute; height:0; overflow:hidden; top:-1px; left:174px;
}
.menu ul li {
float:left; position:relative; z-index:174;
}
.menu ul li a, .menu ul li a:visited {
display:block; float:left; text-decoration:none; color:#006600; width:130px; height:30px; line-height:29px; font-size:11px; background:transparent; padding-left:35px;
}
* html .menu ul li a, .menu ul li a:visited {width:174px; w\idth:140px;}

/* este es el menu principal*/
.menu ul li.home {background:url(boton.jpg); width: 174px; }
.menu ul li.products {background: url(botondes.jpg); width: 174px; }
.menu ul li.services {background: url(botondes.jpg); width: 174px; }
.menu ul li.contact {background: url(boton.jpg); width: 174px; }
.menu ul li.sitemap {background: url(boton.jpg); width: 174px; }
.menu ul li.news {background: url(botondes.jpg); width: 174px; }


/* este es el sub menu*/
.menu ul li { background-image:url(submenu.jpg); }

.menu table {
border-collapse:collapse; border:0; padding:0; font-size:1em; position:absolute; left:0; top:0;
}

.menu ul li:hover a,
.menu ul li a:hover{
text-decoration:none; border:0; font-weight:bold; color: #003300;
}

.menu ul li a:hover {position:relative; z-index:174; }


.menu ul li:hover ul li ul,
.menu ul li a:hover ul li a ul {
visibility:hidden; position: inherit; height:0; overflow:hidden; top:0; left: 215px;
}
.menu ul li:hover ul,
.menu ul li a:hover ul {
visibility:visible; width:200px; w\idth: 200px; height:auto; border:0; z-index:10; background:#F0FFE8; overflow:visible; 
}
.menu ul li:hover ul li a,
.menu ul li a:hover ul li a{
display:block; background:transparent; color:#000; width:185px; line-height:15px; padding:5px 0 5px 15px; height:auto; text-decoration:none; 
}
* html .menu ul li a:hover ul li a {width:174px; w\idth:200px; }

.menu ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover {
text-decoration:underline; border:0; background:#F0FFE8;
}

.menu ul li:hover ul li:hover ul,
.menu ul li a:hover ul li a:hover ul {
visibility:visible; position:absolute; width:174px; height:auto; color:#000; border:0; list-style-type:none; background:#F0FFE8;
}
.menu ul li:hover ul li:hover ul li a,
.menu ul li a:hover ul li a:hover ul li a {
display:block; width:174px; background:transparent; color:#000;
}
* html .menu ul li a:hover ul li a:hover ul li a {width:174px; w\idth:174px;}

.menu ul li:hover ul li:hover ul li a:hover,
.menu ul li a:hover ul li a:hover ul li a:hover {
background:#ddd; text-decoration:underline; background:#F0FFE8;
}

/* esta es la galeria de imagens */
.quick_menu {

	width: 141px;
	height: 25px;
	background: url(galerias/quick_menu.gif);
	margin: auto;}