/* Tabs -  CSS Document http://www.alistapart.com/articles/slidingdoors/*/
#tabswrapper {
	position:relative;
	margin:0px 0px 0px 10px;
 	}
* html #tabswrapper{
	top:170px;
}

#tabs {
	font-size:110%;
 	}
		
#tabs ul {
    padding:0;
    margin:0;
    list-style:none;
    }

#tabs li {
    float:left;
	background:url(../images/left.gif) no-repeat left top;
    margin:0 1px 0 0px;
    padding:0 0 0 10px;
    }

#tabs a {
    display:block;
	background:url(../images/right.gif) no-repeat right top;
    padding:6px 10px 6px 0px;
    text-decoration:none;
    color:#FFFFFF;
    }

#tabs a:hover {
    }
	
#tabs #ch {
    background:url(../images/left_on.gif) no-repeat left top;
    }

#tabs #ch a {
    background:url(../images/right_on.gif) no-repeat right top;
	color:#FFFFFF;
    }