#tabs{
	/*width:100%;*/
	text-align:center;
	line-height:normal;
	overflow:hidden;
}

#tabs ul{
	float:left;
	list-style-type: none;
	margin:0;
	padding:0;
}

#tabs li{
	display:inline;
	margin:0;
	padding:0;
}

#tabs a{
	float:left;
	background:url(../img/buttons/menu_tab_left.gif) no-repeat left top; /* leva slika */
	margin:0;
	margin-right:2px; /* razmak med posameznimi tabi */
	padding-left:9px;
	text-decoration:none;
}

#tabs a span{
	float:left;
	display:block;
	background:url(../img/buttons/menu_tab_right.gif) no-repeat right top; /* desna slika */
	/* style teksta v meniju - START */
	padding: 7px 21px 6px 12px;
	font-size:12px;
	font-weight:bold;
	color:#565656;
	/* style teksta v meniju - END */
}

/* popravek za IE5 in OSX - START */
#tabs a span {
	float:none;
}
/* popravek za IE5 in OSX - END */

#tabs a:hover span {
	color:#565656;
}

#tabs #current a{
	background-position:0 -28px;
}
#tabs #current a span{
	background-position:100% -28px;
	color:#565656;
}

/* style onMouseover */
#tabs a:hover{
	background-position:0% -28px;
}
#tabs a:hover span{
	background-position:100% -28px;
}