/*  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;
 text-align: right;


}

.NG014CatIMG {
}



A:link.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #000080;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 15px;
            font-weight: bold;
  	    text-decoration : none;
 } 
 
A:visited.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #000080;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 15px;
            font-weight: bold;
	    text-decoration : none;
 } 

A:hover.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #000080;
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 15px;
            font-weight: bold;
	    text-decoration : underline;
 } 


.NG014Div1  { /* the div areas that are hidden and pop out */
		
position: absolute; 		
left: 145px;
width: 150px;
height: auto;
background-color: #000080 ;
visibility:hidden;
z-index: 4;

}


.NG014Div1Table { /* the table within the pop up div area */
width: 150px;
border: ;
}

.NG014Div1TR  { /* rows in the table */ 
}


.NG014Div1TD  { /* tds in the table */
border-bottom: outset gold 1px;
text-align: left;
}

.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: #FFFFFF;
            font-weight: bold;
			text-decoration : none;
 } 

A:visited.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #FFFFFF;
            font-weight: bold;
			text-decoration : none;
 } 

A:hover.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: yellow;
            font-weight: bold;
			text-decoration : none;
 } 
















.NG014Div1IMG {
}








