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

#navbar{
	top:0;
	left:0;
	padding:64px 0 0 0;
	position:absolute;
	background: url(../images/navbar-bg.gif) repeat-x bottom;
    width:100%;

}

#tabs {
    float:right;
    font-size:90%;
	font-family:"Comic Sans MS",sans-serif;
    line-height:normal;
}

#tabs ul {
    margin:0;
    padding:20px 10px 0;
    list-style:none;
    }

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

#tabs a {
	/* IE hack makes all elements inline */
	float:left;
	
    display:block;
	background:url(../images/right.gif) no-repeat right top;
    padding:2px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#765;
    }
	
#tabs #current {
    background-image:url(../images/left_on.gif);
    }

#tabs #current a {
    background-image:url(../images/right_on.gif);
	padding-bottom:5px;
    }



