/* MENU STRUCTURE */
ul.NAV2 {
	float:left;
	list-style:none;
	margin: 0px;
	padding:0px;
	}
	
    ul.NAV2 li {
	margin: 0px;
	padding:0px;
	float:left;
	position:relative;
	width: 123px;
	height: 28px;
	margin-right: 15px;
	line-height: 16px;
	 }
        ul.NAV2 li a {
		display:block; 
		margin: 0px;
		padding:0px;
		padding-top: 4px;
		}
        
        ul.NAV2 li ul { 
		position:absolute; 
		z-index: 1; 
		list-style:none;
		}
			ul.NAV2 li ul li {width:130px;}


/* MENU MARKUP */

ul.NAV2 { 
list-style:none;
}
    ul.NAV2 li a {
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
	  }
	
    ul.NAV2 li a.hover,
	ul.NAV2 li a:hover,
	ul.NAV2 li a.active,
	ul.NAV2 li a:active { 
	color:#FFCC00; 
	}
  
  	body > html  ul.NAV2 li ul {height:auto;min-height:110px;}  
    
    ul.NAV2 li ul {
    background-image: url("../images/bg_nav.gif");
    background-repeat: no-repeat;
    left: -26px;
    margin: 0;
    padding: 0 20px 10px 14px;
    top: 28px;
    width: 116px;
	}
	
    ul.NAV2 li ul.hover li { 
	clear:left;  
	margin: 0px;
	padding:0px;
	height: auto;
	}
    
	ul.NAV2 li ul a {  
	color:#FFFFFF; 
	background: none; 
	font-weight: normal;  
	}
	ul.NAV2 li ul a.hover,
	ul.NAV2 li ul a:hover {
	color:#FFCC00;
	font-weight: normal;
	}
    
    ul.NAV2 li ul.hover {
	display:block;
	font-weight: normal;
	}


/* SUBMENU DISABLED */
ul.NAV2 ul { 
display:none;
}

ul.NAV21 li ul {left:120px;top:0px;background:#0A6CB1;}
ul.NAV21 li ul.hover {
	display:block;
	font-weight: normal;
	}
