@charset "iso-8859-1";
 
#banner{
 height:120px;
 background:rgb(255,255,255) url("../gfx/slice_01_banner.jpg") no-repeat left top;
}

#menuB{
 width:136px;
 text-align:right;
 background:rgb(255,167,0);
 bottom:0;
 top:136px;
 position:absolute;
 margin-left:5px;
}

#menuB ul{
 list-style:none;
}

#menuB li{
 float:left;
 display:block;
 font-family:arial,sans-serif;
 font-size:12px;
 background:rgb(255,167,0);
 padding-top:0;
}

#menuB a{
 float:right;
 font-family:arial,sans-serif;
 font-size:12px;
 font-weight:bold;
 text-decoration:none;
 color:rgb(0,51,153);
 height:24px;
 width:136px;
 padding-top:8px;
}

#menuBa{
 background:rgb(255,167,0);
}

#menuBa:hover, #menuBa.current{
 background:rgb(255,228,177);
}

#balkoranje{
 width:100%;
 height:50px;
 background:rgb(255,204,102);
}

#balkoranjedun{
 width:100%;
 height:30px;
 background:rgb(255,204,102);
}

tr.optiePR{
 width:100%;
 height:30px;
 background:rgb(255,204,102);
}

.linkPR{
 font-family:arial,sans-serif;
 font-size:12px; 
 font-weight:bold;
 margin:0;
 padding:5px;
 color:rgb(0,51,153);
 text-decoration:none;
 text-align:left;
 background:rgb(255,204,102);
}