A:link {text-decoration: none; color: white;}
A:visited {text-decoration: none; color:white;}
A:active {text-decoration: none}
A:hover {text-decoration: none; color: white;}

body {
  text-align: center;
  font-family: Arial;
  font-size: 10px;
}

#category1{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:right;
color: white;
}
#category1:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(194, 159, 12);
text-align:right;
color: black;
}
#category2{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:right;
color: white;
}

#category2:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(109, 167, 233);
text-align:right;
color: black;
}
#category3{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:right;
color: white;
}
#category3:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(230, 89, 27);
text-align:right;
color: black;
}
#category4{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:left;
color: white;
}
#category4:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(245, 193, 113);
text-align:left;
color: black;
}
#category5{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:LEFT;
color: white
}
#category5:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(100, 179, 124);
text-align:LEFT;
color: black;
}
#category6{
font-family: Arial;
font-size:20px;
background-color: black;
text-align:LEFT;
color: white;
}
#category6:hover{
font-family: Arial;
font-size:20px;
background-color: rgb(197, 185, 161);
text-align:LEFT;
color: black;
}
#container1 {
    float:left;
    width:100%;
	margin-top:40px;
}
#col1 {
    float:left;
    width:30%;
	text-align:justify;
   
}
#img_left{
	float: left;
	margin: 4px;
}

#col2 {
    float:left;
    width:40%;
   
}
#col3 {
    float:left;
    width:30%;
    text-align: justify;
}

#img_right{
	float: right;
	margin: 4px;
}

div.meniu
{
text-align: center;
margin: auto;
margin-top:20px;
font-family:Verdana, Arial;
font-size: 11px;
font-weight: bold;
word-spacing: 8em;
width: 850px;
margin-right: 226px;
} 

.meniu hr {
margin-left:145px;
width: 600px;
}
/*.meniu ul{
 margin: 0; padding: 0;
 float: left;
 }*/
 
 .meniu ul li{
        display: inline;}
		
.meniu ul li a{
        text-decoration: none;
        color: black; 
        padding: 10.5px 11px;
        background-color: white; }
		
.meniu ul li a:visited{
        color: black;}

.meniu ul li a:hover, .meniu ul li .current{
        color: black;
        background-color:rgb(213, 16, 7);}
