
/* everything is constructed with a single background image */

/* root element for tabs */
#flowtabs {
	/* dimensions */
	width:606px;
	height:38px !important;
	margin:0px !important;
	padding:0px;
	/* IE6 specific branch (prefixed with "_") */
	_margin-bottom:-2px;
	background-image: url(silvermenubk.png);
	background-repeat: no-repeat;
	background-position: left top;}

/* single tab */
#flowtabs li { 
	float:left; 
	margin:0px; 
	padding:0px; 
	text-indent:0px; 
	list-style-type:none; outline: 0;
}

/* a- tag inside single tab */
#flowtabs li a { font-family: "Century Gothic", Arial, Helvetica; outline: 0;
	display:block;
	height: 38px;   
	width: 151px; 	
	padding:0px;
	margin-top:2px;
	
	/* font decoration */
	color:#666;
	font-size:11px;
	line-height:33px;
	text-align:center;
	text-decoration:none;
    background-image: url(menuline.gif);
	background-repeat: no-repeat;
	background-position: right 12px;}

#flowtabs #t1 { }
#flowtabs #t2 {}
#flowtabs #t3 { }
#flowtabs #t4 { background-position: -999px 0px; }

 
/* mouseover state */
#flowtabs a:hover { color:#000;	text-decoration: underline; outline: 0px;}


/* panes */
#flowpanes {
	width:560px;
	height:536px;	
}

/* single pane */
#flowpanes div {
	display:none;	
	margin:0px; padding:0px;
}


