

	* {
		padding:0; margin:0
	}
		
	.dropdown {
		float:left; 
		padding-right:5px
	}
	
	.dropdown dt {
		width:125px; 
		border:0px solid #9ac1c9; 
		padding:8px; 
		font-size:10pt;
		font-family:Arial;
		font-weight:bold; 
		cursor:pointer;
	}
	
	.dropdown dt:hover {
		background:url('../incongroup/images/header_over.gif'); 
	}
		
	.dropdown dd {
		position:absolute; 
		overflow:hidden; 
		width:175px; 
		display:none; 
		background:#000000; 
		z-index:200; 
		opacity:0
	}
		
	.dropdown ul {
		width:175px; 
		border:0px solid #9ac1c9; 
		list-style:none; 
		border-top:none
	}
	
	.dropdown li {
		display:inline;
	}

	.dropdown a, .dropdown a:active, .dropdown a:visited {
		display:block; 
		padding:5px; 
		color:#000000; 
		font-size:10pt;
		font-family:Arial;
		font-weight:bold; 
		text-decoration:none; 
		background:#eaf0f2; 
		width:175px
	}

	.dropdown a:hover {
		background:#008C96;
		color:#ffffff;
	}

	.dropdown .underline {
		border-bottom:1px none; 
		color:black; solid
		text-decoration: none;
	}

	body {
		margin-left: 0px;
		margin-top: 0px;
		margin-right: 0px;
		margin-bottom: 0px;
		background-color: #008C96;
	}
	
	.style1 {
		color: #FFFFFF;
		font-size: 10px;
	}
	
	.style2 {
		color: #848E1A;
		font-weight: bold;
		font-size: 12px;
	}
	
	a:link {
		color: #000000;
		text-decoration: none;
	}
	
	a:visited {
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	a:active {
		text-decoration: none;
	}
	
	.style4 {color: #FFFFFF}

	.style5 {
		color: #848E1A;
		font-weight: bold;
	}