	body {
	behavior:url("../htc/csshover.htc");
	color: #000;
	}

	

	* {
	font-family:arial, tahoma, verdana, helvetica;
	font-size:18px;
	color: #000;
	}



	/* the menu */



	ul,li,a {

		display:block;

		margin:0;

		padding:0;

		border:0;

	}



	ul {

		width:200px;

		background:#006680;

		list-style:none;

	}



	li {
	position:relative;
	padding:1px;
	z-index:9;
	visibility: visible;
	}

		li.applicationtext	{}		

		li.applicationtext ul {

			position:absolute;

			left:200px; /* IE */

			top:5px;

		}		

			li.applicationtext>ul { left:200px; } /* others */



	a {
	border:1px solid white;
	text-decoration:none;
	color:white;
	font-weight:bold;
	width:100%; /* IE */
	padding-top: 2;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	}

		li>a { width:auto; } /* others */



	li a.submenu {

	}



	/* regular hovers */



	a:hover {

		background-color:#4589c8;

		color:white;

	}

		li.applicationtext a:hover {

			background-color:#4589c8;

		}

	

	/* hovers with specificity */

	

	li.applicationtext:hover { z-index:10; }		

		

	ul ul, li:hover ul ul {

		display:none;

	}



	li:hover ul, li:hover li:hover ul {

		display:block;

	}		
.style1black {
	color: #000;
}
.white {
	color: #FFF;
}


/* FORM Styling */

#ContactAPForm{
	padding-top:25px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
#ContactAPForm input{
	border:solid 1px #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	padding:3;
	background-color: #FFF;
	margin-bottom: 5px;
}
#ContactAPForm textarea{
	border:solid 1px #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size:1em;
	color:#000000;
	padding:3;
	width:277px;
	height:83px;
	overflow:auto;
	margin-bottom: 5px;
}
#ContactAPForm .submit {
	background-color: #00CCFF;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
}

#ContactAPForm .checkbox {
	height: 20px;
	width: 20px;
	background-color: #E7F4A2;
	padding-top: 3px;
}

