/*URL: http://www.zcool.com.cn/ */

#thicktabs{
margin: 0;
padding: 0;
float: right;
width:702px; text-align:center;
font:solid 13px Tahoma;
border-left: 1px solid #999999;
}

#thicktabs li{
display: inline;
}

#thicktabs li a{
float: left;
color: black;
width:100PX !important;
height:26PX;
line-height:26px;
text-decoration: none;
background: transparent url(../images/pinkbg.gif) top right no-repeat;
border-top: 1px solid #888cae; /*top border style*/
border-bottom: 1px solid #999999; /*thick bottom border below tabs*/
}

#thicktabs li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #888cae; /*left border style*/
width:59PX;
}

#thicktabs li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #888cae; /*right border style*/
width:59PX;
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#thicktabs li a:visited{width:83PX;
height:26PX;
color: black;
}

#thicktabs li a:hover{width:83PX;
height:26PX;
color: black;
background-image: url(../images/pinkbgover.gif); /*background image swap on hover*/
}

.ontabs a{width:83PX;
height:26PX;
color: black;
background-image: url(../images/pinkbgon.gif) !important; /*background image swap on hover*/
}

<!--[if IE]>
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
<![endif]-->




