.droplinebar{
overflow: hidden;}

.droplinebar ul{
margin: 0;
padding: 0 0 0 60px;
float: left;
width: 100%;
font: bold 13px Arial;
background: #242c54 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 17px;
text-decoration: none;
font-size: 14px;

}#about li.about a{
background: #E5E5E5;border-top: 1px solid black;color: black;}

#guide li.guide a
{background: #E5E5E5;color: black;border-top: 1px solid black;}

#video li.video a{background: #E5E5E5;border-top: 1px solid black;color: black;}#home li.home a{background: #E5E5E5;border-top: 1px solid black;color: black;
}

#tools li.tools a{background: #E5E5E5;border-top: 1px solid black;color: black;}#resources li.resources a{background: #E5E5E5;border-top: 1px solid black;color: black;}#blog li.blog a{background: #E5E5E5;border-top: 1px solid black;color: black;}.droplinebar ul li a:hover, .droplinebar ul li .current{ /*background of main menu bar links onMouseover*/color: white;background: transparent url(blueactive.gif) center center repeat-x;}/* Sub level menus*/.droplinebar ul li ul{position: absolute;z-index: 100;left: 0;top: 0;background: #E5E5E5;visibility: hidden;}/* Sub level menu links style */.droplinebar ul li ul li a{font: normal 13px Verdana;padding: 6px;padding-right: 22px;margin: 0;color: black;}.droplinebar ul li ul li a:hover{ /*sub menu links' background color onMouseover */background: transparent url(blueactive.gif) center center repeat-x;}
