#tabs {
	padding:0px;
	float:left;
	clear:both;
	width: 620px;
}
.nav_right {
	float: left;
	width: 400px;
	padding-left: 81px;
	text-align: right;
}
	ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
 	width: 600px;
	}
	ul.tabs li {
		float: left;
		padding: 0;
		margin: 0 0 0 0px;
		height: 32px; /*--Subtract 1px from the height of the unordered list--*/
		line-height: 32px; /*--Vertically aligns the text within the tab--*/
 		border-left: none;
		margin-bottom: -1px; /*--Pull the list item down 1px--*/
		overflow: hidden;
		position: relative;
 	}
	ul.tabs li a {
		text-decoration: none;
		color: #333;
		display: block;
		font-size: 12px;
		font-weight:bold;
 		outline: none;
 		cursor: pointer;
		text-align: center;
		width: 100px;
		border-right: 1px solid #fff;
		background: url(../images/portfolio_tabsnav_bg.jpg) repeat-x left top;
	}
	ul.tabs li a:hover {
		color:#fff;
		background: url(../images/portfolio_tabsnav_bg_hover.jpg) repeat-x left top;
 	}
 	
	html ul.tabs li.active, html ul.tabs li.active a,  html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
		color:#fff;
		background: url(../images/portfolio_tabsnav_bg_hover.jpg) repeat-x left top;
 	}
	
	
	.tab_container {
 	overflow: hidden;
	clear: both;
	float: left; 
	padding: 0px 0px 0px 0px;
	width:620px;
 }
	.tab_content {
	padding: 0px 0;
	font-size: 14px;
	background: #fff;
	}



	