/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav_root-sf a, #subMenusContainer a{
	text-decoration:none;
	display:block;
	padding:6px 5px 5px 6px;
/*
	background-color:#423b35;
	background-color:#cc0000;
*/
/* 	width:100%; */
}


#nav_root-sf li:first-child {
margin-left: -5px;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav_root-sf a{
	font-family: 'misobold',"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:.98em;
	color:#ffd53a;
	text-transform: uppercase;
	line-height: 22px;
	height:22px
	margin:0;
	float:left;	
}

/* Just sub menu links */
#subMenusContainer a, #nav_root-sf li li a{
	text-align:left;
	background-color:#423b35;
}

/* All menu links on hover or focus */
#nav_root-sf a:hover, #nav_root-sf a:focus, #subMenusContainer a:hover, #subMenusContainer a:focus, #nav_root-sf a.mainMenuParentBtnFocused, #subMenusContainer a.subMenuParentBtnFocused{
	background-color:#423b35 ;
	color:#38322d;
}

/* sub menu links on hover or focus */
#subMenusContainer a:hover, 
#subMenusContainer a:focus, 
#nav_root-sf a.mainMenuParentBtnFocused, 
#subMenusContainer a.subMenuParentBtnFocused,
#nav_root-sf li a:hover,
#nav_root-sf li a:focus{
	/*
background-color:#38322d ;
	color:#F6C739;
*/
	background-color:#1a1714 ;
	color:#ffff66;
}


/* ----[ OLs ULs, LIs, and DIVs ]----*/

/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW{ 
	display:none; 
	position: absolute; 
	overflow:hidden; 
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 -6px;
	margin:0 0 0 0px;
}


/* All ULs and OLs */
#nav_root-sf, #nav_root-sf ul, #nav_root-sf ol, #subMenusContainer ul, #subMenusContainer ol { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

/* All submenu OLs and ULs */
#nav_root-sf ol, #nav_root-sf ul, #subMenusContainer ul, #subMenusContainer ol {	
	/*border around submenu goes here*/	 
	background:#fff;	
	left:0;
}


/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav_root-sf li { 
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	float:left;
	
	}

#subMenusContainer li{
	list-style: none;
}

/* main menu ul or ol elment */
#nav_root-sf{
	display:block;
	list-style:none;
	margin:0 0 0 0;
	z-index:5;
	top:15px;
	text-align: center;
}

#subMenusContainer{	display:block; 	position:absolute;	top:0;	left:0;	width:100%;	height:0;	overflow:visible;	z-index:1000000000; }


/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav_root-sf li li{	float:none; }

#nav_root-sf li li a{ /* Just submenu links*/	
	position:relative;
	float:none;
}

#nav_root-sf li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	margin-top:2.2em;
}

/* third-and-above-level lists */
#nav_root-sf li ul ul { margin: -1em 0 0 -1000em; }
#nav_root-sf li:hover ul ul {	margin-left: -1000em; }

 /* lists nested under hovered list items */
#nav_root-sf li:hover ul{	margin-left: 0; }
#nav_root-sf li li:hover ul {	margin-left: 10em; margin-top:-2.5em;}

/* extra positioning rules for limited noscript keyboard accessibility */
#nav_root-sf li a:focus + ul {  margin-left: 0; margin-top:2.2em; }
#nav_root-sf li li a:focus + ul { left:0; margin-left: 1010em; margin-top:-2.2em;}
#nav_root-sf li li a:focus {left:0;  margin-left:1000em; width:10em;  margin-top:0;}
#nav_root-sf li li li a:focus {left:0; margin-left: 2010em; width: 10em;  margin-top:-1em;}
#nav_root-sf li:hover a:focus{ margin-left: 0; }
#nav_root-sf li li:hover a:focus + ul { margin-left: 10em; }

/* --------------------------[ Ajustes para Laminova]--------------------------*/

.tabulador a.mainlevel_current-sf{
background-color: #e3e1d5;
color:#423b35;
}

.tabulador a#active_menu-sf:hover,
.tabulador a#active_menu-sf:focus,
.tabulador a#active_menu-sf:link,
.tabulador a#active_menu-sf:visited{
color:#423b35;
background-color: #e3e1d5;

}

div.tabulador{
margin-top: 2.7em;
}

.tabulador #nav_root-sf a, .tabulador #subMenusContainer a{

	padding-left:1em;
	padding-right: 1em;}
