#menu ul {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: table;
	white-space: nowrap;
	list-style: none;
	height: 35px;
	position: relative;
	background: transparent;
	font-size: 14px;
}
#menu li {
	display: table-cell;
	margin: 0;
	padding: 0;
}
#menu li a {
	display: block;
	float: left;
	height: 35px;
	line-height: 30px;
	color: #333;
	text-decoration: none;
	font-family: arial, verdana, sans-serif;
	font-weight: bold;
	text-align: center;
	padding: 0 0 0 10px;
	cursor: pointer;
	background: url(pro_six_0a.gif) no-repeat;
}
#menu li a b {
	float: left;
	display: block;
	padding: 0 25px 5px 15px;
	background: url(pro_six_0b.gif) no-repeat right top;
}
#menu li.current a {
	color: #fff;
	background: url(pro_six_2a.gif) no-repeat;
}
#menu li.current a b {
	background: url(pro_six_2b.gif) no-repeat right top;
}
#menu li a:hover {
	color: #fff;
	background: url(pro_six_1a.gif) no-repeat;
}
#menu li a:hover b {
	background: url(pro_six_1b.gif) no-repeat right top;
}
#menu li.current a:hover {
	color: #fff;
	background: url(pro_six_2a.gif) no-repeat;
	cursor: default;
}
#menu li.current a:hover b {
	background: url(pro_six_2b.gif) no-repeat right top;
}
