.basictab { /*	float:	left;*/
	/*  	background:#DAE0D2 url("../kepek/bg.gif") repeat-x bottom;*/
	font-size: 93%;
	line-height: normal;
	margin-bottom: 24px;
}

.basictab ul {
	margin: 0px;
	padding: 10px 10px 0px 0px;
	list-style: none;
}

.basictab li {
	float: left;
	background: url("../kepek/left.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 9px;
}

.basictab a {
	float: left;
	display: block;
	background: url("../kepek/right.gif") no-repeat right top;
	padding: 5px 10px 4px 1px;
	text-decoration: none;
	font-weight: bold;
	color: #765;
}

.basictab #current {
	background-image: url("../kepek/left_on.gif");
}

.basictab a:hover {
	font-weight: bold;
	text-decoration: none;
}

.basictab a.current {
	background-image: url("../kepek/right_on.gif");
	color: #333;
	padding-bottom: 5px;
}

.tabcontainer { /*clear: left;
width:95%; /*width of 2nd level sub menus*/
	/*height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	
}

.tabcontent {
	display: none;
	border: #776655 1px solid;
	/*background-color:	#FFFFCC;*/
	background-color: #F0EEE7;
	padding: 5px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.basictab a {
	float: none;
}

/* End IE5-Mac hack */
.basictab a:hover {
	color: #333;
}
