﻿/* Fabutan Menu */

.Fabutan ul.AspNet-Menu /* Tier 1 */ {
   margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-bottom: 1em;   
	background: none;
}
.Fabutan ul.AspNet-Menu ul {
    list-style-type: none;
    position: relative;
    width: 229px;   
    top: 5px;
    background: none;
}
.Fabutan ul.AspNet-Menu ul ul /* Tier 3+ */ {
    width: 230px;
    left: 229px;
    top: 0;
}
.Fabutan li {
   width: 223px;
   margin-bottom: 4px;
   
   
}
.Fabutan li a{
 color: #000000 !important;   
    cursor: default;
   
   
}

    
    
.Fabutan li li 
{
	position: relative;	
    width: 230px;   
}
.Fabutan li li:hover /* all list items */ {
    width: 230px;
   
}
.Fabutan li:hover, /* list items being hovered over */ .Fabutan li.AspNet-Menu-Hover {
  
}
.Fabutan li li:hover, /* list items being hovered over */ .Fabutan li li.AspNet-Menu-Hover {
    
}
.Fabutan li a, /* all anchors and spans (nodes with no link) */ .Fabutan span {
   display: block;
	padding: 3px 0 3px 14px;
	width: 230px;	
	color: #000000;
	outline: none;
	width: 223px;
	text-decoration: none;
	color: #000;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

.Fabutan li li a, /* all anchors and spans (nodes with no link) */ .Fabutan span {
   display: block;
	padding: 3px 0 3px 14px;
	width: 230px;
	background-color: #e3d9ca;
	color: #000000;
	outline: none;
	width: 223px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
	font-size: 1em;
	text-transform: none;
}
.Fabutan li.AspNet-Menu-Leaf a, /* leaves */ .Fabutan li.AspNet-Menu-Leaf span {
    background-image: none !important;
}
.Fabutan li li:hover a, /* hovered text */ .Fabutan li:hover span, .Fabutan li.AspNet-Menu-Hover a, .Fabutan li.AspNet-Menu-Hover span, .Fabutan li:hover li:hover a, .Fabutan li:hover li:hover span, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover span, .Fabutan li:hover li:hover li:hover a, .Fabutan li:hover li:hover li:hover span, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover a, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover li.AspNet-Menu-Hover span {
    color: #ffffff !important;
    background-color: #b7ad9d;
    cursor: pointer;
    cursor: hand;
}
.Fabutan li:hover li a, /* the tier above this one is hovered */ .Fabutan li:hover li span, .Fabutan li.AspNet-Menu-Hover li a, .Fabutan li.AspNet-Menu-Hover li span, .Fabutan li:hover li:hover li a, .Fabutan li:hover li:hover li span, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover li a, .Fabutan li.AspNet-Menu-Hover li.AspNet-Menu-Hover li span {
    color: Black;
  
}
.Fabutan .AspNet-Menu-Selected a /* this tier is selected */ {
   color: #000000 !important;   
    cursor: default;
}
.Fabutan .AspNet-Menu-ChildSelected /* a tier below this one is selected */ {
     
}
.Fabutan .AspNet-Menu-ParentSelected a /* a tier above this one is selected */ {
      
}