﻿
/* Default item styles ------------------------------------ */ 
.TopGroup div{width:82px; overflow:hidden;}
.Item, .ItemHover, .ItemExpanded{cursor:pointer;width:82px;/*102*/ padding:11px 10px 5px 10px;color:Black; font-weight:bold; text-align:center;
                                 background:url(images/offTab.jpg) no-repeat bottom left; font-size:11px;}
.ItemHover, .ItemExpanded{background:url(images/onTab.jpg) no-repeat bottom left; }


/* Child selected item styles ------------------------------------ 
.ChildItem{cursor:pointer;height:25;font-family:Arial;font-size:12px;font-weight:normal;
           color:#000000;text-decoration:none;background-color: #B59E6D;text-align:left;}
.ChildItemHover{cursor:pointer;  height:25;font-family:Arial;font-size:12px;font-weight:normal;
                color:#FFFED0;text-decoration:none;background-color: #790000;text-align:left;}
.ChildItemExpanded{cursor:pointer;  height:25;font-family:Arial;font-size:12px;font-weight:normal;
                   color:#FFFED0;text-decoration:none;background-color: #790000;text-align:left;}
*/
