@charset "utf-8";
/* CSS Document by Patrik - Kreator IT */

#meni ul{
list-style:none;
}

#meni ul li a{
display:block;
width:200px;
height:25px;
font:BOLD 14px/18px "Trebuchet MS";
color:#e67112;
text-decoration:none;
line-height:23px;
padding-left:5px;
border-bottom:1px dotted #666666;
border-left:1px solid #000;

}

#meni ul li a:hover{
color:#CCCCCC;
border-left:1px solid #FF9900;
background:#111;
}

#meni ul li a.now{
background:#333333;
color:#CCCCCC;
border-left:1px solid #FF9900;
}

#lang{
position:absolute;
height:74px;
top:60px;
right:220px;
}

#lang ul li.cro a{
display:block;
width:94px;
height:37px;
background:url(images/btncro.jpg) 0 0 no-repeat;
margin-bottom:5px;
line-height:0px;
font-size:0px;
}

#lang ul li.cro a:hover{
background:url(images/btncro.jpg) 0 0 no-repeat;
background-position:-94px;
}


#lang ul li.eng a{
display:block;
width:94px;
height:37px;
background:url(images/btneng.jpg) 0 0 no-repeat;
margin-bottom:5px;
line-height:0px;
font-size:0px;
}

#lang ul li.eng a:hover{
background:url(images/btneng.jpg) 0 0 no-repeat;
background-position:-94px;
}