﻿
.LinkText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 30px;
    text-decoration: none;
    vertical-align:middle;
    background-color:Transparent;
    margin-left:30px;
}
.ParentLink
{
    color:#5c1b49;
    height:30px;
    width:180px;
    text-decoration: none;
    background-image:url(../images/button_gray_purple_logo_180x30.jpg);
    background-repeat: no-repeat;
}
.ParentLink:hover
{
    color:#FFFFFF;
    text-decoration: none;
    background-image:url(../images/button_purple_white_logo_180x30.jpg);
}
.ParentLinkOn
{
    color:#000000;
    height:30px;
    width:180px;
    text-decoration: none;
    background-image:url(../images/button_gray_3.jpg);
    background-repeat: no-repeat;
}
.ParentTD
{
  height:24px;
  line-height:24px;
  vertical-align:middle;
  text-align:left;
  width:180px;
  background-color:Transparent;
    border-top-width:1px;
    border-top-color:Black;
    border-top-style:solid inset;
}
.ChildLinkText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    font-style: normal;
    font-variant: normal;
    line-height: 20px;
    text-decoration: none;
    vertical-align:top;
    background-color:Transparent;
    margin-left:15px;
}
.ChildLink
{
    color: #5c1b49;
    text-decoration: none;
    width:180px;
    background-image:url(../images/button_light_gray_up_180x20.jpg);
    background-color:Transparent;
    vertical-align:middle;
}
.ChildLink:hover
{
    color: white;
    text-decoration: none;
    background-image:url(../images/button_purple_180x20.jpg);
}
.ChildLinkOn
{
    color:#000000;
    height:20px;
    width:180px;
    text-decoration: none;
    background-image:url(../images/button_light_gray_down_180x20.jpg);
    background-repeat: no-repeat;
}
.ChildTD
{
    text-align:left;
    width:180px;
    vertical-align:middle;
    height:20px;
    background-color:Transparent;
    border-width:0px;
}
.hiddenimg {display:none;}