#menuView {
    layout: 'vertical';
    background-color: 'blue';
}
#menuTopBar {
    width: Ti.UI.FILL;
    height: "60dp";
    background-color: '#3D3D3D';
    layout: 'horizontal';
}
.tableRow {
    height: '50dp';
}
#rowContainer {
    height: '30dp';
    layout: 'horizontal';
}
.rowIcon {
    left: 5;
    top: 7;
    width: "20dp";
    height: "20dp";
}
#rowSkull {
    background-image: '/21-skull.png';
}
#rowGear {
    background-image: '/19-gear.png';
}
#rowPicFrame {
    background-image: '/41-picture-frame.png';
}
.rowLabel {
    top: 7;
    left: 10;
    height: "20dp";
    font: {
        font-size: "15dp";
    }
    color: "#000";
}

.menuTable {
    separator-style: 'NONE';
    separator-color: 'transparent';
    background-color: '#F2F2F2';
}
