.tabdiv {
	width:735px;
	height:30px;
	position:relative;
	z-index:2;
	}

#home {
	background-color:#f3f3f3;
	position:relative;
	height:auto; 
	width:735px; 
	margin:0px;
	padding:0px;
	}

.feature {
	height:auto; 
	position:absolute; 
	width:725px;
	left:0px;
	background:#f3f3f3;
	border:1px solid #b8b8b8;
	z-index:1;
	margin:-1px 0 0 0;
	padding:0px;
	/*top:79px;*/
	top:0px;
}
	
	
.feature img { 
	border:none; 
	}

.tabs { 
	margin:0px;
	padding:0px;
	width:735px;
	height:30px;
	}
	
.tabs li {
	width:221px;
	height:30px;
	display:inline;
	float:none;
	list-style:none; 
	padding:0px;
	margin:0 0px 0 0;
	}
	
.tabs li a {
	width:221px;
	height:30px;
	color:#333; 
	display:block; 
	padding:0px;
	margin:0 2px 0 0;
	text-decoration:none;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/tab-but-normal.jpg) top left no-repeat;
	float:left;
	text-align:center;
	}
	
.tabs li a:hover {
	background:url(../images/tab-but-hover.jpg) top left no-repeat;
	color:#ff7704;
	width:221px;
	margin:0 2px 0 0;
	padding:0px;
	}
	
.tabs li.active { 
	
	}
	
.tabs a.active { 
	/*width:221px;*/
	height:30px;
	background:url(../images/tab-but-hover.jpg) top left no-repeat;
	color:#ff7704;
	padding:0px;
	margin:0 2px 0 0;
	width:221px;
	}
	
		
.tab-small a {
	width:65px !important;
	height:30px;
	color:#333; 
	display:block; 
	padding:0px;
	margin:0 2px 0 0;
	text-decoration:none;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	font-weight:bold;
	text-transform:uppercase;
	background:url(../images/tab-but-normal.jpg) top left no-repeat;
	float:left;
	text-align:center;
	}
	
.tab-small a:hover {
	background:url(../images/tab-but-hover.jpg) top left no-repeat;
	color:#ff7704;
	width:65px !important;
	margin:0 2px 0 0;
	padding:0px;
	}
	



