@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
#tMenu{
	width:900px;
	height:30px;
	margin:0px auto;
}
#tMenu ul{
	background:url(menu.gif) repeat-x 0px -30px;
	width:900px;
	height:30px;
	position:relative;
	}
#tMenu ul li{
	float:left;
	width:100px;
	height:30px;
	cursor:pointer;
	font-size:14px;
	position:relative;
	list-style:none;
	color:#555;
	overflow:visible;
}
#tMenu ul li b{
	display:block;
	height:30px;
	background:url(btn.gif) 0px 0px no-repeat;
	font-weight:normal;
	line-height:30px;
	font-size:13px;
	text-align:center;
}
#tMenu ul li.hover b{
	font-weight:bold;
	color:#fff;
	background-position:-100px 0px;
	line-height:35px;
	overflow:hidden;
}
#tMenu ul li.barL{
	width:20px;
	height:30px;
	background:url(menu.gif) no-repeat;
}
#tMenu ul li.barR{
	position:absolute;
	right:0px;
	width:20px;
	height:30px;
	background:url(menu.gif) 0px -60px no-repeat;}

#tMenu ul li div {
	position:absolute;
	font-size:12px;
	width:100px;
	height:30px;
	top: 30px;
	left:1px;
	display:none;
	text-align:left;
	background:url(ulBg.gif);
	padding-left:19px;
	
}
#tMenu ul li div a {
	display:inline;
	margin-right:10px;
	line-height:30px;
	text-decoration:none;
	color:#FFF;
}
#tMenu ul li div a:hover{
	font-weight:bold;
}
.tmenu a{
	text-decoration:none;
	color:#727272;
}
.tmenu a:hover {
	color:#00ffff;
}
.style1 {
	font-size: 15px;
}
