
#tabmenu {
	font-size: 18px;
	font-family: 'BebasNeueRegular';
	-webkit-font-smoothing:none;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-font-smoothing:antialiased;
	letter-spacing: 1px;

	z-index:10;
}
#tabmenu ul {
	line-height: 1em; /* setting the line height now so we don't have any headaches*/
	margin: 0px; /* let's keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL's default disc bullets */
	float: left; /* we float the list to the left like we will all the elements inside*/
	padding: 0px 5px 0px 0px; /* give it a left padding of 5px to counter the effect of margin -5px below */
}
#tabmenu div {
	float: left; /* floatin' left */
}
#tabmenu div a {
	text-decoration: none; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	float: left; /* floatin' left, to make the menu horizontal */
	padding: 0px 10px 0px 0px;  /* we give it a left padding of 10px to show the first 10 pixels of the tabs image. you can also use padding-left: 10px; */
	background: url(../../img/bg/tabs.png) no-repeat right top;  /* we link to the tabs image, no tiling, showing the top left part of it */
	margin-right: -5px;  /* this is important for the overlapping part - we are overlapping the tabs by 5 px */
	z-index: 0; /* keep it on layer 0 (default) */
	position: relative;  /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
	color: #6386b5;  /* color of the tab text */
}
#tabmenu div a strong {
	font-weight: normal;   /* remove the bold effect */
	display: block;   /* display the strong element as a block so we can pad it, etc. */
	float: right;   /* float it left as well */
	background: url(../../img/bg/tabs.png) no-repeat left top;  /* now we show the right part of the tab and we complete the "puzzle" */
	padding: 6px 4px 4px 10px;  /* important, as through this you define the position of the text within the tab */
	cursor: pointer;  /* this makes the browser show the "hand" cursor when hovering over the tab */
}
#tabmenu div a:hover {
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(../../img/bg/tabs.png) no-repeat right bottom;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #092353;   /* we color the hovered tab's text black */
}
#tabmenu div a:hover strong {
	background-image: url(../../img/bg/tabs.png) no-repeat;  
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	background-position: left bottom; /* we show the right bottom part of the tabs image (the hover instance) */
}


#tabmenu div.tabon a {
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(../../img/bg/tabs.png) no-repeat right bottom;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #000000;   /* we color the hovered tab's text black */
}
#tabmenu div.tabon a strong {
	background-image: url(../../img/bg/tabs.png) no-repeat;  
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	background-position: left bottom; /* we show the right bottom part of the tabs image (the hover instance) */
}




#tabmenu-ultimas {
	font-size: 18px;
	font-family: 'BebasNeueRegular';
	-webkit-font-smoothing:none;
	-webkit-font-smoothing:subpixel-antialiased;
	-webkit-font-smoothing:antialiased;
	letter-spacing: 1px;

	z-index:10;
}
#tabmenu-ultimas ul {
	line-height: 1em; /* setting the line height now so we don't have any headaches*/
	margin: 0px; /* let's keep the margin set to 0 for the same reasons as above*/
	list-style-type: none; /* we remove the UL's default disc bullets */
	float: left; /* we float the list to the left like we will all the elements inside*/
	padding: 0px 5px 0px 0px; /* give it a left padding of 5px to counter the effect of margin -5px below */
}
#tabmenu-ultimas div {
	float: left; /* floatin' left */
}
#tabmenu-ultimas div a {
	text-decoration: none; /* remove the default underline off the anchor text */
	display: block; /* we display this text as block so that we can apply padding/margin without problems */
	float: left; /* floatin' left, to make the menu horizontal */
	padding: 0px 10px 0px 0px;  /* we give it a left padding of 10px to show the first 10 pixels of the tabs image. you can also use padding-left: 10px; */
	background: url(../../img/bg/tabs.png) no-repeat right top;  /* we link to the tabs image, no tiling, showing the top left part of it */
	margin-right: -5px;  /* this is important for the overlapping part - we are overlapping the tabs by 5 px */
	z-index: 0; /* keep it on layer 0 (default) */
	position: relative;  /* very important as this enables the z-index to work for us and keeps the tabs where they should be */
	color: #6386b5;  /* color of the tab text */
}
#tabmenu-ultimas div a strong {
	font-weight: normal;   /* remove the bold effect */
	display: block;   /* display the strong element as a block so we can pad it, etc. */
	float: right;   /* float it left as well */
	background: url(../../img/bg/tabs.png) no-repeat left top;  /* now we show the right part of the tab and we complete the "puzzle" */
	padding: 6px 4px 4px 10px;  /* important, as through this you define the position of the text within the tab */
	cursor: pointer;  /* this makes the browser show the "hand" cursor when hovering over the tab */
}
#tabmenu-ultimas div a:hover {
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(../../img/bg/tabs.png) no-repeat right bottom;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #092353;   /* we color the hovered tab's text black */
}
#tabmenu-ultimas div a:hover strong {
	background-image: url(../../img/bg/tabs.png) no-repeat;  
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	background-position: left bottom; /* we show the right bottom part of the tabs image (the hover instance) */
}


#tabmenu-ultimas div.tabon a {
	position: relative; /* again, keep things relative */
	z-index: 5; /* we show this tab over all other tabs in the menu, which would be on layer 0, thus overlapping occurs */
	background: url(../../img/bg/tabs.png) no-repeat right bottom;  /* now we show the bottom part of the tabs image, the "hover" instance */
	color: #000000;   /* we color the hovered tab's text black */
}
#tabmenu-ultimas div.tabon a strong {
	background-image: url(../../img/bg/tabs.png) no-repeat;  
	position: relative; /* keep it relative */
	z-index: 5; /* show this on layer 5 as well */
	background-position: left bottom; /* we show the right bottom part of the tabs image (the hover instance) */
}





<!---->
div.tabhide {display:none; width:0; overflow:hidden;}
div.tabshow {clear:left; background:#fff; width:100%; margin:0 0 15px 0px; top:-2px; position:relative; z-index:0; border:1px solid #e3e0cc; overflow:hidden;
-webkit-border-top-right-radius: 8px;
-moz-border-radius-topright: 8px;
-o-border-radius-topright: 8px;
border-top-right-radius: 8px;

}
