

.tab , .tabActive
	{
	float:left;
	text-align:center;
	padding-top:4px;
	height: 18px;
	width:112px;
	background-image: url(../images/tabdown.gif);
	background-position: top;
	background-repeat: no-repeat;
		vertical-align: top;
	}

.tab a, .tabActive a
{
	color: #000000;
	text-decoration: none;
	font-weight: bold;

	}

.tabActive
{

	background-image: url(../images/tabup.gif);
	z-index:15;
	border-bottom-color: #f8e008;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.tab
{
	border-bottom-color: #eae9e9;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
 
 .column
{
	float: left;
	width: 150px;
}

.tabPageHeader
{
	color: #006600;
	font-weight: bold;
}	

.tabPageItems a
{
	color: #000000;
	text-decoration: none;
}

#tabPage
{
	position:absolute;
	top:23px;
	clear:both;
	width:620px;
	height:150px;
	padding-top: 50px;
	padding-left: 80px;
	
	background-image:url(../images/tab.gif);
	background-position:top;
	background-repeat: no-repeat;
	}
 
#tabCars, #tabLiving, #tabFinance, #tabTechnology, #tabFreeTime, #tabShopping
{
	padding-left: 20px;
	background-image: url(../images/tabCar.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#tabShopping
{
	padding-left: 22px;
	background-image: url(../images/tabBag.gif);
}

#tabLiving
{
	padding-left: 25px;
	background-image: url(../images/tabHouse.gif);
}

#tabFinance
{
	padding-left: 15px;
	background-image: url(../images/tabDollar.gif);
}

#tabTechnology
{
	padding-left: 12px;
	background-image: url(../images/tabPhone.gif);
}

#tabFreeTime
{
	background-image: url(../images/tabPlane.gif);
}

