.tabmenu {
	position:relative;
}
.tabmenu_table{
	border-collapse:collapse;
	height:110px;
	padding:0px;
	width:100%;
	position:absolute;
}
.tabmenu_table td{
	padding:0px;
}

.tabmenu_table a{
	text-decoration:none;
}


.tabmenu_table .tabmenu-high {
	height:63px;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-table{
	background-image:url(../../../img/transparent.gif);
	background-repeat:repeat-x;
	border-collapse:collapse;
	height:63px;
	width:100%;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-unselected-first{
	background-image:url(../img/menu-high-alternative-unselected-first-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-unselected{
	background-image:url(../img/menu-high-alternative-unselected-bg.gif);
	background-repeat:repeat-x;
	font-size:80%;
	font-weight:bold;
	padding:35px 10px 0px 20px;
	white-space:nowrap;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-unselected a{
	color:#444444;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-unselected-last{
	background-image:url(../img/menu-high-alternative-unselected-last-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-selected-first{
	background-image:url(../img/menu-high-alternative-selected-first-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-selected{
	background-image:url(../img/menu-high-alternative-selected-bg.gif);
	background-repeat:repeat-x;
	font-size:80%;
	font-weight:bold;
	padding:35px 10px 0px 20px;
	white-space:nowrap;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-selected a{
	color:#444444;
}
.tabmenu_table .tabmenu-high .tabmenu-high-alternative-selected-last{
	background-image:url(../img/menu-high-alternative-selected-last-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-empty{
	background-image:url(../img/menu-high-alternative-empty-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
}
.tabmenu_table .tabmenu-high .tabmenu-high-space{
	background-image:url(../img/menu-high-alternative-empty-bg.gif);
	background-repeat:repeat-x;
	padding:0px;
	width:100%;
}


.tabmenu_table .tabmenu-low {
	height:47px;
	padding:0px;
}
.tabmenu_table .tabmenu-low .tabmenu-low-table{
	background-image:url(../img/menu-low-table-bg.gif);
	background-repeat:repeat-x;
	height:47px;
	width:100%;
}
.tabmenu_table .tabmenu-low .tabmenu-low-alternative-selected{
	border:1px solid #ffffff;
	color:#888888;
	font-size:80%;
	padding:5px 20px 0px 20px;
	white-space:nowrap;
}
.tabmenu_table .tabmenu-low .tabmenu-low-alternative-unselected{
	background-image:url(../img/menu-low-alternative-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #ffffff;
	color:#888888;
	font-size:80%;
	padding:5px 20px 0px 20px;
	white-space:nowrap;
}
.tabmenu_table .tabmenu-low .tabmenu-low-last{
	background-image:url(../img/menu-low-alternative-bg.gif);
	background-repeat:repeat-x;
	border:1px solid #ffffff;
	width:100%;
}
 
