/* 
Rationale for tab length:
700/5=140
699/3=233
700/4=175
*/


/* first row of tabs*/

div.tabs  {width:700px;
overflow:hidden;padding:0px;}

.tabs ul{
	font-size: 9px;
	color: #FFFFFF;
	text-transform: uppercase;
	list-style-type: none;
	overflow:hidden;
	border-bottom:4px solid #000B39;
	width:700px;/* test:does this make this stay put?*/
}
	
.tabs li{
list-style: none;
display: inline;float: left;


}


	
.tabs li a {

	font-size:9px;
	letter-spacing:.07mm;
	line-height:46px;
	height:46px;
	display:block;
	border:0px;
	text-align:center;
	overflow:hidden;
	background-image:url(../images/tabs.gif);
	background-repeat:no-repeat;

	border-right:4px solid #000B39;	
}
	

	
.tabs a:hover, .tabs .current{color:#FFFFFF;}
	
	
/* tab backgrounds */
.tabs li.companyprofile a{background-position:-4px 0px;width:171px;}
.tabs li.companyprofile a:hover,
.tabs li.companyprofile a.current{background-position:-4px -46px;}
.tabs li.legalforms a{background-position:-179px 0px;width:171px;}
.tabs li.legalforms a:hover,
.tabs li.legalforms a.current{background-position:-179px -46px;}
.tabs li.helpfullinks a{background-position:-354px 0px;width:171px;}
.tabs li.helpfullinks a:hover,
.tabs li.helpfullinks a.current{background-position:-354px -46px;}
.tabs li.contactus a{background-position:-525px 0px;width:175px;
border-right-width:0px;}
.tabs li.contactus a:hover,
.tabs li.contactus a.current{background-position:-525px -46px;}



	
/* 2nd row of tabs */

.tabs li.placeanorder a{height:31px;width:226px;line-height:31px;background-color:#272E47;
background-image:url(../images/placeanorder.gif)}
.tabs li.placeanorder a:hover,
.tabs li.placeanorder a.current{background-image:url(../images/placeanorder-over.gif)}

.tabs li.prepareetaxacris a{height:31px;width:226px;line-height:31px;background-color:#272E47;
background-image:url(../images/etax.gif)}
.tabs li.prepareetaxacris a:hover,
.tabs li.prepareetaxacris a.current{background-image:url(../images/etax-over.gif)}

.tabs li.calculaterates a{height:31px;width:240px;background-color:#272E47;
background-image:url(../images/calculaterates.gif);border-right-width:0px;}
.tabs li.calculaterates a:hover,.tabs li.helpfullinks a.current{
background-image:url(../images/calculaterates-over.gif)}


















