/* Basic Colors */
body { background-color: #ffffff; }

.header { background-color: #ffffff; border: 0px solid #ffffff; }
.banner { background-color: #ffffff; border: 0px solid #ffffff; }
.footer { background-color: #A7A9AC; border: 0px solid #ffffff; }

.menu { background-color: #000000; z-index:100; }
.leftpanel { background-color: #ffffff; border: 0px solid #ffffff; }
.content { background-color: #ffffff; }
.rightpanel { background-color: #ffffff;  }

/* Menu Colors */
.siteMenu { font-family: Helvetica, Arial; font-size: 9pt; font-weight: bold; white-space: nowrap; cursor: pointer; width: auto; z-index:1000}

.siteSubMenu { position: absolute; visibility: hidden; z-index: 1000; border: 0; padding: 0px; overflow: visible;}
.siteSubMenuTable { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; overflow: visible;}

.siteMainItem { padding: 7px 25px; background-color: #000000; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;}
.siteMainItemHover, .siteMainItemActive { padding: 7px 25px; background-color: #555555; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap; }

.siteMenuItem { background-color: #555555; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;}
.siteMenuItemHover, .siteMenuItemActive { background-color: #333333; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap; }

.siteMenuFolderText, .siteMenuItemText { width: 150px; padding: 5px 10px 5px 10px; background-color: inherit; white-space: nowrap; }
.siteMenuFolderLeft, .siteMenuItemLeft { padding: 0px; white-space: nowrap; }
.siteMenuFolderRight, .siteMenuItemRight { padding: 0px; white-space: nowrap; }