	.tabs10 {
		position: relative;
		top:-30px;
		}
		
	.tabs10 ul {
		margin: 0;
		list-style: none;
		}
		
	.tabs10 li {
		display: inline;
		margin: 0;
		padding: 0;
		}
		
	.tabs10 a {
		float: left;
		background: url(../img/button_h.png) no-repeat;
		height: 25px;
		width: 129px;
		padding: 5px 0 0 0;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		color: #ffffff;
		}
		
	.tabs10 a:hover{
		background: url(../img/button_d.png) no-repeat;
		height: 25px;
		width: 129px;
		}
		
	.tabs10 .selected a{
		background: url(../img/button_d.png) no-repeat;
		height: 25px;
		width: 129px;
		}
		