.menu3 {
	list-style:none;
	height:35px;
	position:relative;
	background-color: #fff;
	background-image: url(../media/three_0.gif);
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 5px;
	margin: 0;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #444;
	border-left-color: #000;
}
.menu3 li {
	float:left;
}
.menu3 li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color:#FFFFFF;
	text-decoration:none;
	font-size:13px;
	font-family:arial, verdana, sans-serif;
	font-weight:bold;
	text-align:center;
	padding:0 0 0 8px;
	cursor:pointer;
}
.menu3 li a b {float:left; 
	display:block; 
	padding:0 16px 0 8px;
}
.menu3 li.current a {
	color:#F3FF09;
	background-image: url(../media/three_2.gif);
}
.menu3 li.current a b {
	background-image: url(../media/three_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu3 li a:hover {
	color:#F3FF09;
	background-color: #000;
	background-image: url(../media/three_1.gif);
}
.menu3 li a:hover b {
	background-image: url(../media/three_1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.menu3 li.current a:hover {
	color:#fff;
	cursor:default;
	background-color: #000;
	background-image: url(../media/three_2.gif);
}
.menu3 li.current a:hover b {
	background-image: url(../media/three_2.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

