.yuimenubar /* Entire bar */ 
{
  background: url(images/menu-body-sliver.png) repeat-x;
  margin:-1px -1px 0 -1px;
  height:59px;
  font-size:0.9375em;
}

.yuimenu /* Sub container */ 
{
  background-color: #007EBA;
  z-index: 10000;
}

.yuimenubaritem
{
height: 59px;
}

.yuimenubaritem2
{
height: 59px;
background: url(images/menu-body-sliver.png) repeat-x;
}


.yuimenu a {
  text-decoration: none;
  background-color: #0066FF;
}

a.yuimenubaritemlabel /* Bar item link */ 
{
  padding: 0 20px;
  color: #fff;
  position:relative;
  top: 15px;
  font-weight: bold;
  text-decoration: none;
}

a.yuimenubaritemlabel2 /* Bar item link */ 
{
  padding: 0 19px;
  color: #66CCFF;
  position:relative;
  top: 15px;
}

a.bluelabel {
color: #66CCFF;
}

 .menubarjoin {
 height:59px;
 width:2px;
 background: url(images/menu-join-sliver.png) !important;
 }
 
 .menubarleft {
 height:59px;
 width:1px;
 background: url(images/menu-leftend-sliver.png) !important;
 }
 
 .menubarright {
 height:59px;
 width:1px;
 background: url(images/menu-rightend-sliver.png) !important;
 }
 
a.yuimenuitemlabel /* Sub item link */ 
{
  padding: 4px 24px;
  color: #fff;
  border-bottom:1px solid #0070a6;
  border-left:1px solid #0070a6;
  border-right:1px solid #0070a6;
  
}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
  border-width: 0; /* No border on the first bar item link */
}

.yuimenubaritemlabel-hassubmenu /* Add down arrow to bar item */ 
{
  background: url(images/menu/menubaritem_submenuindicator_selected.png) right center no-repeat;
}

.yuimenuitem-hassubmenu /* Add right arrow to sub item */ 
{
  background: #0066FF url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
}
a.yuimenuitemlabel-hassubmenu {
background: none;
}
/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
  background:url(images/menu-dk-blue-rollover.png) repeat-x;
}

li.yuimenubaritem2-selected /* Bar menu item */ {
  background:url(images/menu-lght-blue-rollover.png) repeat-x;
}

li.yuimenuitem-selected  /* Sub menu item */ {
  color: #fff
}

a.yuimenubaritemlabel-selected /* Bar menu item link selected */ {
  text-decoration: none;
  color: #fff;
}

a.yuimenubaritemlabel2-selected /* Bar menu item link selected */ {
  text-decoration: none;
  color: #fff;
}

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ 
{
  text-decoration: none;
  color: #0066FF;
  background-color: #fff;
}

.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item */
{
}

.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */
{
  background: #fff url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
  color: #fff;
}
a.yuimenuitemlabel-hassubmenu-selected {background: none;}

