/* CSS Document */

#menu
{
  background: rgb(125,125,125) url(../images/button_gray.jpg) repeat-x top ; /*BOJA POZADINE IZBORNIKA*/
  width: 100%;
	height: 33px;
	padding-top: 7px;
	border: 0px solid #FFFFFF;
	text-align: center;

}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    width: 12em;
    float: left;

}

#menu ul.subtopmenu
{
    width: 12em;
    text-align: left;
}

#menu a
{
	font-family: "Trebuchet MS", sans-serif;
	font-size: 12px; 
  font-weight: bold;  
  text-align: left;
  display: block;
  border-width: 0px 1px 0px 0px; /*samo desno crta */ 
  border-style: solid;
  border-color: rgb(167,169,172);
  margin: 0;
  padding: 2px 5px 2px 15px;
  color: rgb(212,212,212);      /* BOJA TEKSA U IZBORNICA */
  text-decoration: none;
}

#menu ul.subtopmenu a
{
    border-collapse: collapse;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: rgb(167,169,172);
    background: rgb(129,128,128);
    color: rgb(212,212,212);
}

#menu a:hover
{
    color: rgb(62,62,62);     /* BOJA TEKSTA U IZBORNICIMA KADA SE PREDJE MISEM PREKO */
    text-decoration: none;
}

#menu ul.subtopmenu a:hover
{
    border-collapse: collapse;
    background: rgb(70,166,174);
    color: rgb(62,62,62);
}

#menu li {position: relative; z-index: 5000;}

#menu ul ul
{
	border: 0px;
	border-top: 0;
  position: absolute;
  z-index: 5000;
}

#menu ul ul ul
{
    position: absolute;
    top: 0;
    left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

.subtopmenu
{
    visibility: hidden;
}

