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

ul{
	list-style-type: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
li{
	display: block;
	position: relative;
	float: left;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-left-width: 2px;
	border-right-style: none;
	border-left-style: solid;
	border-top-color: #003366;
	border-right-color: #003366;
	border-bottom-color: #003366;
	border-left-color: #003366;
	width: 104px;
	text-align: center;
	font-weight: bold;
	height: 18px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
li a:link{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
li a:visited{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
}
li a:hover{
	color: #003366;
	background-color: #FFFFFF;
	display: block;
}
li a:active{
	color: #003366;
	background-color: #999999;
	display: block;
}

