﻿/* Default item styles ------------------------------------ */  
.Item, .ItemHover, .RMItem, .RMItemHover
{font-family:Franklin Gothic Medium, Baskerville; font-weight:normal; color:#966A09;
  background:url(images/menu/MenuButtonMain.jpg) no-repeat top left; height:29px;
  cursor:pointer;padding:0px 18px; font-size:14px; text-align:center;}
.ItemHover, .RMItemHover{ background:#968009; color:#F3E17E;}
.RMItem{border-right:solid 1px #e8ad2b;}
.RMItemHover{border-right:solid 1px #968009;}

/* Child selected item styles ------------------------------------ */  
.ChildItem, .ChildItemHover, .ChildItemExpanded{cursor:pointer;font-family:Franklin Gothic Medium, Baskerville; 
                                                font-weight:normal; color:#966A09; background-color:#F3E17E;
                                                padding:5px 14px; font-size:14px;border-bottom:solid 1px #e8ad2b;}
.ChildItemHover, .ChildItemExpanded { background:#968009; color:#F3E17E;}

.DivItem{width:1px; height:100%; background-color:White;}
