/*  default css for: 	navGen014                */  

#NG014OuterTable { /*  outer table containing all nav area */

width: 155px;


}

.NG014CatTD { /* top level TD for category link */
 height: auto;
 width: 155px;
 border: solid 1px #f9eed7;


}

.NG014CatIMG {
}



A:link.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #f1ce83;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 14px;
            font-weight: bold;
  	    text-decoration : none;
 } 
 
A:visited.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #f1ce83;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 14px;
            font-weight: bold;
	    text-decoration : none;
 } 

A:hover.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #ffffff;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 14px;
            font-weight: bold;
	    text-decoration : none;
 } 


.NG014Div1  { /* the div areas that are hidden and pop out */
		
position: absolute; 		
left: 120px;
width: 150px;
height: auto;
background-color: white;
visibility:hidden;
z-index: 4;

}


.NG014Div1Table { /* the table within the pop up div area */
width: 150px;
border: outset blue 2px;
}

.NG014Div1TR  { /* rows in the table */ 
}


.NG014Div1TD  { /* tds in the table */
border-bottom: outset blue 1px;
}

.NG014Div1A   { /* Anchor Tag */
}

A:link.NG014Div1A {  /* main navBar in navgens 12,13, 501 drop down links in 4,5,6,7,8,9,10 nav gens.  */
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #996699;
            font-weight: bold;
			text-decoration : none;
 } 

A:visited.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #996699;
            font-weight: bold;
			text-decoration : none;
 } 

A:hover.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #000000;
            font-weight: bold;
			text-decoration : none;
 } 
















.NG014Div1IMG {
}








