.droplinebar{
overflow: hidden;
}

.droplinebar ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
font: bold 13px Arial;
background: #5f8371 url(bluedefault.gif) center center repeat-x; /*default background of menu bar*/
}

.droplinebar ul li{
display: inline;
}

.droplinebar ul li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
}

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

.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/
color: white;
background: #87a295;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #70907f; /*sub menu background color */
visibility: hidden;
}

/* Sub level menu links style */
.droplinebar ul li ul li a{
font: normal 13px Verdana;
padding: 6px;
padding-right: 8px;
margin: 0;
border-bottom: 1px #000;
}

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

A:link {color: #5f8371; text-decoration: none}

A:hover {color: #000000; text-decoration: underline}

A:visited {color: #5f8371; text-decoration: none}

table
{
border-right-style:solid;
border-right-width:1px;
border-right-color:#CCCCCC;
border-left-style:solid;
border-left-width:1px;
border-left-color:#CCCCCC;
border-bottom-style:solid;
border-bottom-width:1px;
border-bottom-color:#CCCCCC;
}
