/*- Menu Tabs E--------------------------- */

    #header {
      float:left;
      width:100%;
      background:#FFA544 url(/static/site/citytube/images/navi_orange_gradient_list.jpg) repeat-x top;
      line-height:normal;
      font-weight: bold;
      }
    #header ul {
      margin:0;
      padding:0px 0px 0px;
      list-style:none;
      }
    #header li {
      float:left;
      background:url("/static/site/citytube/images/tableftE.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      }
    #header a {
      float:left;
      display:block;
      background:url("/static/site/citytube/images/tabrightE.gif") no-repeat right top;
      padding:8px 15px 8px 6px;
      text-decoration:none;
      font-weight:bold;
      color:#ffffff;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #header a {float:none;}
    /* End IE5-Mac hack */
    
    #header a:hover {
      color:#333;
      }
    #header .current{
      float:left;
      background:url("/static/site/citytube/images/tableftE_on.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      }

    #header .current a {
      float:left;
      display:block;
      background:url("/static/site/citytube/images/tabrightE_on.gif") no-repeat right top;
      padding:8px 15px 8px 12px;
      text-decoration:none;
      font-weight:bold;
      color:#ffffff;
      }
      
      
/*- Profil--------------------------- */

    #headerprofil {
      background:#FFA544 url(/static/site/citytube/images/navi_orange_gradient_list.jpg) repeat-x top;
      line-height:normal;
      }
    #headerprofil ul {
      margin:0px;
      padding:0px 0px 0px 0px;
      list-style:none;
      }
    #headerprofil li {
      float:left;
      background:url("/static/site/citytube/images/tableftE_profil.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      }
    #headerprofil a { 
     float:left; 
     display:block; 
     background:url("/static/site/citytube/images/tabrightE_profil.gif") no-repeat right top; 
     padding:2px 10px 2px 6px;
     text-decoration:none;
     color:#ffffff;
     }


    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #headerprofil a {float:none;}
    /* End IE5-Mac hack */
    
    #headerprofil a:hover {
      color:#333;
      }
    #headerprofil .current{
      float:left;
      background:url("/static/site/citytube/images/tableftE_on_profil.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 0px;
      }
    #headerprofil .current a { 
     float:left; 
     display:block; 
     background:url("/static/site/citytube/images/tabrightE_on_profil.gif") no-repeat right top; 
     padding:2px 10px 2px 12px;
     text-decoration:none;
     font-weight:bold;
     color:#ffffff;
     }
