.LinkBarParent a:link, .LinkBarParent a:visited {
 background: url(/inc/skins/clowingaround01/images/bg_LinkParent.gif) no-repeat top left;
 height: 16px;
 color: #0000FF;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 padding-left: 16px;
 display: block;
}
.LinkBarParent a:hover {
 color: #FFFFFF;
 text-decoration: none;
 background-position:bottom left;
}
.LinkBarParentSelected {
 background: url(/inc/skins/clowingaround01/images/bg_LinkParentSelected.gif) no-repeat top left;
 height: 16px;
 color: #000000;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 padding-left: 16px;
 display: block;
}

.LinkBarChild a:link, .LinkBarChild a:visited {
 background: url(/inc/skins/clowingaround01/images/bg_LinkChild.gif) no-repeat top left;
 height: 16px;
 color: #0000FF;
 font-size: 10px;
 padding-left: 26px;
 text-align: left;
 font-weight: bold;
 text-decoration: none;
 display: block;
}
.LinkBarChild a:hover {
 color: #FFFFFF;
 text-decoration: none;
 background-position: bottom left;
}
.LinkBarChildSelected {
 background: url(/inc/skins/clowingaround01/images/bg_LinkChildSelected.gif) no-repeat top left;
 height: 16px;
 color: #000000;
 font-weight: bold;
 font-size: 10px;
 text-align: left;
 text-decoration: none;
 padding-left: 26px;
}

