@charset "UTF-8";
#xnav {
	position: relative;
	background-color: #000000;
	width: 793px;
}

#xnav-tab {
	position: relative;
	background-image: url(tab.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 100%;
	height: 38px;
	background-color: #000000;
}

#xnav-tab a {
	position: absolute;
	height: 100%;
	opacity: .5;
}

#xnav-tab-design {
	width: 125px;
	left: 16px;
}

#xnav-tab-web {
	width: 102px;
	left: 208px;
}

#xnav-tab-prod {
	width: 168px;
	left: 380px;
}

#xnav-tab-master {
	width: 150px;
	left: 616px;
}

#xnav-pane {
	height: 0;
	overflow: hidden;
}