#ad {
	float:right;
	margin-top: 0;
	margin-right: 0;
}
/* default link styling needed for IE6 to work */
a {
	color:#CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color:#CCCCCC;
	font-family: "";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:active {
	color:#CCCCCC;
	font-family: "";
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration:none;
	font-family: "";
	font-size: 12px;
}
 /* remove the margin and bullets, set the padding for this demo only*/
.button {
	margin:0;
	list-style:none;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}

 /* display the list items inline with a right margin to space the buttons. Use this to pre-load the hover image */
.button li {
	display:inline;
	float:left;
	height: 35px;
	width: 241px;
	background-image: url(../images/selected.gif);
	position: relative;
}

/* style the links and place the background image to start from left edge */
.button li a {
	display:block;
	height:35px;
	float:left;
	text-decoration:none;
	font-size:12px;
	font-family:arial, sans-serif;
	line-height:35px;
	width: 241px;
	position: relative;
	background-image: url(../images/selected0.gif);
	text-align: right;
}

/* style the b element to posiition it to the right by 20 pixels and even out the text with 20 pixel right padding */
.button li b {
	display:inline;
	float:left;
	height:35px;
	color:#CCCCCC;
	width: 211px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	background-image: url(../images/selected0.gif);
	background-position: right top;
	padding-right: 30px;
}
.button li a.small{
    display:inline;
	float:left;
	height:35px;
	color:#999999;
	width: 211px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0;
	font-weight:normal;
	background-image: url(../images/selected0.gif);
	background-position: right top;
	padding-right: 30px;
}
/* style the link hover and the link hover b to replace the background image - border:0 needed for IE6 to work */
.button li a:hover, .button li a:hover b {border:0; background-image:url(../images/selected.gif); cursor:pointer;}

/* style the active state to replace the background image. This can also be used for a 'current' tab if you wish */
.button li a:active, .button li a:active b, .button li a.current, .button li a.current b {background-image: url(../images/selected.gif);}

/* move the text down by 3 pixels, and to the right by 2 pixels */
.button li a:active b, .button li a.current b { }
#kuaijie {
	float: left;
	width: 241px;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
}
