/* root element for tabs */
#flowtabs {
clear: both;
list-style:none;
height: 21px !important;   
margin:0 !important; 
padding:0;

/* IE6 specific branch (prefixed with "_") */
_margin-bottom:-2px;
}

/* single tab */
#flowtabs li { 
float:left; 
padding: 5px 20px 0 0; 
margin: 10px 0 0 0; 
text-indent:0; 
text-align: center;
list-style-type:none;
}

/* a- tag inside single tab */
#flowtabs li a {
display:block;
height: 31px;
/* IE6 specific (_) */
_width:	130px;  
padding:0;
margin: 0;
/* font decoration */
font-size:18px;
line-height:33px;
text-align: center;
text-decoration:none;
border-bottom: 4px solid;
border-bottom-color: rgb(6,43,132);
}

#flowtabs li a:hover {
border-top: 4px solid;
border-top-color: rgb(6,43,132);
border-bottom: 0 solid;
text-shadow: 0 0 0 #fff;
}
#flowtabs li a.active {
border-top: 0 solid !important;
border-bottom: 0 solid !important;
}

/* panes */
#flowpanes {
width:100%;
height:auto;	
}

/* single pane */
/*#flowpanes div {
display:none;	
margin-right: 10px;
}

