﻿body {}
table.tblSI
{
    width: 49%;
}
td.Category
{
    font-weight: bold;
    padding-left: 5px;
}
td.SubCategory
{        
    font-size: 11px;
    padding-left: 20px;
}
td.Spacer
{
    background-color: #cccccc;
}
tr.SubCategory
{
    width: 50%;    
}
#secondTable
{    
    position: absolute;
    background: white;
    width: 49%
}
.Table { width:100%; }
.tableRowWidth100{ width:50%; }
.AlphaCategory { width: 3.1ch; }
.DropDownList {margin-left:0; width:200px; height:20px;}
.ListBox {height:4px; width:4px; visibility:hidden;}

.MainSubject, .MainSubject ul{padding:0;margin:0;list-style:none;}
.MainSubject a{width:auto;font-size:larger;}
.MainSubject li {float: left; padding: 0px 8px 2px 0px;}  /* all list items */
.MainSubject li ul {position: absolute; background: #99CCFF; padding: 0px 0px 0px 4px; width:auto; left: -9999px;} /* second-level lists */
.MainSubject li:hover ul {left: auto;} /* nest list under hovered list items */
.MainSubject li ul li a {color: #ffffff; text-decoration: none; display: block;}
.MainSubject li ul li a:hover {color: yellow; background:#663399;}