.menu3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	text-align: center;
	vertical-align: middle;
}
.menu3 ul {
	list-style-type: none;
	line-height: normal;
}
.menu3 li {
	display: inline;
	text-align: center;
}
.menu3 a {
	color: #3300FF;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	height: 17px;
	float: left;
	padding-top: 12px;
	padding-right: 12px;
	padding-bottom: 0px;
	padding-left: 12px;
	background-image: url(../images/img02.gif);
	font-size: 10px;
}
.menu3 a:hover {
	color: #ffcc33;
	text-decoration: underline;
}
.menu3 .first a {
	background-image: none;
}
.menu3 .fourth a {
	background-image: none;
}

