#tabs {
	position: relative;
	width: 100%;
	height: 3em;
	font-size:80%;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	
}
#tabblock {
	width: 100%;
	height: 33px;
	/*background-image: url(/assets/images/tab_bk.gif);*/
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #f5f5e9;
	margin-bottom: 2em;
}
#content #col2 #tabs ul {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 100%; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #c4c090;
}

#tabs ul li  {
	display: inline;
	list-style: none;
}
#tabs ul li a.wide{
	width: 200px;
	
}
#tabs ul li a{
	width: 110px;
	display: block;
	float: left;
	padding: 3px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	text-decoration: none;
	font-weight: bold;	
	background: #ffffff;
	border: 1px solid #c4c090;
	border-bottom: none;
}
#tabs ul li a:hover {	
	background: #f5f5e9;	
	color:#216eca;
}
#tabs ul li.active a{

	color:#216eca;
	font-weight: bold;	
	background: #cde1f9;
	border: 1px solid #c4c090;
	border-bottom: none;
	background: #c4c090;
}
#content #tabs ul li.disabled a{
	color: #999999;
	font-weight: bold;
	background: #ffffff;
	border-bottom: 1px none #ECE9D8;
	border-top: 1px solid #ECE9D8;
	border-right: 1px solid #ECE9D8;
	border-left: 1px solid #ECE9D8;cursor: none;
}
#tabs ul li.disabled a:hover{
	
	color: #999999;
	font-weight: bold;
	background: #ffffff;
	border-bottom: 1px none #ECE9D8;
	border-top: 1px solid #ECE9D8;
	border-right: 1px solid #ECE9D8;
	border-left: 1px solid #ECE9D8;
}


