/* CSS Document http://www.alistapart.com/articles/slidingdoors/*/

#tabbar_top{
	position:absolute;
	left:0;
	top:-10px;
	margin:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:85%
}

#tabs_top {
    float:right;
}
		
#tabs_top ul {
    padding:0;
    margin:0;
    list-style:none;
    }

#tabs_top li {
    float:left;
	background:url(../images/left_top.gif) no-repeat left bottom;
    margin-left:1px;
    padding:0 0 0 9px;
    }

#tabs_top a {
	/* IE hack makes all elements inline */
	float:left;
	
    display:block;
	background:url(../images/right_top.gif) no-repeat right bottom;
    padding:6px 15px 6px 6px;
    text-decoration:none;
    color:#765;
    }

#tabs_top a:hover {
    color:#333;
    }
	


