/* TESTBED Navigation CSS */

.navTESTBED {width:612px; height:17px; font-size:0.85em; position:relative; z-index:100; border-right:0px solid #fff; font-weight:bold;}
/* hack fuer IE5.5 box-model */
* html .navTESTBED {width:606px; w\idth:605px;}
/* entfernt alle bullets, borders und paddings des generellen list stylings */
.navTESTBED ul {padding:0;margin:0;list-style-type:none;}
.navTESTBED ul ul {width:149px;}
/* floatet die liste fuer die horizontale und die relative positon fuer die kontrolle der dropdown menu positon */
.navTESTBED li {float:left;position:relative;}
/* styles fuer die links des top levels */
.navTESTBED a, .navTESTBED a:visited {display:block; font-size:9px; text-decoration:none; color:#333333; height:15px; border:1px solid #555555; background:#f1f1f1; margin-left:2px; margin-right:2px; padding-left:5px;  padding-right:5px; line-height:15px;}
/* hack fuer IE5.5 box-model */
* html .navTESTBED a, * html .navTESTBED a:visited {width:50px; w\idth:50px;}
* html .navTESTBED li.menuButton {white-space:nowrap;}
/* style fuer den ersten level background mit Untermenu*/
.navTESTBED ul ul a.drop, .navTESTBED ul ul a.drop:visited {background:#cacaca url(../../images/submenu_testbed.gif) bottom right no-repeat;}
/* stylt den ersten level hover mit Untermenu (klapp-grafik) */
.navTESTBED ul ul a.drop:hover{background:#009ee0 url(../../images/submenu_all_hover.gif) bottom right no-repeat;}
/* style fuer den zweiten level background mit Untermenu*/
.navTESTBED ul ul ul a.drop, .navTESTBED ul ul ul a.drop:visited {background:#b2b2b2 url(../../images/submenu_testbed.gif) bottom right no-repeat;}
/* stylt den zweiten level hover mit Untermenu (klapp-grafik) */
.navTESTBED ul ul ul a.drop:hover{background:#009ee0 url(../../images/submenu_all_hover.gif) bottom right no-repeat;}
/* style fuer den drittes level background mit Untermenu*/
.navTESTBED ul ul ul ul a.drop, .navTESTBED ul ul ul ul a.drop:visited {background:#b2b2b2;}
/* stylt den drittes level hover mit Untermenu (bekommt keine klapp-grafik.. letztes level) */
.navTESTBED ul ul ul ul a.drop:hover{background:#009ee0;}
/* damit das hover ein submenue drueber bestehen bleibt.. */
.navTESTBED ul ul :hover > a.drop {background:#ff8c40 url(../../images/submenu_all_hover.gif) bottom right no-repeat;}
.navTESTBED ul ul ul :hover > a.drop {background:#ff8c40 url(../../images/submenu_all_hover.gif) bottom right no-repeat;}
/* stylt den zweiten level background */
.navTESTBED ul ul ul a, .navTESTBED ul ul ul a:visited {background:#cacaca; border-color:#fff;}
/* stylt den zweiten level hover */
.navTESTBED ul ul ul a:hover {background:#ffd940;}
/* stylt den dritten level background */
.navTESTBED ul ul ul ul a, .navTESTBED ul ul ul ul a:visited {background:#b2b2b2;}
/* stylt den dritten level hover */
.navTESTBED ul ul ul ul a:hover {background:#b34040;}
/* versteckt die sub levels und verpasst ihnen eine absolute position */
.navTESTBED ul ul {visibility:hidden; position:absolute; height:0; top:16px; left:0; width:149px; border-top:1px solid #ffffff;}
/* hack fuer IE5.5 */
* html .navTESTBED ul ul {top:16px;t\op:16px;}
/* positioniert das zweite untermenue */
.navTESTBED ul ul ul{left:149px; top:-1px; width:149px;}
.navTESTBED ul ul ul.left {left:-149px;}
/* stylt die menue-table - erforderlich fuer den IE */
.navTESTBED table {position:absolute; top:0; left:0; border-collapse:collapse;}
/* style fuer die links des ersten sublevels */
.navTESTBED ul ul a, .navTESTBED ul ul a:visited {background:#e0e0e0; color:#333333; height:auto; line-height:1em; padding:5px 10px; width:128px; border-width:0 1px 1px 1px; border-color:#fff;}
/* hack fuer IE5.5 */
* html .navTESTBED ul ul a, * html .navTESTBED ul ul a:visited {width:150px; w\idth:128px;}
/* style fuers top level, level eins hover */
.navTESTBED a:hover, .navTESTBED ul ul a:hover{color:#fff; background:#b34040;}
.navTESTBED ul ul :hover > a {color:#fff; background:#b34040;}
/* active top */
.navTESTBED :hover > a {color:#fff; background:#009ee0;}
/* macht das erste level sichtbar bei mouseOver top-level */
.navTESTBED ul li:hover ul,
.navTESTBED ul a:hover ul{visibility:visible; }
/* verstecken des zweite levels bei hover des ersten levels*/
.navTESTBED ul :hover ul ul{visibility:hidden;}
/* sichtbar machen des dritten levels bei mouseover zweites level usw. .. auch fuer folgende level (sichtbar/unsichtbar..)*/
.navTESTBED ul :hover ul :hover ul{ visibility:visible;}
.navTESTBED ul :hover ul :hover ul ul{ visibility:hidden;}
.navTESTBED ul :hover ul :hover ul :hover ul{ visibility:visible;}
.navTESTBED ul :hover ul :hover ul :hover ul ul{ visibility:hidden;}
