﻿/* Define a new style for each menu */

.yui-skin-sam .yuimenu {

    line-height: 2;  /* ~24px */
    *line-height: 1.9; /* For IE */

}

.yui-skin-sam .yuimenu .bd {

    border-width: 2px;
    border-color: #ddd #666 #666 #ddd;
    border-style: solid;
    background-color: #ccc;

}

.yui-skin-sam #site-menu 
.yuimenubaritemlabel,
.yuimenubaritemlabel a:Hover,
.yuimenubaritemlabel a:active
{
  padding-left:10px;
  color:white;
  text-decoration: none;
  text-align:right; /* added WDF 8 Dec 08*/
  cursor:default;
  margin:-1px 0;
  background-image:url(/graphics/menu-button-arrow-white.png)  ;
  background-repeat :no-repeat;
  }

/* Define a new style for a MenuItem instance's "selected" state. */

.yui-skin-sam #site-menu .yuimenuitem-selected 
{
    color :White;
    background-color: #ce9e4e ;
 }

.yui-skin-sam #site-menu .yuimenu  a:Hover,
.yui-skin-sam #site-menu .yuimenu  a:active
{
    color :White;
    background-color: #ce9e4e ;
 }



