.sekmeler {
	background: url(bg.gif)  repeat-x 50% bottom; 
	float: left; 
	width: 100%; 
	line-height: normal;
	margin: 0 0 0  0;
	padding: 10px 0 0 10px; outline:expression(hideFocus='true'); outline:none
}
.sekmeler ul {
	padding: 10px 10px 0 0;
	margin: 0; 
	list-style-type: none;
}
.sekmeler li {
	padding: 0 0 0 9px;
	background:   url(left.png) no-repeat left top;
	float: left; 
	margin: 0;
	list-style-type: none; outline:expression(hideFocus='true'); outline:none
}
.sekmeler a, .sekmeler span {
	display: block; 

	font-weight: normal; 
	background: url(right.png) no-repeat right top; 
	float: left; 
	color: #333; 
	padding: 0px 0px 4px 0px;
	line-height:25px;
	text-decoration: none; outline:expression(hideFocus='true'); outline:none
}
.sekmeler a {
	float: none; 
}
.sekmeler span {
	color: #777;
	padding-right:12px; 
	}
.sekmeler a:hover {
	color: #333;
	font-weight:bold;
}
.sekmeler li.sekmeSecili {
	background-image:   url(left_on.png);
	font-weight:bold;}
.sekmeler li.sekmeSecili span {
	background-image:   url(right_on.png);
	padding-bottom: 5px; color: #333;
	font-weight:bold;
}

