#main_menu_wrapper
{
  margin-bottom: 40px;
}

.droplinebar{
  overflow: hidden;
}

.droplinebar ul
{
margin: 0;
padding: 0;
float: left;1
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;
	/*background: transparent url(images/BG-navigation-bar-bkgs.png) top left no-repeat;*/
}

.droplinebar ul li a
{
  float: left;
  color: white;
  
  text-decoration: none;

	background: transparent url(images/BG-navigation-bar-bkgs.png) top right no-repeat;

  	/*background-color: #2B6DB9;*/
	min-width: 60px;
  width: 106px;
  padding: 0;
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
	margin: 1px;
	line-height: 35px;
  text-align: center;
  
}


.droplinebar ul li a:hover, .droplinebar ul li .current
{ /*background of main menu bar links onMouseover*/
	background-position: bottom right;
}

/* Sub level menus*/
.droplinebar ul li ul{
position: absolute;
z-index: 100;
left: 0;
top: 0;
background: #e2dedd; /*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: 1px;
  color: #000;

  background: none;
}

.droplinebar ul li ul li a:hover
{ /*sub menu links' background color onMouseover */
  background: #999;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-toolkit-border-radius: 2px;
}