
.menu-first {
	margin: 40px auto;
	width: 400px;
	background: #fff;
	overflow: hidden;
	border-radius: 24px
}

.menu-first .list2 {
	width: 100%;
	height: 36px;
	padding: 6px
}

.menu-first UL LI {
	display: inline;
	float: left
}

.menu-first UL LI A {
	line-height: 32px;
	margin: 2px 0;
	display: block;
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 0;
	height: 32px;
	text-decoration: none
}

.menu-first UL LI A:hover {
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 -32px;
	text-decoration: none
}

.menu-first UL LI A.current {
	margin: 0;
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 -64px;
	height: 32px;
	color: #06c
}

.menu-first UL LI A.current:hover {
	margin: 0;
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 -64px;
	height: 32px;
	color: #06c
}

.menu-first UL LI A.current2 {
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 -96px
}

.menu-first UL LI A.current2:hover {
	background: url("first-bg-01.gif")/*tpa=http://www.tgindt.com/images/comcontent/first-bg-01.gif*/ no-repeat 0 -96px
}
.menu-first UL LI.menu-none A {
	width: 194px;
	height: 36px;
	display: block;
	text-align: center;
	line-height: 36px;
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #04469d;
	border-radius: 18px;
	transition: all .5s;
	background: 0;
	padding: 0;
	margin: 0
}

.menu-first UL LI.menu-none A.current {
	padding: 0;
	height: 36px;
	background: #c1cad6;
	color: #fff
}

.menu-first UL LI.menu-none A:hover {
	background: #226fd5;
	color: #fff;
	height: 36px
}