
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs{
	
	/* dimensions */
	margin:0 !important; 
	padding:0;
	font-size:15px;
	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:0px;
}

/* single tab */
#flowtabs li { 
	margin:0; 
	padding:0;
}

/* a- tag inside single tab */
#flowtabs li a {
	display:block;	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#fff;
	text-decoration:none;
}



/* adjust the background image position on each tab */
#flowtabs #t1 			{ background-position: 0 0; }
#flowtabs #t2 			{ background-position: 0 0; }
#flowtabs #t3 			{ background-position: 0 0; }
#flowtabs #t4 			{ background-position: 0 0; }
#flowtabs #t5 			{ background-position: 0 0; }

 
/* mouseover state */
#flowtabs a:hover 		{ color:#fff; font-weight: none;}
#flowtabs #t1:hover 	{ background-position:0; }
#flowtabs #t2:hover 	{ background-position:0; }
#flowtabs #t3:hover 	{ background-position:0; }
#flowtabs #t4:hover 	{ background-position:0; }
#flowtabs #t5:hover 	{ background-position:0; }

/* currently selected tabs */
#flowtabs a.current		{cursor:default; color:#fff; font-weight: none;}
#flowtabs #t1.current { background-position: 0;}
#flowtabs #t2.current { background-position: 0;}
#flowtabs #t3.current { background-position: 0;}
#flowtabs #t4.current { background-position: 0;}
#flowtabs #t5.current { background-position: 0;}


/* mouseover state */
#flowtabs2 a:hover 		{ color:#7278e4; font-weight: none;}


/* currently selected tabs */
#flowtabs2 a.current		{cursor:default; color:#7278e4; font-weight: none;}

#flowtabs2 a.current		{cursor:default; color:#7278e4; font-weight: none;}



/* panes */
#flowpanes {	
	width:100%;
	margin:0;
}
