#tabmenu {
	width:900px;
	background:url(../img/menu-deco.png) top center no-repeat;
}

#page-container {
	margin-top:35px;
	position:relative;
}

.ui-tabs-panel {
	border:none;
	width:900px;
}

.ui-tabs-selected {
	background-position:bottom !important;
}

.ui-tabs-selected a:hover {
	background:none !important;
}

.ui-tabs-nav {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	width:588px;
	margin:auto;
	padding:0 0 0 0;
}

.ui-tabs-nav:after { /* clearing without presentational markup, IE gets extra treatment */
	display: block;
	clear: both;
	content: " ";
}

.ui-tabs-nav {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
.ui-tabs-hide {
	position:absolute;
	display:none;
}

/*
* html .ui-tabs-hide {
	display:none;
}*/

.ui-tabs-nav li {
	float:left;
	margin:0 0 0 0;
}

.ui-tabs-nav li a {
	width:147px;
	height:33px;
	display:block;
	background:none;
	padding-top:9px;
	text-decoration:none;
	color:#000000;
}
.ui-tabs-nav li a:hover {
	color:#ffffff;
}
.ui-tabs-selected a:hover {
	color:#000000 !important;
}

.ui-tabs-nav li a span {
	display:block;
	height:0px;
	width:0px;
	font-size:1px;
	overflow:hidden;
}

.tab {
	width:147px;
	height:42px;
	background-image:url(../img/tab-middle.png);
	background-position:top;
	text-align:center;
}
.tab a:hover {
	background:url(../img/tab-middle-hover.png) bottom;
}

.tab-first {
	background-image:url(../img/tab-first.png) !important;
}

.tab-first a:hover {
	background-image:url(../img/tab-first-hover.png);
}

.tab-last {
	background:url(../img/tab-last.png) top;
}
.tab-last a:hover {
	background:url(../img/tab-last-hover.png) bottom;
}
