/* the Main-Navigation Styles */
	#tabsE {
      float:left;
      width:100%;
	  border : 0;
	  margin : 0;
	  padding: 0;
	  background : #D8D9DB;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 11pt;
	  font-weight:bold;
      line-height:normal;
      }
    #tabsE ul {
	  margin:0;
	  padding:0 10px 0 0;
	  list-style:none;
      }
    #tabsE li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsE a {
      float:left;
      background:url(../img/nav_left_bg.gif) no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  display:block;
      }
    #tabsE a span {
      float:left;
      display:block;
      background:url(../img/nav_right_bg.gif) no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsE a span {float:none;}
    /* End IE5-Mac hack */
    #tabsE a:hover span {
      color:#FFF;
      }
    #tabsE a:hover {
      background-position:0% -44px;
      }
    #tabsE a:hover span {
      background-position:100% -44px;
      }  
	/* the active element */
	#tabsE a.tabsEact { background-position:0% -39px;}
	#tabsE a.tabsEact span { background-position:100% -39px;}
	
/* the Sub-Navigation-Styles */
	#subnav {
	  float:left;
      width:100%;
	  margin : 0;
	  padding: 0;
	  font-family: Verdana, Arial, Helvetica, sans-serif;
	  font-size: 10pt;
	  font-weight:bold;
	  background: #fff;
	  border-bottom:1px solid #c40006;
	}
    #subnav ul {
	  margin : 0;
	  padding: 0;
	  padding:0 10px 0 2px;
	  list-style-type: none;
      }
    #subnav li {
      display:inline;
      margin : 0px;
      padding: 0px;
      }    
	#subnav a {
      float:left;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    
	#subnav a span {
      float:left;
      display:block;
      padding:5px 15px 4px 6px;
      color:#c40006;
      }
	/* Commented Backslash Hack hides rule from IE5-Mac \*/
    #subnav a span {float:none;}
    /* End IE5-Mac hack */
    
	#subnav ul a:hover span {
      text-decoration: underline;
      }
	
	/* for the active sub-nav-element */
	#subnav a.subact { text-decoration: underline;}
	#subnav a.subact span { text-decoration: underline;}