/* ######### Drop Down DIVs CSS ######### */


.ddsubmenustyle{ /*topmost and sub DIVs, respectively*/
font-size:12px;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

 .ddsubmenustyle div{ /*topmost and sub DIVs, respectively*/
font-size:100%;
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
visibility: hidden;
z-index: 100;
}

.ddsubmenustyle ul{
margin: 0;
padding: 0;
position: absolute;
left: 0;
top: 0;
list-style-type: none;
border: 0px none;
}

.ddsubmenustyle li a{ /* die erste Unterebene */
display: block;
width: 130px; /*width of menu (not including side paddings)*/
color: #0982b0;
background-color: #eaf5fb;
text-decoration: none;
padding: 8px 5px 8px 11px;
border-bottom: 1px solid #5499c9;
border-left: 1px solid #5499c9;
border-right: 1px solid #5499c9;
margin:0px 0px 0px 1px;
}
.ddsubmenustyle li a:hover{ /* die erste Unterebene hover */
color: #2d414c;
}

.ddsubmenustyle li.top a { /* not used */
	display: block;
	width:130px;
	padding: 8px 5px 8px 11px;
	border-bottom:1px solid #5499c9;
	border-top:none;
	border-right:1px solid #5499c9;
}


.ddsubmenustyle li ul li a{ /* die zweite Unterebene */
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #2d414c;
background-color: #eaf5fb;
text-decoration: none;
padding: 8px 5px;
margin:0;
border-bottom: 1px solid #57b3bd;
border-right: 1px solid #57b3bd;
}

.ddsubmenustyle li ul li a.topline{ /* die zweite Unterebene */
display: block;
width: 140px; /*width of menu (not including side paddings)*/
color: #2d414c;
background-color: #eaf5fb;
text-decoration: none;
padding: 5px 5px;
margin:0;
border-top: 1px solid #57b3bd;
border-bottom: 1px solid #57b3bd;
border-right: 1px solid #57b3bd;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display: inline-block;
width: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover{
color:#2d414c;
}

/* ######### Neutral CSS  ######### */

.bg_nav_corner{
	padding:0;
	border:0;
}		

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
padding-left: 4px;
border: 0;
background-image: url(../bg_pic/nav_corner_left.gif);
background-repeat: no-repeat;
background-position: left top;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
position: absolute;
padding-top: 3px;
left: 100px;
border: 0;
}

.ddiframeshim{
position: absolute;
z-index: 500;
background: transparent;
border-width: 0;
width: 0;
height: 0;
display: block;
}