/*layer 2 tabs */
#layertabs {
	margin-bottom: -10px;	
	font:bold 16px Tahoma;
	color: #00347b;
}

#layertabs a:hover {
	color: #ffffff;
}

/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	
	/* dimensions */
	width:726px;
	height:11px !important;
	margin: 0 !important; 
	padding:0;	
	
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
	float:left; 
	margin-bottom:-1; 
	padding:0; 
	text-indent:0; 
	list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
	background: url(tabs.png) no-repeat;
	display:block;
	height: 31px;   
	width: 189px; 	
	padding:0px;
	margin:0px;
	
	/* font decoration */
	color:#000000;
	font-size:12px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
}

#flowtabs li a:hover {
color:#ffffff;
}


/* adjust the background image position on each tab */
#flowtabs #t1	{ background-position: 0px 0px; width:121px; }
#flowtabs #t2	{ background-position: 0px 0px; width:121px; }
#flowtabs #t3	{ background-position: 0px 0px; width:121px; }
#flowtabs #t4	{ background-position: 0px 0px; width:121px; }
#flowtabs #t5	{ background-position: -121px 0px; width:121px; }
#flowtabs #t6	{ background-position: -121px 0px; width:121px; }
#flowtabs #t7	{ background-position: -121px 0px; width:121px; }
 
/* mouseover state */
#flowtabs #t1:hover 	{ background-position: 0px -31px; }
#flowtabs #t2:hover 	{ background-position: 0px -31px; }
#flowtabs #t3:hover 	{ background-position: 0px -31px; }
#flowtabs #t4:hover 	{ background-position: 0px -31px; }
#flowtabs #t5:hover 	{ background-position: -121px 0px; }
#flowtabs #t6:hover 	{ background-position: -121px 0px; }
#flowtabs #t7:hover 	{ background-position: -121px 0px; }


/* currently selected tabs */
#flowtabs #t1.current { background-position: 0px -62px; }
#flowtabs #t2.current { background-position: 0px -62px; }
#flowtabs #t3.current { background-position: 0px -62px; }
#flowtabs #t4.current { background-position: 0px -62px; }
#flowtabs #t5.current { background-position: -121px 0px; }
#flowtabs #t6.current { background-position: -121px 0px; }
#flowtabs #t7.current { background-position: -121px 0px; }

/* panes */
#flowpanes {
	background:#c5c3cb;		
	width:726px;
	height:auto;	
	min-height:1040px;
}


/* single pane */
#flowpanes > div {
	height:100%;
	border-top:0;
	display:none;	
	color:#000000;	
	margin:5px 5px;
	
}



