.LinkBarParent a:link, .LinkBarParent a:visited {
 background: url(/inc/skins/bn01/images/multiglass.png) no-repeat top left;
 color: white;
 font-weight: bold;
 font-family: Arial;
 font-size: 12px;
 text-align: center;
 text-decoration: none;
 padding: 0px;
 display: block;
 line-height:29px;
 border:1px solid white;
 margin-top:3px;
}
.LinkBarParent a:hover {
 background-position: top right;
 color: #FFFFFF;
 text-decoration: none;
}
.LinkBarParentSelected {
 background: url(/inc/skins/bn01/images/multiglass.png) no-repeat top left;
 line-height:29px;
 color: orange;
 font-family: Arial;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 text-decoration: none;
 display: block;
 margin-top:3px;
}

.LinkBarChild a:link, .LinkBarChild a:visited {
 color: #FFFFFF;
 font-weight: bold;
 font-family: Arial;
 font-size: 12px;
 text-align: center;
 text-decoration: none;
 padding: 0px;
 display: block;
 line-height:29px;
 border:1px solid white;
 margin-top:3px;
}
.LinkBarChild a:hover {
 background: url(/inc/skins/bn01/images/rollover_button.png) no-repeat top left;
 color: #FFFFFF;
 text-decoration: none;
}
.LinkBarChildSelected {
 line-height:29px;
 color: orange;
 font-family: Arial;
 font-weight: bold;
 font-size: 12px;
 text-align: center;
 text-decoration: none;
}
