#itemlertabi {
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
	width: 650px;
	min-height: 400px;
}
#itemlertabi ul {
	margin-bottom: 10px;
	list-style-type: none;
	display: block;
	width: 100%;
	height: 30px;
	float: left;
	background-image: url(../images/seritli-gradient.png);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#itemlertabi ul li {
	padding: 0px;
	display: block;
	height: 28px;
	float: left;
	width: 98px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-image: url(../images/seritli-gradient.png);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: repeat-x;
}
#itemlertabi div {
	margin-top: 28px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #FFF;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	
	
}
/*
Metin2Win
*/
#itemlertabi ul li a {
	margin: 0px;
	padding: 0px;
	display: block;
	color: #FFF;
	text-decoration: none;
	line-height: 30px;
	text-align: center;
}
.selected {
	color: #000;
	display: block;
	text-decoration: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-image: url(../images/actived.png);
}
