img {
border: none;
} 
#tabsC {
float:left;
width:100%;
background:#c0d0dc;
font-size:120%;
line-height:normal;
}
#tabsC ul {
margin:0;
padding:10px 0px 0px 0px;
list-style:none;
}
#tabsC li {
display:inline;
margin:0;
padding:0;
}

/*a gombok bal oldala*/
#tabsC a {
float:left;
/*background:url(../htmlimages/c_navi_bal.gif) no-repeat left top;*/
background:url(../htmlimages/n2_navi_bal.gif) no-repeat left top;
margin:0px;
padding:0px 1px 0px 0px;
text-decoration:none;
font-size: 12px;
}

/*a nem current gombok felszine*/
#tabsC a span {
float:left;
display:block;
background:url(../htmlimages/n2_navi.gif) no-repeat right top;
padding:5px 15px 2px 6px;
color:#336699;
font-weight: bold;
}

/*a current gombok felszine*/
#tabsC a.currkn span {
float:left;
display:block;
background:url(../htmlimages/n2_navi_curr.gif) no-repeat right top;
padding:5px 15px 4px 6px;
color:#00336F;
font-weight: bold;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsC a span {float:none;}
/* End IE5-Mac hack */
#tabsC a:hover span {
color:#ffffff;
font-weight: bold;
}
#tabsC a:hover {
background-position:0% -42px;
}
#tabsC a:hover span {
background-position:100% -42px;
} 