/* tabs */
#flowtabs {  
	margin: 0px !important; 
	width:256px;
	height:22px !important;
	top: -306px;
	position: relative;
	left: 719px;
	z-index: 1;
	padding-left: 40px;

}

#flowtabs li { 
	float:left; 
	list-style-type:none;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
}

/* every tab uses the same background image */
#flowtabs li a { 
	display:block;
	height: 22px;  
	width: 50px; 
	background: url(../images/tabs_new.png) no-repeat;
}

#flowtabs a.current	{ 
	cursor:default; 
}

/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: -51px 0; }
#flowtabs #t3 			{ background-position: -102px 0; }
#flowtabs #t4 			{ background-position: -154px 0; }
#flowtabs #t5			{ background-position: -205px 0; }
 
#flowtabs #t1:hover 	{ background-position:      0 -22px; }
#flowtabs #t2:hover 	{ background-position: -51px -22px; }
#flowtabs #t3:hover 	{ background-position: -102px -22px; }
#flowtabs #t4:hover 	{ background-position: -154px -22px; }
#flowtabs #t5:hover 	{ background-position: -205px -22px; }

#flowtabs #t1.current { background-position:      0 -44px; }
#flowtabs #t2.current { background-position: -51px -44px; }
#flowtabs #t3.current { background-position: -102px -44px; }
#flowtabs #t4.current { background-position: -154px -44px; }
#flowtabs #t5:current { background-position: -205px -44px; }


/* panes */
#flowpanes {	
	width:510px;
	height:315px;	
	top: -36px;
	position: relative;
	left: 504px;
	font-size: 11px;
background: #000;
}


/* single pane */
#flowpanes div {
	color:#fff;	
}
