/**
 * LINK LEVEL 1
 */

#number1-ddheader
{
  border-width: 0px;
  border-style: none;
}

#dropdownnavi
{
  width: 960px;
  height: 28px;
  background-image: url(../resources/linklevel1_background_notselected.png); 
  background-repeat: repeat-x; 
}

dl.dropdown {
  background-image: url(../resources/linklevel1_background_notselected.png); 
  background-repeat: repeat-x;  
  float: left;
  width: 160px;
  height: 28px;
  margin: 0px;
  padding: 0px;
}

.dropdown dt {
  padding:0px;
  /*padding-top: 7px;*/ /* vertical-align doesnt work here :( */
  border-left: 1px solid #FFFFFF;
  font-weight:bold;
  text-align: center;
  vertical-align: middle;
  height: 28px;
}

.dropdown dt:hover {
  background-image: url(../resources/linklevel1_background_selected.png); 
  background-repeat: repeat-x;  
}

.dropdown dd {
  width: 160px;
  margin-left: 0px;
  margin-right: 0px;
  padding-left:0px;
  padding-right:0px;
  position:absolute;
  background-color: white;
  display:none;
  overflow: hidden;
  opacity: 0;
}

/* Drop down area */
.dropdown dd ul {
  margin: 0px;
  padding:0px;
  border-style: solid;
  border-color: black;
  border-width: 1px;
  border-top: none;
  width: 158px;
  list-style:none;
}
/* dropdown item */
.dropdown dd li {
  padding:0px;
  list-style-image: none;
  width: 158px;
  background-image: none;
}

.dropdown dd li:hover {
  background-color: #ffde00;
}

.dropdown dd li a {
  display: block; 
  padding-left:10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  color: black;
  text-decoration: none;
}
/*
 *  LINK LEVEL 1
 */

a.linklevel1-notselected {
  vertical-align: middle;
  text-decoration: none;
  padding: 7px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

a.linklevel1-selected {
  vertical-align: middle;
  text-decoration: none;
  padding: 7px;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  display: block;
}

/*
 *  LINK LEVEL 2
 */
 div.linklevel2_selected {
  width: 98%;
  height: 30px;
  background-color: #CDD2DD;
  padding-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-left: 5px;
}

div.linklevel2_notselected  {
  width: 98%;
  height: 30px;
  background-color: #f0f0f0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

div.linklevel2_selected div.orangediv {
  background-color: #ffde00;
  height: 30px;
  width: 5px;	
  float:left;
  margin-right: 5px;
}

div.linklevel2_notselected div.invisiblediv {
  height: 30px;
  width: 5px;	
  float:left;
  margin-right: 5px;
}

a.linklevel2_selected {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold; 
  color: #666666;
}

a.linklevel2_notselected {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold; 
  color: #666666;
}

div.link {
  padding-top: 8px;
}

/*
 *  LINK LEVEL 3
 */

div.linklevel3_selected {
  width: 80%;
  background-color: #CDD2DD;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #CCCCCC;
  border-left: 5px;
}

div.linklevel3_notselected  {
  width: 80%;
  background-color: #f0f0f0;
  margin-left: 10px;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
}

div.linklevel3_notselected td.link {
  border-width: 0px;
  border-style: none;
  padding-top: 5px;
  padding-bottom: 5px;
  margin: 0px;
}

div.linklevel3_selected td.link {
  padding-top: 5px;
  padding-bottom: 5px;
  border-width: 0px;
  border-style: none;
  margin: 0px;
}

td.link a {
  font-family: Tahoma;
  font-size: 12px;
  font-weight: bold; 
  color: #666666;
}

div.linklevel3_notselected td.invisible {
  width: 5px;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
}

div.linklevel3_selected td.orange {
  background-color: #ffde00;
  width: 5px;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  border-style: none;
}
