a:link {
	color: #870000;
	text-decoration: none;
}

a:visited {
	color: #870000;
	text-decoration: none;
}

a:active {
	color: #870000;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}
.text_normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 12pt;
	vertical-align: top;
}
.text_form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	background-color: #ECECEC;
	border-color: #18276E;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 4px;
	border-top-color: #18276E;
	border-right-color: #18276E;
	border-bottom-color: #18276E;
	border-left-color: #18276E;
	height: 15px;
}
.text_subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #18276E;
	line-height: 12pt;
	vertical-align: top;
	font-weight: bolder;
}
.text_form2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #333333;
	line-height: 11pt;
	background-color: #ECECEC;
	border-color: #18276E;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-bottom: 4px;
	border-top-color: #18276E;
	border-right-color: #18276E;
	border-bottom-color: #18276E;
	border-left-color: #18276E;
}
ul {
	padding: 0;
	margin: 0;
	list-style: none;
  }
li {
	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #870000;
	width: 70px;
}

#li2 {
	width:110px;
}

#li3 {
	float: left;
	width:140px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	cursor: default;
	background-color: #A9A9A9;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-color: #A9A9A9;
	border-bottom-width: 1px;
}
#li4 {
	float: left;
	width:140px;
	height: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	cursor: default;
	background-color: #A9A9A9;
	border-style: solid;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-bottom-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-color: #A9A9A9;
	border-top-width: 1px;

}
#li5 {

	width: 3px;
	color: #666666;
}
#li6 {

	float: left;
	position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #870000;
	width: 70px;
	margin-left: 25px;
}  
 li ul {
  display: none;
  position: absolute; 
  top: 12px;
  left: 0;
  }
 li > ul {
	top: auto;
	left: auto;
	}
li:hover ul, li.over ul{ 
	display: block; 
	}

