

/******* UI Tabs *******/
.ui-tabs { }
.ui-tabs .ui-tabs-nav {  }
.ui-tabs .ui-tabs-nav li {  }
.ui-tabs .ui-tabs-nav li a {  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {  }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a{ 
cursor: text;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a{ 
background:url(../img/sumhb.gif) top right no-repeat;
color:#ec3f3d;
text-decoration:none;
outline:0;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected{ 
background:url(../img/sumha.gif) no-repeat;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { }
.ui-tabs .ui-tabs-hide { display: none !important; }


/*CSS for Simple Tree Menu*/
.treeview ul{
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
}
.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
cursor: hand !important;
cursor: pointer !important;
}
.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}
.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
cursor: default;
}

