
/* definire linie selectare limba */

.lb_line {
	height: 25px;
	background: url('../pics/body/lb_fundal.jpg') repeat-x top left;
    text-align: left;
	color: #ffffff;
	vertical-align: bottom;
}
.lb_table {
	height: 25px;
    text-align: left;
	color: #ffffff;
	vertical-align: middle;
}
.lb_table td {
	height: 25px;
	width: 102px;
    text-align: center;
	color: #ffffff;
	vertical-align: middle;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold; text-decoration: none;
	background: #656f79;

}
.lb_table A, .lb_table A:visited, .lb_table A:active {
	background: transparent url('../pics/body/lb_norm.jpg') no-repeat top right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal; text-decoration: none;
	text-align: left;
	color: #545454;
	display: block;
    height: 19px;
    padding-top: 6px;
    padding-left: 38px;
}
.lb_table A:hover {
	background: transparent url('../pics/body/lb_over.jpg') no-repeat top right;
	text-decoration: underline;
	color: #000000;
    display: block;
    height: 19px;
}
.lb_table A#active, .lb_table A:hover#active {
	background: transparent url('../pics/body/lb_over.jpg') no-repeat top right;
	color: #545454;
    display: block;
    cursor: default;
    height: 19px;	
}

/* definire linie meniu */

.menu_line, .menu_line_rapid {
	height: 35px;
	border-bottom: 1px solid #ffffff;
    text-align: left;
	color: #ffffff;
	vertical-align: middle;
}
.menu_table, .menu_table_rapid {
	height: 35px;
    text-align: left;
	color: #ffffff;
	vertical-align: middle;
}
.menu_table td, .menu_table_rapid td {
	height: 35px;
	width: 119px;
    text-align: center;
	color: #ffffff;
	vertical-align: middle;
	border-right: 1px solid #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold; text-decoration: none;
	background: #656f79;

}
.menu_table A, .menu_table A:visited, .menu_table A:active {
	background: transparent url('../pics/body/men_but_norm.jpg') no-repeat top left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal; text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
    height: 25px;
    padding-top: 10px;
}
.menu_table A:hover {
	background: transparent url('../pics/body/men_but_over.jpg') no-repeat top left;
	color: #545454;
    display: block;
    height: 25px;
}
.menu_table A#active, .menu_table A:hover#active {
	background: transparent url('../pics/body/men_but_over.jpg') no-repeat top left;
	color: #545454;
    display: block;
    cursor: default;
    height: 25px;	
}

/* definire meniu rapid */

.menu_line_rapid, .menu_table_rapid, .menu_table_rapid td {
	height: 30px;
}

.menu_table_rapid A, .menu_table_rapid A:visited, .menu_table_rapid A:active {
	background: #2a2a2a;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal; text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;
    height: 22px;
    padding-top: 8px;
}
.menu_table_rapid A:hover, .menu_table_rapid A#active, .menu_table_rapid A:hover#active {
	background: #cae92b;
	color: #545454;
    display: block;
    height: 22px;
}
.menu_table_rapid A#active, .menu_table_rapid A:hover#active {
    cursor: default;
}
