/*  default css for: 	navGen014                */  

#NG014OuterTable { /*  outer table containing all nav area */

width: 155px;


}

.NG014CatTD { /* top level TD for category link */
 border: none;
 height: auto;
 width: 155px;
 border-bottom: solid 2px #000080;
 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: 14px;
            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: 14px;
            font-weight: bold;
	    text-decoration : none;
 } 

A:hover.NG014CatA { /* category level fonts in menus in navGen5, 6, 7 ,9, 10  */
            color: #009899;
            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: auto;
height: auto;
background-color: #b3e5e6;
visibility:hidden;
z-index: 4;
text-align: left;

}


.NG014Div1Table { /* the table within the pop up div area */
width: 300px;
border: outset #000080 1px;
}

.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: #000080;
            font-weight: bold;
			text-decoration : none;
  } 

A:visited.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #000080;
            font-weight: bold;
	    text-decoration : none;
 } 

A:hover.NG014Div1A {  
            font-family: Arial, Helvetica, sans-serif ;
            font-size: 12px;
            color: #009899;
            font-weight: bold;
	text-decoration : none;
 } 


.NG014Div1IMG {
}








