/* 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;
		}



/* 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; 
	}
    
    ul.NAV2 li ul {
	width: 110px;
	height: 110px;
	left: -26px;
	top: 28px;
	margin:0px;
	padding:0px;
	margin-top: 0px;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(../images/bg_nav.gif);
	background-repeat: no-repeat;
	}
    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;
}
