.tab-menu{
	float: right;
	margin-top: -27px;
	padding: 1px 0;
	*padding:2px 0 0 0;
	_padding: 3px 0;
}

.tab-menu ul{
	padding: 0;
	float: right;
}

.tab-menu ul li{
	display:block;
	float: right;
	height: 15px;
	padding-bottom: 5px;
}

.tab-menu ul li a {
	margin-left: 10px;
	height: 15px;
	display:block;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #ccc;
	text-decoration: none;
}
.tab-menu ul li a:hover {
	background: #FF9900;
}
.tab-menu ul li a.selected {
	background: #FF9900;
}


.tabcontent{ /*style of tab content container*/
	width: 600px;
	_width: 580px;
	height: 441px;
	overflow:hidden;
	color:#333;
	background:#FFF;
	top: -483px;
	left: -10px;
	*top: -483px;
	_top: -488px;
	position: relative;
}
