@charset "UTF-8";

@media all
{

  a, a:link, a:active, a:focus { outline:none; } /* no dotted border on click */
  
  .LinkIcon
{
    padding:2px 4px 2px 2px;
 }
 
#AdminHostList ul li {
list-style-type:none;
}
 
  /* ------------------------------------------------------------------------------------------ */
 #MainNavigation.TabList
  {
      /* width:42em; */
      }
  
  #MainNavigation {
    /* (de) Einfassen der Floats im IE */
    width: 100%;
    overflow: hidden;
    /* (de) Einfassen der Floats in allen anderen Browsern */
    float: left;
    display: inline;
    /* (en|de) Bugfix: IE - collapsing horizontal margins */
    position:relative;
    /* (en) Repeat the main color from the image */
    /* (de) Wiederholung der Hauptfarbe aus der Bilddatei */
    
    /* background: #c0c0c0 url("../../yaml/navigation/images/shiny_buttons/background.png") repeat-x center right; */
    background: transparent;
    border-top: 0px #333 solid;
    border-bottom: 0px #333 solid;
    line-height: 0;
  }

  #MainNavigation ul 
  {
     /* background-color:oldLace; /* can be removed!*/
     background:url("../images/MenuGlasEffect.png") repeat-x center right;
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: right; /* float: left; LTR */
    /* (en) Left margin of the first button  */
    /* (de) Abstand des ersten Buttons vom linken Rand  */
    margin: 0 0 0 0px; /* margin: 0 0 0 50px; LTR */
    padding: 0;
    border-left: 0px #fff solid;
    border-right: 0px #fff solid;
    border-bottom: 0px solid #fff;
    border-top: 0px solid #fff;
  }

  #MainNavigation ul li {
    /*border-left: 1px #fff solid;
    border-right: 1px #FFD300 solid; */
    /* (en|de) Bugfix: IE - Doubled Float Margin Bug */
    display: inline;
    float: left; /* LTR */
    font-size: 1.0em;
    line-height: 1em;
    list-style-type: none;
    margin: 0;
    padding: 0;
  }

  #MainNavigation ul li a {
    background: transparent;
    color: #000;
    display: block;
   /* font-size: 1em; */
    font-weight: bold;
    margin: 0;
    /* padding: 0.5em 0.8em 0.5em 0.8em; */
   /* padding:6px; */
   padding: 0.5em 0.8em 0.5em 0.8em;
    text-decoration: none;
    width: auto;
  }

  #MainNavigation ul li a:focus,
  #MainNavigation ul li a:hover,
  #MainNavigation ul li a:active   
  {
      /* background: #eee;  */
     /* background: #A1600E;  */
     background:#F89D2A;
      /* color: #333;  */
      color:#fff;
      text-decoration: none; 
  }

  #MainNavigation ul li.SelectedTab {
    /* background: #272727 url("../../yaml/navigation/images/shiny_buttons/background_active.png") repeat-x center right; */
    /*background: transparent; */
     /* background: #A1600E;  */
     background:#F89D2A;
   /* border-left: 0px #fff solid; */
   border-left: 1px #F89D2A solid;
    border-right: 0px #fff solid;
  }
  
  .SelectedTab
  {
      font-family:Verdana;
      font-weight:bold;
      }

  #MainNavigation ul li.SelectedTab a,
  #MainNavigation ul li.SelectedTab a:focus,
  #MainNavigation ul li.SelectedTab a:hover,
  #MainNavigation ul li.SelectedTab a:active { 
  /* font-family: Arial, Helvetica, sans-serif; */  /* überschreibt DNN Default.css */
  font-weight:bold;
  background: transparent; 
  color: #fff; 
  text-decoration: none;
    }
  
  /* ------------------------------------------------------------------------------------------ */
  
  #SubNavigation{
  width: 100%;
  overflow: hidden;
  /* border-right: 1px dotted #c0c0c0; */
  padding: 0 0 0 0;
  margin-bottom: 1em;
  /* font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif; */
  /* font-size: 90%; */
  color: #333;
  }

  #SubNavigation ul{
  /* list-style: none; */
  list-style: none;
  margin: 0;
  padding: 0;
  float:left; /* LTR */
  width: 100%;
  }

  #SubNavigation li {
  /* list-style: none; */
list-style: none;
  padding: 0; 
  margin: 0;
  }

  #SubNavigation li a{
  display: block;
  padding: 5px 5px 5px 8px;
  /* border-left: 10px solid #cc2127; */
  /* border-right: 10px solid #f4f4f4; */
  /* background-color: #fff; */
  color: #000;
  text-decoration: none;
  font-weight: bold;
  width: 100%;

  }

  html>body #SubNavigation li a{ /*Non IE6 width*/
  width: auto;
  }

  #SubNavigation li a:hover{
  /* border-left: 10px solid #df373c; */
  /* border-right: 10px solid #ebebeb; */
  /* background-color: #fcfcfc; */
  /* color: #000; */
  color: #ffffff;
  text-decoration:none;
  font-weight: bold;  

  }
  
  #SubNavigation li.selected {

  }
  #SubNavigation li.selected a {
  background-color: transparent;
  /* color: #000000; */
  color: #ffffff;
  
  }
  
  /* ----------------------------------------------------------------- */
  
  #SubNavigation ul li.selected ul{
  list-style: none;
  margin: 0;
  /* margin: 0; */
  /* margin:0 0 5px; */
  /* margin:4px 0 0 5px; */
  /* margin:5px 0px; */

  }

  #SubNavigation li.selected ul li{
 
  /* margin: 0; */
  /* margin:0 0 5px; */
  padding:0px 0px 5px 0px;

  }

  #SubNavigation li.selected ul li a{
  display: block;
  padding: 0px 5px 2px 20px;
  /* border-left: 10px solid #cc2127; */
  /* border-right: 10px solid #f4f4f4; */
  /* background-color: #2f2f2f; */
  background:transparent;
/*   color: #c0c0c0; */
  color: #000000;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
  }

  html>body #SubNavigation li.selected ul li a{ /*Non IE6 width*/
  width: auto;
  }

  #SubNavigation li ul li a:hover{
  /* border-left: 10px solid #df373c; */
  /* border-right: 10px solid #ebebeb; */
  /* background-color: #2f2f2f; */
  background:transparent;
  /* color: #fff; */
  /* color: #000000; */
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;  }
  
  #SubNavigation li.selected ul li {

  }
  #SubNavigation li.selected ul li.selected a {
  /* background-color: #2f2f2f; */
  /* background-color:#FFD300; */
  /* background-color:#F89D2A ; */
  background:transparent;
  color: #fff;
  padding-left:20px;

  
  }


}

