/* Basic Colors */
body { background-color: #ffffff; }

.header { border: 0px solid #ffffff; background-color: #000000; }
.banner { background-color: #8ABF17; }
.toppanel {  border: 0px solid #ffffff; }
.footer { background-color: #ffffff; border: 0px solid #ffffff; }
.middle { }

.menu { background-color: #000000; border: 0px solid #ffffff; z-index:100;}
.leftpanel { background-color: #ffffff; border: 0px solid #ffffff; }
.content { background-color: #ffffff; border: 0px solid #ffffff; }
.rightpanel { background-color: #ffffff; border-left: 0px dotted #cccccc; }

/* Menu Colors */
.siteMenu { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; width: auto;  }

.siteSubMenu { position: absolute; visibility: hidden; z-index: 100; border: 0; padding: 0px; overflow: visible; filter:alpha(opacity=90); -moz-opacity: 0.9}
.siteSubMenuTable { font-family: Helvetica, Arial; font-size: 8pt; font-weight: bold; white-space: nowrap; cursor: pointer; overflow: visible;}

.siteMainItem { padding: 10px 15px; background-color: #6B9907; color: #ffffff; border: 0; cursor: hand; white-space: nowrap; border-right: 5px solid #000000}
.siteMainItemHover, .siteMainItemActive { padding: 10px 15px; background-color: #587E05; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap; border-right: 5px solid #000000}

.siteMenuItem { background-color: #000000; color: #ffffff; border: 0; cursor: hand; white-space: nowrap;}
.siteMenuItemHover, .siteMenuItemActive { background-color: #555555; color: #ffffff; border: 0; cursor: hand; 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; }