/* Basic Colors */
body { background-color: #EDEDE5; }

.header { background-color: #EDEDE5; border: 0px solid #ffffff;}
.banner { background-color: #EDEDE5; border: 0px solid #ffffff; }
.footer { background-color: #AEA98F; border: 0px solid #ffffff; }

.menu { background-color: #EDEDE5; border: 0px solid #ffffff; z-index:100;}
.leftpanel { background-color: #EDEDE5; border: 0px solid #ffffff; }
.content { background-color: #EDEDE5; border: 0px solid #ffffff; }
.rightpanel { background-color: #EDEDE5; border-left: 0px dotted #cccccc; }

/* Menu Colors */
.siteMenu { font-family: Helvetica, Arial; font-size: 9pt; 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: 5px 25px; background-color: #A9A48E; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap; border-right: 7px #EDEDE5 solid}
.siteMainItemHover, .siteMainItemActive { padding: 5px 25px; background-color: #8D886B; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;  border-right: 7px #EDEDE5 solid}

.siteMenuItem { background-color: #457997; color: #ffffff; border: 0; cursor: pointer; white-space: nowrap;}
.siteMenuItemHover, .siteMenuItemActive { background-color: #376986; 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; }