@charset "utf-8";
/* CSS Document */

.menu_jobbresz{
float:left;
height:52px;
}

.menu_jobbresz ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
}
.menu_jobbresz li {
		background-image:url(img/jobbresz_inact.png);
        float: left;
        width: 138px;
		text-align:center;
		height:52px;
} 



.menu_jobbresz a {
		height:18px;
        font: bold 9px verdana, tahoma, arial, sans-serif;
        display: block;
        padding-bottom: 8px;
		padding-top: 26px;
		color:white;
        text-decoration: none;
}

.menu_jobbresz a:hover {
background-image:url(img/jobbresz_hover.png);
font: bold 12px verdana, tahoma, arial, sans-serif;
background-repeat:no-repeat;
}
