.yuimenubar /* Entire bar */ 
{
  background: url(images/menu.png); 
  height:50px;
  

}

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

.yuimenu a {
  text-decoration: none;
/*  background-color: #007EBA; */
  font-size:16px;

}

a.yuimenubaritemlabel /* Bar item link */ 
{
  padding-top: 12px;
  padding-left:10px;
  color: #fff;
font-size:16px;

}

a.yuimenuitemlabel /* Sub item link */ 
{
  padding: 4px 24px;
  color: #fff;
  font-size:16px;
  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 */
}

/*
.yuimenubaritem-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: #007EBA 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-color: #007EBA; */
}

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

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

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ 
{
  text-decoration: none;
  color: #007EBA;
  background-color: #fff;
}
/*
.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item 
{
  background-image: url(images/menu/menubaritem_submenuindicator_selected.png);
}
*/
.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */
{
  background: #fff url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
}
a.yuimenuitemlabel-hassubmenu-selected {background: none;}