.droplinebar{
overflow: hidden;
border-bottom: 1px dotted gray;
border-top: 1px dotted gray;
border-right: 1px dotted gray;
border-left: 1px dotted gray;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 11px Verdana;
background: #242c54 url(../images/zilver.gif) center center repeat-x; /*default background of menu bar*/

}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: black;
padding: 4px 11px;
text-decoration: none;

}

.droplinebar ul li a:visited{
color: black;
}

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: #ff6600;
text-decoration: underline;
background: transparent url(../images/zilver.gif) center center repeat-x;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #f7f7f4; /*sub menu background color */
border-left: 1px dotted gray;
border-right: 1px dotted gray;
border-top: 1px dotted gray;
border-bottom: 1px dotted gray;
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 11px Verdana;
padding: 4px;
padding-left: 7px;
padding-right: 8px
margin: 0;
border-right: 1px dotted black;
}

.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */
background: #EEE;
}
