/* navigation specifications */

div.navigationanchor {
	position:absolute; 
	width:1px; 
	height:1px; 
	z-index:10; 
	visibility: visible; 
	left: 1px; 
	top: 66px;
}

div.navigationbar {
	position:absolute; width:780px; height:20px; z-index:1000; visibility: visible; left: 1px; top: 66px;
}

div.nav01 {
	position:absolute; width:150px; height:20px; z-index:1100; visibility: visible; left: 48px; top: 66px;
}

div.nav02 {
	position:absolute; width:114px; height:20px; z-index:1200; visibility: visible; left: 207px; top: 66px;
}
				
div.nav03 {
	position:absolute; width:65px; height:20px; z-index:1300; visibility: visible; left: 343px; top: 66px;
} 

div.nav04 {
	position:absolute; width:103px; height:20px; z-index:1400; visibility: visible; left: 419px; top: 66px;
} 

div.nav05 {
	position:absolute; width:104px; height:20px; z-index:1500; visibility: visible; left: 503px; top: 66px;
} 

div.nav06 {
	position:absolute; width:91px; height:20px; z-index:1600; visibility: visible; left: 617px; top: 66px;
}

/*  ************************ Pull-Down Layers ***********************  */

div.TitleInsuranceLayer {
	z-index: 1110; visibility: hidden; width: 200px; position: absolute; height: 112px; left: 28px; top: 66px;
}

div.OnlineServiceCenter {
	z-index: 1210; visibility: hidden; width: 154px; position: absolute; height: 89px; left: 187px; top: 66px;
} 

div.navnoeLayer {
	z-index: 1211; visibility: hidden; width: 128px; position: absolute; height: 68px; left: 341px; top: 86px;
}

div.navctmsLayer {
	z-index: 1212; visibility: hidden; width: 128px; position: absolute; height: 36px; left: 341px; top: 82px;
}

div.navtitleformsLayer {
	z-index: 1213; visibility: hidden; width: 128px; position: absolute; height: 68px; left: 341px; top: 114px;
}

div.navtitleoverviewLayer {
	z-index: 1214; visibility: hidden; width: 268px; position: absolute; height: 52px; left: 341px; top: 130px;
}

div.Company {
	z-index: 1310; visibility: hidden; width: 173px; position: absolute; height: 127px; left: 323px; top: 66px;
}

div.ContactUs {
	z-index: 1410; visibility: hidden; width: 143px; position: absolute; height: 95px; left: 399px; top: 66px;
}

/* navigation layout and style */

table.navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
td.navigationth {
	background-color: #001866;
	height: 20px;
	font-weight: normal;
	text-align: left;
	padding-left: 3px;
}
td.navigation {
	background-color: #001866;
	text-align: left;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #777879;
	border-bottom-color: #777879;
	border-left-color: #777879;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	padding-left: 3px;
	height: 16px;
}
td.navigation-noborder {
  background-color: #001866;
  text-align: left;
}
a.navigation {
	color: #FFFFFF;
	text-decoration: none;
}
a.navigation:hover {
	color: #D0D0EE;
	text-decoration: none;
}
