#tab-container {
	margin: 1em 0;
	padding: .3em 0;
}

#tabarea {
	margin-right:auto;
	margin-left:auto;
	width: 187px;
	text-align: center;
}

#thicktabs{
margin: 0;
padding: 0;
float: left;
}

#thicktabs li{
display: inline;
}


li #life  a{
	float: left;
	background: url(images/life-3a.gif) 0 0 no-repeat;
	width: 90px;
	height: 91px;
	margin-right: 0.5em;
	margin-left: auto;
}


li #life  a:hover{      /*background image swap on hover*/
background-image: url(images/life-3a.gif); 
background-position: 0 -91px; 
}

li #int a{
float: left;
background: url(images/int-3a.gif) 0 0 no-repeat;
width: 90px;
height: 91px;
margin-right: auto;
}


li #int a:hover{      /*background image swap on hover*/
background-image: url(images/int-3a.gif); 
background-position: 0 -91px; 
}

#nav-container {
	padding: .3em 0;
	margin: 1em 0;
}

#nav-area{
	margin-right:auto;
	margin-left:auto;
	width: 401px;
	text-align: center;
}

#nav-tabs{
margin: 0;
padding: 0;
float: left;
}


#nav-area li{
display: inline;
}

li #spacer {
	float: left;
	width: 22px;
	height: 18px;
}

li #nav-home  a{
	float: left;
	background: url(images/nav-1home.gif) 0 0 no-repeat;
	width: 58px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}

li #nav-home  a:hover{      /*background image swap on hover*/
background-image: url(images/nav-1home.gif); 
background-position: 0 -18px; 

}

li #nav-life  a{
	float: left;
	background: url(images/nav-2life.gif) 0 0 no-repeat;
	width: 129px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}

li #nav-life  a:hover{      /*background image swap on hover*/
background-image: url(images/nav-2life.gif); 
background-position: 0 -18px; 
}

li #nav-int  a{
	float: left;
	background: url(images/nav-3int.gif) 0 0 no-repeat;
	width: 71px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}

li #nav-int  a:hover{      /*background image swap on hover*/
background-image: url(images/nav-3int.gif); 
background-position: 0 -18px; 
}

li #nav-clients  a{
	float: left;
	background: url(images/nav-4clients.gif) 0 0 no-repeat;
	width: 62px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}

li #nav-clients  a:hover{      /*background image swap on hover*/
background-image: url(images/nav-4clients.gif); 
background-position: 0 -18px; 
}

li #nav-contact  a{
	float: left;
	background: url(images/nav-5contact.gif) 0 0 no-repeat;
	width: 71px;
	height: 18px;
	margin-right: auto;
	margin-left: auto;
}

li #nav-contact  a:hover{      /*background image swap on hover*/
background-image: url(images/nav-5contact.gif); 
background-position: 0 -18px; 
}




