ul {
	font-family: Arial, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
ul li {
	position: relative;
	float: left;
	widht: 200px
}
li ul {
	display: none;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	background-color: #1F65AE;
	padding-left: 0px;
	padding-right: 25px;


	
}
ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	margin-left: 1px;
	white-space: nowrap;
	width: 140px;
	vertical-align: middle;
}
ul li a:hover {
}
li:hover ul {
  display: block;
  position: absolute;
}
li:hover li {
	float: none;
	font-size: 11px;
	width: 140px;
	line-height: 35px;
}
li:hover a {
}
li:hover li a:hover {
	color: #CCCCCC;
}
.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: #5897CF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F65AE;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 16px;
}
.table:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFF;
	background-color: 5997C6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F65AE;
	margin-top: 7px;
	padding-left: 10px;
	padding-right: 16px;
}
.table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #5897CF;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #1F65AE;
	padding-left: 10px;
	padding-right: 16px;
}
