.LinkBarParent a:link, .LinkBarParent a:visited {
 background-color: #747474;
 color: #CCCCCC;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 padding-left: 10px;
 display: block;
 line-height:20px;
 border-top:1px #595959 solid;
}
.LinkBarParent a:hover {
 background-color: #CCCCCC;
 color: #333333;
 text-decoration: none;
}
.LinkBarParentSelected {
 border-top:1px #595959 solid;
 background-color: #CCCCCC;
 color: #000000;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 padding-left: 10px;
 display: block;
 line-height: 20px;
}

.LinkBarChild a:link, .LinkBarChild a:visited {
 border-top:1px #595959 solid;
 background-color: #747474;
 color: #CCCCCC;
 font-size: 10px;
 padding-left: 20px;
 text-align: left;
 font-weight: bold;
 text-decoration: none;
 display: block;
 line-height:20px;
}
.LinkBarChild a:hover {
 background-color: #CCCCCC;
 color: #333333;
 text-decoration: none;
}
.LinkBarChildSelected {
 border-top:1px #595959 solid;
 background-color: #CCCCCC;
 color: #000000;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 line-height: 20px;
 padding-left: 20px;
}

