.yuimenubar /* Entire bar */ 
{
  background: transparent;
  margin:0;
  float: right;
}

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

.yuimenu a {
  text-decoration: none;
}

.yuimenubaritem{
  border-top:1px solid #0070a6;
  border-bottom:1px solid #0070a6;
  border-left:1px solid #0070a6;
  border-right:1px solid #0070a6;
  background:#33ff33;

}


a.yuimenubaritemlabel /* Bar item link */ 
{
  padding: 5px 24px;
  color: #FFFFFF;
  background:#ff9900;
  font-family:Arial, Verdana, sans-serif;

}

a.yuimenuitemlabel /* Sub item link */ 
{
  padding: 4px 24px;
  color: #FFFFFF;

}
.yuimenuitem{
  border-left:1px solid #0070a6;
  border-right:1px solid #0070a6;
  background: #08083b; 

}

a.yuimenuitemlabellast /* Sub item link */ 
{
  padding: 4px 24px;
  border-bottom:1px solid #0070a6;
  
}

a.yuimenuitemlabelcourse
{
 padding: 4px 24px;
  border-top:1px solid #0070a6;
  border-bottom:1px solid #0070a6;
}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
   border-width: 1px solid #0070a6; 
}



.yuimenubaritem-hassubmenu /* Add down arrow to bar item */ 
{

  background: url(images/menu/menubaritem_submenuindicator.png) right center no-repeat;
    
}

.yuimenuitem-hassubmenu /* Add right arrow to sub item */ 
{
  background: #08083b url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
}


/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
  background-color: #08083b;
}

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

a.yuimenubaritemlabel-selected, /* Bar menu item link selected */ {
  text-decoration: none;
  color: #FF8706;
  font-family:Helvetica, Arial, sans-serif;
}

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

.yuimenubaritem-hassubmenu-selected /* Change down arrow on bar item */
{
  background-image: url(images/menu/menubaritem_submenuindicator.png);
}

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