$(document).ready(function (){

 
$("#tabmen").hover( function (){


}, function (){
$(".podtable").delay("400").fadeOut("fast");
$("#uch").delay("400").css("color","#3f3c3b");
$("#pos").delay("400").css("color","#3f3c3b");
$("#sp").delay("400").css("color","#3f3c3b");


});// hover tabmen


$("#uch").hover( function() {
$(this).css("color","#9e4f27");
$("#pos").css("color","#3f3c3b");
$("#sp").css("color","#3f3c3b");

$("#uchpodtable").css("display","inline");
$("#pospodtable").css("display","none");
$("#sppodtable").css("display","none");
}, function() {
}); //uch").hover


$("#pos").hover( function() {
$(this).css("color","#9e4f27");
$("#uch").css("color","#3f3c3b");
$("#sp").css("color","#3f3c3b");

$("#uchpodtable").css("display","none");
$("#pospodtable").css("display","inline");
$("#sppodtable").css("display","none");
}, function() {
}); //pos").hover




$("#sp").hover( function() {
$(this).css("color","#9e4f27");
$("#uch").css("color","#3f3c3b");
$("#pos").css("color","#3f3c3b");

$("#uchpodtable").css("display","none");
$("#pospodtable").css("display","none");
$("#sppodtable").css("display","inline");
}, function() {
}); //sp").hover


$("#glav").hover( function() {

$(".podtable").css("display","none");
$("#uch").delay("400").css("color","#3f3c3b");
$("#pos").delay("400").css("color","#3f3c3b");
$("#sp").delay("400").css("color","#3f3c3b");

}, function (){ });



$("#nov").hover( function() {

$(".podtable").css("display","none");
$("#uch").delay("400").css("color","#3f3c3b");
$("#pos").delay("400").css("color","#3f3c3b");
$("#sp").delay("400").css("color","#3f3c3b");

}, function (){ });


$("#con").hover( function() {

$(".podtable").css("display","none");
$("#uch").delay("400").css("color","#3f3c3b");
$("#pos").delay("400").css("color","#3f3c3b");
$("#sp").delay("400").css("color","#3f3c3b");

}, function (){ });

});
