/***** welcomepage SHADOW AND BORDER BACKGROUND COLORS *****/
td.bg_left {
  background: #999900 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/bg_left_shadow.gif') repeat-y left bottom;
}

td.bg_right {
  background: #999900 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/bg_right_shadow.gif') repeat-y right bottom;
}

td.bg_left_bottom {
   background: #999900 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/bg_left_bottom.gif') no-repeat left top;
}

td.bg_right_bottom {
   background: #999900 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/bg_right_bottom.gif') no-repeat right top;
}

td.bg_bottom {
   background: #999900 url('/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/bg_bottom.gif') repeat-x right top;
}

/***** BUTTON IMAGES *****/
#buttons li {
   background:url("/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/tableft.gif") no-repeat left bottom;
}

#buttons a {
   background:url("/irj/portalapps/com.sap.pct.webediting.ui.themes/customer/kiwi/images/tabright.gif") no-repeat right bottom;
}

/***** BACKGROUND COLOR selected *****/
#buttons ul#folderlist1 li, #buttons, #buttons ul#folderlist1 li a,#buttons ul#folderlist1 li span, #buttons #navLinkCurrentPath, #buttons #navLinkCurrentPath a{
  background:#999900;
}

/***** Selected text colour *****/
DIV#buttons UL#folderlist0 LI#navLinkCurrentPath  span.navLinkFolder, DIV#buttons UL#folderlist0 LI#navLinkCurrentPath UL#folderlist1 LI#navLinkCurrentPath  A.urLnk SPAN.navLinkFolder {
 color: #ffffff!important;
 font-size: x-small !important;
}

/***** Unselected text colour *****/
DIV#buttons UL#folderlist0 LI#navLinkCurrentPath UL#folderlist1 LI SPAN.navLinkFolder  {
	color: #000000 !important;
	text-decoration: none;
}

/***** HEIGHT OF THE MENU BAR *****/
#buttons ul {
  margin:0px 0px 0px 10px;   /* Use this to set the height of the whole div*/
  padding:0px 0px 0px 0px;
  }

div#buttons table tr td.bg_bottom, div#buttons table tr td.bg_left_bottom, div#buttons table tr td.bg_right_bottom
{
	background-color: #FFFFFF;
}