#divHead {
	background-color: #1F5880;
	height: 250px;
	width: 100px;
	float: left;
	margin: 0px;
	padding: 0px;
	top: 10px;
	clip: rect(20px,auto,auto,auto);
	clear: left;
}
#divHead ul {
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}
#divHead li {
	text-align: center;
	margin: 0px;
	padding: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	width: 165px;
	float: left;
	text-indent: 15px;
	clear: left;
}
#divHead li a {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	font-size: 14px;
	background-color: #2873A4;
	text-align: left;
	white-space: pre;
	float: left;
	text-indent: 15px;
	width: 140px;
}
#divHead li a:hover {
	background-color: #0099CC;
	width: 150px;
	list-style-type: none;
	float: right;
}
