/***********************/
/* Tigra Pulldown Menu */
/***********************/

/* level 0 inner */

.m0l0iout {
  font-family: arial;
  font-size: 13px;
  line-height: 16px;
  color: #ffffae;
  background-color: #a83959;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

.m0l0iover {
  font-family: arial;
  font-size: 13px;
  line-height: 16px;
  color: #ff9900;
  background-color: #a83959;
  font-style: normal;
  font-weight: bold;
  text-decoration: none;
}

/* level 0 outer */

.m0l0oout {
  text-decoration : none;
  background-color: transparent;
}

.m0l0oover {
  text-decoration : none;
  background-color: transparent;
}

/* level 1 inner */

.m0l1iout {
  font-family: arial;
  font-size: 12px;
  line-height: 12px;
  color: #983452;
  background-color: transparent;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 2px;
}

.m0l1iover {
  font-family: arial;
  font-size: 12px;
  line-height: 12px;
  color: #983452;
  background-color: #ffffce;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  padding: 2px;
}

/* level 1 outer */

.m0l1oout {
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #bc8187;
  background-color: #e8ddd2;
}

.m0l1oover {
  text-decoration: none;
  border: 1px;
  border-style: solid;
  border-color: #bc8187;
  background-color: #ffffce;
}


/*******************/
/* Tigra Tree Menu */
/*******************/

.sidemenu {
  color: #888846;
  font-size: 11px;
  font-weight: bold; 
  font-family: verdana;
}

/* Style for tree item text */
.t0i,.t1i,.t2i,.t3i,.t4i {
  font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: none;
  font-weight: normal;
}

/* Style for tree item image */
.t0im {
  border: 0px;
  width: 19px;
  height: 16px;
}

