/* Styles Navigation Fecker Maschinenbau */
/* psv marketing, frank wuerden */

div#n1, div#n2, div#n3, div#n4, div#n5, div#n6, div#n7 {position: absolute; overflow: hidden;}

div#n1 {left: 25px; top: 0; width: 76px; height: 43px;}
div#n1 a img, div#n1 a {background: url(../img/nav-a.gif) no-repeat -25px 0;}
div#n1 a:hover img, div#n1 a:hover {background: url(../img/nav-b.gif) no-repeat -25px 0;}
div#n1 .current {background: url(../img/nav-b.gif) no-repeat -25px 0;}

div#n2 {left: 118px; top: 0px; width: 102px; height: 43px;}
div#n2 a img, div#n2 a {background: url(../img/nav-a.gif) -118px 0 no-repeat;}
div#n2 a:hover img, div#n2 a:hover {background: url(../img/nav-b.gif) -118px 0 no-repeat;}
div#n2 .current {background: url(../img/nav-b.gif) -118px 0 no-repeat ;}

div#n3 {left: 236px; top: 0px; width: 74px; height: 43px;}
div#n3 a img, div#n3 a {background: url(../img/nav-a.gif) -236px 0 no-repeat;}
div#n3 a:hover img, div#n3 a:hover {background: url(../img/nav-b.gif) -236px 0 no-repeat;}
div#n3 .current {background: url(../img/nav-b.gif) -236px 0 no-repeat;}

div#n4 {left: 327px; top: 0px; width: 88px; height: 43px;}
div#n4 a img, div#n4 a {background: url(../img/nav-a.gif) -327px 0 no-repeat;}
div#n4 a:hover img, div#n4 a:hover {background: url(../img/nav-b.gif) -327px 0 no-repeat;}
div#n4 .current {background: url(../img/nav-b.gif) -327px 0 no-repeat;}

div#n5 {left: 27px; top: 66px; width: 64px; height: 40px;}
div#n5 a img, div#n5 a {background: url(../img/nav-a.gif) -27px -66px no-repeat;}
div#n5 a:hover img, div#n5 a:hover {background: url(../img/nav-b.gif) -27px -66px no-repeat;}
div#n5 .current {background: url(../img/nav-b.gif) -27px -66px no-repeat;}

div#n6 {left: 106px; top: 66px; width: 184px; height: 40px;}
div#n6 a img, div#n6 a {background: url(../img/nav-a.gif) -106px -66px no-repeat;}
div#n6 a:hover img, div#n6 a:hover {background: url(../img/nav-b.gif) -106px -66px no-repeat;}
div#n6 .current {background: url(../img/nav-b.gif) -106px -66px no-repeat;}

div#n7 {left: 307px; top: 66px; width: 68px; height: 40px;}
div#n7 a img, div#n7 a {background: url(../img/nav-a.gif) -307px -66px no-repeat;}
div#n7 a:hover img, div#n7 a:hover {background: url(../img/nav-b.gif) -307px -66px no-repeat;}
div#n7 .current {background: url(../img/nav-b.gif) -307px -66px no-repeat;}




#sub {
	background: url("../img/bgsubnav.png") repeat-y;
	position: absolute;
	top: 20px;
	left: 264px;
	width: 170px;
	height: 270px;
}

        #lava {
            width: 162px;
            background: #eaeff2;
            /* padding: 15px 15px 5px 15px; */
            margin: 10px 0 0 10px;
            overflow: hidden;
			height:auto;
			color: #000;
        }
               
        
                #lava li {
                    /* float: left; */
                    list-style: none;
                }
                    #lava li.back {
                        /* background: url("images/pfeil.gif") no-repeat right -20px; */
                        /* width: 0px; height: 20px; */
                        /* z-index: 8; */
                        position: absolute;
                        top: 0; left: 0;
                    }
                        #lava li.back .left {
                            background: url("../img/sub-pointer.gif") no-repeat left top;
                            height: 25px;
                            /*margin-right: 9px;  7px is the width of the rounded shape */
                        }
                    #lava li a {
                        font: normal 11px Verdana;
                        text-decoration: none;
                        color: #000000;
                        outline: none;
                        text-align: left;
                        top: 3px;
                        letter-spacing: 1;
                        z-index: 10;
                        display: block;
                        /* float: left; */
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 8px;    
                    }
                        #lava li a:hover {
                            color: #cc0000;
                            border: none;
                        }
