.yuimenubar /* Entire bar */ 
{
  background-color:#c9e2d7;
  height:30px;
  width:960px;
  margin-left :12px; 
}
*html .yuimenubar {
          margin-left :20px; /* ie6 fixed */
}
*+html .yuimenubar {
          margin-left:22px; /* ie7 fixed */
}

.yuimenu /* Sub container */ 
{
  background-color: #02b5d0;
}

.yuimenu a {
  text-decoration: none;
  background-color: #02b5d0; 
}

a.yuimenubaritemlabel /* Bar item link */ 
{
  padding: 5px 24px;
  color: #100d12;
}

a.yuimenuitemlabel /* Sub item link */ 
{
  padding: 4px 24px;
  color: #100d12;
  border-bottom:1px solid #01b1cb;
  border-left:1px solid #01b1cb;
  border-right:1px solid #01b1cb;
  
}

.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/selected.png) right center no-repeat;
}                               

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

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

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

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

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

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

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