BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color: Black;
}

A:LINK, A:VISITED, A:ACTIVE {
	text-decoration: none;
	font-size : 10pt;
	color: Black;
}

A:HOVER {
	text-decoration: none;
	font-size : 10pt;
	color: Black;
}

H1 {
	font-size: 16;
}

H2 {
	font-size: 16;
}

H3 {
	font-size: 14;
}

td { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color:  Black;
 }

#vertnav {
	list-style: none;
	padding:0;
	margin:0;
}

#vertnav ul { 
	padding:0;
	margin:0;
	list-style:none;
	width:170px;
	z-index:99;
	position:absolute; 
	overflow:visible; 
}

#vertnav li { 
	margin:0; 
	position: relative; 
	width: 170px;
	background-color: transparent;
	/* background-color:#69A9C2; */
	border-top:solid 1px White; 
	border-bottom:none;
	display:block;
	height:18px;
} 

#vertnav .rest_n1 { 
	width: 170px;
	margin:0; 
	position: relative; 
	background-color:#69A9C2;
	border-top:solid 0px White; 
	border-bottom:none;
	display:block;
	height:18px;
} 

#vertnav .rest_n2 { 
	width: 200px;
	margin:0; 
	position: relative; 
	background-color:#69A9C2;
	border-top:solid 0px White; 
	border-bottom:none;
	display:block;
	height:18px;
} 

#vertnav .rest_nx { 
	width: 205px;
	margin:0; 
	position: relative; 
	background-color:#69A9C2;
	border-top:solid 0px White; 
	border-bottom:none;
	display:block;
	height:18px;
}

/* #vertnav li:last-child {
	border-bottom:solid 1px White;
} */

#vertnav a { 
	text-decoration: none;
	display: block;
	padding: 0.1em;
	margin: 1px 0 0.2em 0.1em;
	width: 170px;
	height: 18px;
	color: white;
	font: small-caps bold 8pt Verdana, Geneva, Arial, Helvetica, sans-serif;
} 

/* 
	#vertnav a:hover, #vertnav li:hover {
		background-color:#006081;
	} 
	
	#vertnav ul li:hover, #vertnav ul li a:hover {
		background-color:#006081;
	} 
*/
#vertnav ul, #vertnav ul ul, #vertnav ul ul ul{ 
     display:none; 
     position:absolute; 
     top:0; 
     left:170px;
} 

/* non-IE browsers see this */ 
#vertnav ul li>ul, #vertnav ul ul li>ul{ 
     margin-top:-1.4em; 
} 

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{ 
     display:none; 
} 

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{ 
     display:block; 
} 

li>ul { 
     top: auto; 
     left: auto; 
} 
/* Win IE only \*/ 
* html #vertnav li{float:left;} 
/* end holly hack */ 