.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: normal 12px Tahoma;
width: 100%;
text-align: cebter;
border: 0px solid #a49337;
border-width: 1px 0;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 4px 10px;
text-decoration: none;
border-right: 0px solid black;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/blockactive.gif) center center repeat-x;
}

/** DROPDOWN MENU **/

#dropmenudiv{
          background-color: red;
          position:absolute;
          border:1px solid black;
          border-bottom-width: 0;
          font:normal 12px Verdana;
          line-height:18px;
          z-index:100;
          background: black url(../images/blockdefault.gif) center center repeat-x;
}

#dropmenudiv a{
          background-color: #000000;
          border: 1px solid gray;
          width: 100%;
          display: block;
          text-indent: 3px;
          padding: 1px 0;
          text-decoration: none;
          color: white;
          font-weight: bold;
          background: black url(../images/blockdefault.gif) center center repeat-x;
}

#dropmenudiv a:hover{ /*hover background color*/
          background-color: #4f4f4f;
          background: transparent url(../images/blockactive.gif) center center repeat-x;
}

/** KONIEC DROPDOWNMENU **/

