/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.indxdiv table
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  left: 1px;
  width: 5px; /* Width of Menu Items */
  border: 0px;
}

.indxdiv table tr
{
  position: relative; /* float: left; */
}

/*1st level sub menu style */
.indxdiv table tr table
{
  left: 50px; /* Parent menu width - 1*/
  position: relative;
  width: 9px; /*sub menu width*/
  top: 0;
  text-align: left;
  display: none;
}

/*All subsequent sub menu levels offset */
.indxdiv table tr table tr table
{
  left: 9px; /* Parent menu width - 1*/
}

/* menu links style */
.indxdiv table tr a
{
  margin: 0;
  padding: 0;
  display: block;
  color: black;
  text-decoration: none;
  background-color: #ccccff;
  width: 100px;
  vertical-align: top;
  left: 1px; /* background: #fff; */
  padding: 1px 5px;
  border: 2px #d1ec4c outset;
}

.indxdiv table tr a:visited
{
  color: black;
}

.indxdiv table tr a:hover
{
  background-color: #ffccff;
  border: inset;
}

.indxdiv .subfolderstyle
{
  background: url(  "PTA/images/tri.gif" ) no-repeat center right;
  background-color: #d1ec4c;
  border: 2px #d1ec4c outset;
  padding: 1px 4px;
  color: black;
  text-decoration: none;
}

.indxdiv .toplevel
{
  background-color: #d1ec4c;
  border: 2px #d1ec4c outset;
  padding: 1px 4px;
  color: black;
  text-decoration: none;
}

/* Holly Hack for IE \*/
* html .indxdiv ul li
{
  float: left;
  height: 1%;
}
* html .indxdiv ul li a
{
  height: 1%;
}
/* End */

