a.parent:link
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #A0957E;
}

a.parent:visited
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #A0957E;
}

a.parent:active
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #A0957E;
}

a.parent:hover
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #A0957E;
}

a.sub:link
{
 color: #FFFFFF;
 text-decoration: none; 
 white-space: nowrap;
 cursor: hand;
 background-color: #887C62;
}

a.sub:visited
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #887C62;
}

a.sub:active
{
 color: #FFFFFF;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #887C62;
}

a.sub:hover
{
 color: #000000;
 text-decoration: none;
 white-space: nowrap;
 cursor: hand;
 background-color: #e8dabc;
}

.div_parent
{
 width: 160px;
 color: #FFFFFF;
 
 line-height: 24px;
  
 font-weight:	bold;
 font-size: 11px;
 font-family: verdana;
}

.div_sub
{
 width: 160px;
  
 line-height: 24px;
  
 font-weight:	bold;
 font-size: 11px;
 font-family: verdana;
}

.parent_row
{
 background-color: #A0957E;
}

.sub_row
{
 background-color: #887C62;
}