﻿/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menu/pro_drop3.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.
=================================================================== */
.preload1 {
	background: url('../../Resources/Images/Master/blank_over.gif');
	#background: url('../../Resources/Images/Master/blank_overExplorer.gif');
	background-repeat: no-repeat;
}
.preload2 {
	background: url('../../Resources/Images/Master/blank_overa.gif');
	#background: url('../../Resources/Images/Master/blank_overaExplorer.gif');
	background-repeat: no-repeat;
}

.menuWrap{
	position:absolute; 
	top:81px; 
	right:0px; 
	width:585px; 
	height:27px; 
	z-index:3;
}

/* contenedor del menu*/
.menu {padding:0px; margin:0; list-style:none; height:27px; position:relative; z-index:500; font-family:verdana; font-size:11px; width:100%;}
/*Fin contenedor del menu*/

.menu li.top {display:block; float:right;}

/* tipografias */
.menu li a.top_link {display:block; float:left; height:28px; line-height:27px; color:#BE302B; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 0px; cursor:pointer;}
/* Fin tipografias */

.menu li a.top_link span {float:left; display:block; padding:0 5px 0 5px; height:27px;background:url('../../Resources/Images/Master/blank.gif') right top; background-repeat:no-repeat}
.menu li a.top_link span.down {float:left; display:block; padding:0 5px 0 5px; height:27px; background:url('../../Resources/Images/Master/blanka.gif') no-repeat right top;}
.menu li a.top_link:hover {color:#fff; background: url('../../Resources/Images/Master/blank_over.gif') no-repeat; #background: url('../../Resources/Images/Master/blank_overExplorer.gif') no-repeat;}
.menu li a.top_link:hover span {background:url('../../Resources/Images/Master/blank_over.gif') no-repeat right top; #background:url('../../Resources/Images/Master/blank_overExplorer.gif') no-repeat right top;}
.menu li a.top_link:hover span.down {background:url('../../Resources/Images/Master/blank_overa.gif') no-repeat right top; #background:url('../../Resources/Images/Master/blank_overaExplorer.gif') no-repeat right top;}

.menu li:hover > a.top_link {color:#fff; background: url('../../Resources/Images/Master/blank_over.gif') no-repeat; #background: url('../../Resources/Images/Master/blank_overExplorer.gif') no-repeat;}
.menu li:hover > a.top_link span {background:url('../../Resources/Images/Master/blank_over.gif') no-repeat right top; #background:url('../../Resources/Images/Master/blank_overExplorer.gif') no-repeat right top;}
.menu li:hover > a.top_link span.down {background:url('../../Resources/Images/Master/blank_overa.gif') no-repeat right top; #background:url('../../Resources/Images/Master/blank_overaExplorer.gif') no-repeat right top;}


.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

.menu a:hover {visibility:visible; position:relative; z-index:200;}
.menu li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

/* submenu background*/
.menu :hover ul.sub {left:0; top:28px; background: #BE302B; #background: #b82d28;padding:3px; white-space:nowrap; width:150px; height:auto; z-index:300; border-right-style: solid; border-right-width: thin; border-right-color: white; /*border-left-style: solid; border-left-width: thin; border-left-color: white;*/}

.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:150px; font-weight:normal;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:20px; width:150px; line-height:20px; text-indent:5px; color:white; text-decoration:none; font-weight:normal}

/* submenu flyout backround */
.menu :hover ul.sub li a.fly {width:150px; }
/* submenu ON */
.menu :hover ul.sub li a:hover {color:#fff; width:150px; font-family:verdana; font-weight:bold; font-size:11px; }

/* submenu Flyout on */
.menu :hover ul.sub li a.fly:hover {background:#BE302B; #background:#b82d28; color:#fff;}

.menu :hover ul li:hover > a.fly {background:#BE302B; #background:#b82d28; color:#fff;} 

/* menu flotante */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{
	left: -243px;
	#left: -245px;
	top: -3px;
	background: #be302b;
	#background: #b82d28;
	/*#background: lime;*/
	padding: 3px;
	white-space: nowrap;
	width: 235px;
	z-index: 400;
	height: auto;
	border-right-style: solid;
	border-right-width: thin;
	border-right-color: white;
	border-left-style: solid;
	border-left-width: thin;
	border-left-color: white;
	border-top-style: solid;
	border-top-width: thin;
	border-top-color: white;

}
.roll a:link, #roll a:visited{
	font-weight:bold;
}
.roll a:hover, #roll a:active{
	font-size:13px;
}


.menuAlign{
	text-align:center;
}


