﻿/* Toplevel images item styles ------------------------------------ */
.ImageItem{ cursor:pointer; }
.ImageItemHover{ cursor:pointer;  }
.ImageItemExpanded{ cursor:pointer;  }

/* Default item styles ------------------------------------ */ 
.Item, .ItemHover, .ItemExpanded{cursor:pointer;height:55px;font-family:Franklin Gothic Medium, Trebuchet MS;font-size:17px;font-weight:normal;
      color:#1D62A3;text-decoration:none;text-align:left;}
.ItemHover, .ItemExpanded{color:White;}

/* Child selected item styles ------------------------------------ */ 
.ChildItem, .ChildItemHover, .ChildItemExpanded{cursor:pointer;  height:35px; padding:0px 15px 0px 15px;  font-family:Trebuchet MS;
   font-size:14px;font-weight:normal; color:White;text-decoration:none;background-color: #E46F28;text-align:left;}
.ChildItemHover, .ChildItemExpanded{ background-color:#266DAC;}

.divItem{ width:1px; height:15px; background-color:White; margin:0 14px 0 14px;}