/* bluemenu!! */

    #bluemenu {
      line-height:normal;
	  font-size:14px;
	  font-weight:600;
	  position:absolute;
	  right:15px;
}
    #bluemenu ul {
	  margin:0;
	  list-style:none;
      }
    #bluemenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #bluemenu a {
      float:left;
      background:url(../img/tableft.gif) no-repeat left top;
      margin:0;
	  margin-left:2px;
      padding:0 0 0 8px;
      text-decoration:none;
	  border: none;
      }
    #bluemenu a span {
      float:left;
      display:block;
      background:url(../img/tabright.gif) no-repeat right top;
      padding:5px 10px 2px 5px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #bluemenu a span {float:none;}
    /* End IE5-Mac hack */
    #bluemenu a:hover span {
		color:#eee;
      }
    #bluemenu a:hover {
      background-position:0% -42px;
      }
    #bluemenu a:hover span {
      background-position:100% -42px;
      }
	  
	#bluemenu a.selected span, .reportActions a.selected span, .reportExportActions a.selected span{
	color: #cf9;
	}
	  
/* end bluemenu */

/* groen menu!! */

    #greenmenu {
      line-height:normal;
	  font-size:12px;
	  font-weight:600;
	  position:absolute;
	  right:15px;
}
    #greenmenu ul {
	  margin:0;
	  list-style:none;
      }
    #greenmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #greenmenu a {
      float:left;
      background:url(../img/tableftgreen.gif) no-repeat left bottom;
      margin:0;
	  margin-left:2px;
      padding:0 0 0 8px;
      text-decoration:none;
	  border: none;
      }
    #greenmenu a span {
      float:left;
      display:block;
      background:url(../img/tabrightgreen.gif) no-repeat right bottom;
      padding:2px 10px 5px 3px;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #greenmenu a span {float:none;}
    /* End IE5-Mac hack */
    #greenmenu a:hover span {
		color:#cf9;
      }
    #greenmenu a:hover {
      background-position:0% -16px;
      }
    #greenmenu a:hover span {
      background-position:100% -16px;
      }
	  
	#greenmenu a.selected span, .reportActions a.selected span, .reportExportActions a.selected span{
		color:#007abd;  
	}		  
	  
	  
/* end green menu */


