
$(document).ready(function(){

  
 


  $('#likvi').css({'font-size' : '13px'});
  $('#ekonom').css({'font-size' : '13px'});
  $('#prav').css({'font-size' : '13px'});
  $('#it').css({'font-size' : '13px'});

  //likvidacne
 $('#1').mouseover(function(){
    $(this).css({'text-decoration':'underline', 'color' : '#0066cc'});
 });
  
  $('#1').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
  
  //ekonomicke
    $('#2').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#2').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });

  //pravne
  $('#3').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#3').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
 
 //IT
 $('#4').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#4').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
 
 $('#rss').mouseover(function(){
    $(this).css({'background' : 'url("http://www.skp.sk/_images/nav_img/rss1.jpg")', 'background-repeat' : 'no-repeat'});
 });
 
 $('#rss').mouseout(function(){
    $(this).css({'background' : 'url("http://www.skp.sk/_images/nav_img/rss_small.jpg")', 'background-repeat' : 'no-repeat'});
 });
$('#datum1').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum1').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum2').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum2').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum3').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum3').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum4').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum4').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum5').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum5').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum6').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum6').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum7').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum7').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum8').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum8').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });
$('#datum9').mouseover(function(){
    $(this).css({'text-decoration':'underline',  'color' : '#0066cc'});
 });
  
  $('#datum9').mouseout(function(){
    $(this).css({'text-decoration':'none', 'color' : 'black'});
 });});