﻿div#tabs{
	width: 700px;
	overflow: hidden;
	margin-bottom: 20px;
}
div#tabs div.links{
    background:url('/content/images/new/home_tabtile_20090422.gif') repeat-x left bottom;
	margin-bottom: 20px;
	overflow: hidden;
}
div#tabs div.links a{
	float: left;
	font:bold 11px/16px arial;
	padding:0 10px 3px 10px;
	color: gray;
	background:url('/content/images/new/home_tabinactive.gif') no-repeat right top;
}
div#tabs div.links a.active{
	color: rgb(119, 74, 57);
	background:#fff url('/content/images/new/home_tabactive_20090422.gif') no-repeat right top;
}
div#tabs div.content{
	width: 740px;
}
.editTab{
    display:block; 
    font-size:14px; 
    font-weight:bold; 
    padding:4px 0 4px 10px;
    background:#c9c9c9
}