#menu {
  width:177px;
  padding:0.1em 0;
  margin:0 10px;
  }
#menu a, #menu a:visited {
  display:block; 
  padding:0.6em 0;
  color:#fff;
  font-weight:bold;
  font-size:12px;
  text-indent:1.2em;
  text-decoration:none;
  margin:0; 
  background:url(/public/oglasnik/grafika/box_line2.gif) no-repeat 0 bottom;
  }
#menu a:visited span {
  display:block; 
  position:absolute; 
  top:0; 
  left:10em; 
  font-size:1.1em;
  color:#fff; 
  }
#menu a span {
  display:none;
  }
#menu a:hover {
  color:#ffc500; 
  }
.box {
  position:relative;
  }
    
#menu table {
  font-size:11px;
  color:#636363;
  font-weight:bold;
  margin-bottom:0;
  width:100%;
  }
#menu table tr {
  height:25px;
  width:100%;
  background: url(/public/oglasnik/grafika/box_line2.gif) no-repeat 0 bottom;
  }
#menu table tr.zadnji {
  height:25px;
  background:none;
  }
#menu table tr td.left {
  width:70%;
  text-indent:1.2em;
  }
#menu table tr td.right {
  width:30%;
  background:none;
  }