/* MENU STUFF */

/* UNSELECTED TOP LEVEL MENU */
.RadMenu_Mac
{
 border: solid 0px transparent;
 border-bottom: 0px;
 line-height: 14px;
 color: #87a644;
 text-align: right;
 align: right;
 font-size: 14px
}


.RadMenu_Mac .item .link
{
 font-size: 14px
 text-decoration: none;
 font-weight: bold;
 line-height: 14px;
 color: #857985;
 background: transparent;
 padding: 0px 0px;
 text-align: right;
 align: right;
 border-right: thin solid #656565;


}
/* SELECTED TOP LEVEL MENU */

.RadMenu_Mac .link:hover, 
.RadMenu_Mac .item .expanded,  
.RadMenu_Mac .focused   
   
{   
 color: #290f2a;    
     background: transparent;
 padding: 0px 0px;
 font-family: Trebuchet ms, Verdana, Sans-Serif;
 border-right: thin solid #656565;
  font-size: 14px;
 align: right;
}   


/* DROP DOWN MENU HIGHLIGHTED ITEM BACKGROUND COLOR */

.RadMenu_Mac .group
{
 background: #4f3c50;
 

} 

/*child items*/   
.RadMenu_Mac .group .link:hover,   
.RadMenu_Mac .group .focused,   
.RadMenu_Mac .group .expanded   
{   
    background: #4f3c50;  
    color: red; 


}  

.RadMenu_Mac .text
{
 font-size: 12px;
 padding: 0px 9px;
 font-family: Trebuchet ms, Verdana, Sans-Serif;
 font-weight: bold;
 
}



/* DROP DOWN MENU BACKGROUND COLOR & FONT COLOR */
.RadMenu_Mac .group .link
{
 background: #4f3c50;
 float: right;
 _width: 140px; /* IE6 */
 min-width: 140px; /* IE7, Mozilla, Opera */
 text-align: right;
 color: #FFFFFF;
}

.RadMenu_Mac .group .text
{
 padding-left: 12px;

}


/* SUB MENU FONT ROLLOVER COLOR  */
.RadMenu_Mac .group .link:hover,
.RadMenu_Mac .group .focused,
.RadMenu_Mac .group .expanded
{
 color: #ffffff; 
     background: #431c36;
 padding: 0px 0px;
 font-family: Trebuchet ms, Verdana, Sans-Serif;
 
}
