#tmenu
{
	background-color:#FFFFFF;
	width:100%;	
}

#tmenu td
{
	color:#FFFFFF;
	background:#231f20 url(../images/fondo_boton.jpg);
	text-align:center;
	padding:5px;
	font-size:bold;
	width:11%;
	font-weight: bold;
}
#tmenu td:hover
{
	color:#FFFFFF;
	background:#ed1c24;
}

#tmenu td:hover a
{
	color:#FFFFFF;
}

#tmenu td a
{
	color:#FFFFFF;
	text-decoration:none;
}

#tmenu td a:hover
{
	color:#FFFFFF;
	background:#ed1c24;
}

#tmenu td.item_active
{
	color:#FFFFFF;
	background:#ed1c24;
}
#tmenu td a.item_active
{
	color:#FFFFFF;
	background:#ed1c24;
}



/*** PESTAŅAS  ***/
#menu
{
	width: 100%;
	overflow: hidden;	
	padding-left:4px;
	margin-bottom:5px;
}

#menu ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	behavior: url(/css/iepngfix.htc);
	width:100%;
	background-color:#000000;
}

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

#menu a:link, #menu a:visited
{
	float: left;
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	width: 88px;
	height: 35px;
	padding: 10px 0 0 0;
	background: url(../images/boton01.jpg) no-repeat top center;
	behavior: url(/css/iepngfix.htc);
}

#menu a:link.item_active, #menu a:visited.item_active, #menu a:hover
{
	color: #FFFFFF;
	background: url(../images/boton02.jpg) no-repeat top center;
	behavior: url(/css/iepngfix.htc);
}
.transparente { behavior: url(/css/iepngfix.htc);}