.eurofitabs{
border-bottom-width: 0px;
left: 80px;
float:left;
width: auto;
line-height:normal; /*Add border strip to bottom of menu*/
}

.eurofitabs ul{
list-s autottype: none;
margin:0;
margin-left: 100px; /*Left offset of entire tab menu relative to page*/
margin-top:-80px;
padding:0;
}

.eurofitabs li{

display:inline;
margin:0;
padding:0;
}

.eurofitabs a{
left: 0px;
margin-left: 0px;
margin-right: 0px;
float:left;
background:url(sprite-tab-eurofi-left.png) no-repeat left top; /*spacing between each tab*/
padding:0 0 0 15px;
text-decoration:none;
}

.eurofitabs a span{
font-size: 100%;
padding-left: 0px;
padding-bottom: 8px;
padding-right: 15px;
padding-top: 13px;
float:left;
display:block;
background:url(sprite-tab-eurofi-right.png) no-repeat right top;
font-weight:bold;
color:#6d7076;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.eurofitabs a span {float:none;}
/* End IE5-Mac hack */

.eurofitabs a:hover span {
color: #883d00;
font-weight:bold;
font-size: 120%;
}

.eurofitabs a.current{ /*Selected Tab style*/
background-position:0 -44px; /*Shift background image up to start of 2nd tab image*/
}

.eurofitabs a.current span{ /*Selected Tab style*/
background-position:100% -44px; /*Shift background image up to start of 2nd tab image*/
color: #883d00;
font-weight:bold;
font-size: 120%;
}

.eurofitabs a:hover{ /*onMouseover style*/
background-position:0% -44px; /*Shift background image up to start of 2nd tab image*/
}

.eurofitabs a:hover span{ /*onMouseover style*/
background-position:100% -44px; /*Shift background image up to start of 2nd tab image*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

.tabcontent{
display:none;
}
