LinkBar {
borderStyle: solid;
borderColor: #cc0000;
borderThickness: 1;
horizontalGap: 20;
separatorWidth: 3;
letterSpacing: 2;
cornerRadius: 8;
backgroundColor: #66ccff;
separatorColor: #660066;
rollOverColor: #663366;
selectionColor: #99ff00;
color: #330000;
textRollOverColor: #cc0033;
textSelectedColor: #9999ff;
disabledColor: #6633ff;
fontSize: 16;
fontWeight: bold;
fontStyle: italic;
textDecoration: underline;
dropShadowEnabled: true;
shadowDistance: -1;
shadowDirection: right;
dropShadowColor: #00cc99;
}