


span#btn_txt						{ font-family: 'Verdana','Arial',sans-serif; font-size: 12px; }
/* Button style 1 */

div.btn-g01							{ ; }
div.btn-g01 ul						{
	margin: 0;
	padding: 0;
	text-align: center;
}
div.btn-g01 ul li					{ list-style-type: none; margin: 0; padding: 0; }
div.btn-g01 ul li a					{ display: block; color: #fff !important; float: left; font-weight: bold; background: url(../images/btn-g01-right.png) 100% 0 no-repeat; text-decoration: none !important; }
div.btn-g01 ul li a span			{
	display: block;
	line-height: 30px;
	font-size: 13px;
	background-image: url(../images/btn-g01-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 165px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
div.btn-g01 ul li a:hover			{ background: url(../images/btn-g01-right.png) 100% -52px no-repeat;  text-decoration: none !important; color: #fff !important; }
div.btn-g01 ul li a:hover span		{ background: url(../images/btn-g01-left.png) 0 -52px no-repeat;  text-decoration: none !important;}
div.btn-g01 div						{ text-align: center; font-size: 9px; }

/* Button style 2 */

div.btn-g02							{ ; }
div.btn-g02 ul						{
	margin: 0;
	padding: 0;
	text-align: center;
}
div.btn-g02 ul li					{ list-style-type: none; margin: 0; padding: 0; }
div.btn-g02 ul li a					{ display: block; color: #fff !important; float: left; font-weight: bold; background: url(../images/btn-g01-right.png) 100% 0 no-repeat; text-decoration: none !important; }
div.btn-g02 ul li a span					{
	display: block;
	line-height: 30px;
	font-size: 13px;
	background-image: url(../images/btn-g01-left.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 165px;
	padding-top: 0;
	padding-right: 30px;
	padding-bottom: 0;
	padding-left: 30px;
}
div.btn-g02 ul li a:hover			{ background: url(../images/btn-g01-right.png) 100% -52px no-repeat;  text-decoration: none !important; color: #fff !important; }
div.btn-g02 ul li a:hover span		{ background: url(../images/btn-g01-left.png) 0 -52px no-repeat;  text-decoration: none !important;}
div.btn-g02 div						{ text-align: center; font-size: 9px; }

