@charset "utf-8";
/* CSS Document */

body {
	behavior:url("csshover.htc");
	}

.style1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style2 {
	color: #0E3C7A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.style4 {
	color: #0E3C7A;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #36639A;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #B2D8FF;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
.style5 {
	color: #003399;
	font-size: 11px;
}
/*-------------------------------------*/

.navigation {
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
	}
	
.navigation ul {
	width: 0px;
	height: 0px;
	margin: -24px 0px 0px 0px;
	#margin: -24px 0px 0px 0px;
	_margin: 0px 0px -5px 0px; /* the "_" symbol forces the css only to effect IE6 browser */
	padding: 0px;
	list-style: none;
	}
	
.navigation ul ul, .navigation ul li:hover ul ul, .navigation ul ul li:hover ul ul{
	display: none;
	}
.navigation ul li:hover ul, .navigation ul ul li:hover ul, .navigation ul ul ul li:hover ul{
	display: block;
	z-index: 3000;
	}
	
.navigation li {
	position: relative;
	padding: 0px;
	margin: 0px;
	}
	
.mainBtn a:link, .mainBtn a:visited, .mainBtn a:active {
	text-decoration: none;
	color: #FFFFFF;
	#height: 50px;
	}
	
.mainBtn:hover {
	/* background-color: #333333; */
	}

/*-------------------------------------*/
	
.navigation ul ul { 
	text-align: left;  
	position: absolute;
	margin-top: -9px; 
	margin-left: 27px;
	#margin-top: 44px; /* the "#" symbol forces the css only to effect IE browsers */
	#margin-left: -166px; /* the "#" symbol forces the css only to effect IE browsers */
	}

.subBtn a:link, .subBtn a:active, .subBtn a:visited {
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	width: 150px; 
	#height: 17px; /* the "#" symbol forces the css only to effect IE browsers */
	background-color: #333333;
	text-decoration: none;
	border: 1px solid #999999;
	display: block;
	margin-bottom: -1px; 
	#margin-bottom: -2px; /* the "#" symbol forces the css only to effect IE browsers */
	}
	
.subBtn a:hover {
	background-color: #36639A;
	}
	

#drop_down {
	width: 150px;
	}
	





