﻿/**
 * LINK LEVEL 1
 */
#number1-ddheader
{
  border-width: 0px;
  border-style: none;
}

#dropdownnavi
{
  width: 960;
  height: 28px;
  background-image: url(linklevel1_background_notselected.png); 
  background-repeat: repeat-x; 
}

dl.dropdown {
  background-image: url(linklevel1_background_notselected.png); 
  background-repeat: repeat-x;  
  float: left;
  width: 192px;
  height:28px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-width: 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(linklevel1_background_selected.png); 
  background-repeat: repeat-x;  
}

.dropdown dd {
  width: 192px;
  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: 190px;
}

/* dropdown item */
.dropdown dd li {
  padding:0px;
  width: 190px;
  background-image: none; 
}

.dropdown dd li:hover {
  background-color: orange;
}

.dropdown dd li a {
  display: block; 
  padding-left:10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 2px;
  width: 180px;
  color: black;
  text-decoration: none;
}

/*
 *  LINK LEVEL 1
 */
table.orangetable{
 	background-color: orange;
	width: 960px;
	height: 4px;
	padding: 0px;
	margin: 0px;
	border-style: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

/*
 *  LINK LEVEL 1
 */

a.linklevel1-notselected {
  vertical-align: middle;
  text-decoration: none;
  padding: 7px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

a.linklevel1-selected {
  vertical-align: middle;
  text-decoration: none;
  padding: 7px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

/*
 *  LINK LEVEL 2
 */
 div.linklevel2_selected {
	width: 98%;
	height: 28px;
	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: 28px;
	background-color: #f0f0f0;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

div.linklevel2_selected div.orangediv {
	background-color: orange;
	height: 28px;
	width: 5px;	
	float:left;
	margin-right: 5px;
	
}

div.linklevel2_notselected div.invisiblediv {
	height: 28px;
	width: 5px;	
	float:left;
	margin-right: 5px;
}


div.link {
	padding-top: 6px;
	padding-left: 3px;
	padding-bottom: 6px;
	height: 28px;
}

div.link a {
	font-family: Tahoma, Calibri,"Trebuchet MS", Arial;
	font-size: 12px;
	font-weight: bold; 
	color: #666666;
}

/*
 *  LINK LEVEL 3
 */
 div.linklevel3_selected {
	width: 80%;
	height: 28px;
	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%;
	height: 28px;
	background-color: #f0f0f0;
	margin-left: 10px;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}

div.linklevel3_selected div.orangediv {
	background-color: orange;
	height: 28px;
	width: 5px;	
	float:left;
	padding: 0px;
	margin-right: 5px;
	
}

div.linklevel3_notselected div.invisiblediv {
	height: 5px;
	width: 5px;	
	float:left;
	padding: 0px;
	margin-right: 5px;
}
