@CHARSET "ISO-8859-1";
/***************************************************************************************** HORIZONTAL MENU BAR */
        .hmenu {
            position: relative;
            height: 50px;
            width: 966px;
            padding: 0;
            margin: 0;
            overflow: visible;
        }
                .hmenu li {
                    float: left;
                    list-style: none;
                }
                    .hmenu li.back {
                        background: url("../img/hmenu/lava.png") no-repeat right -50px;
                        width: 23px; height: 50px;
                        z-index: 11;
                        position: absolute;
                        cursor:pointer;
                    }
                        .hmenu li.back .left {
                            background: url("../img/hmenu/lava.png") no-repeat top left;
                            height: 50px;
                            margin-right: 22px; /* 7px is the width of the rounded shape */
                        }
                    .hmenu li a {
                        font: bold 14px arial;
                        text-decoration: none;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 0px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 50px;
                        width:138px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 0;    
                    }
                        .hmenu li a:hover, .hmenu li a:active, .hmenu li a:visited {
                            border: none;
                            
                        }
ul.hmenu a.home{
	width:106px;
	background: transparent url(../img/hmenu/home.png) no-repeat;
}
ul.hmenu a.on_home{
	width:106px;
	background: transparent url(../img/hmenu/on_home.png) no-repeat !important;
}
ul.hmenu a.contact{
	width:177px;
	background: transparent url(../img/hmenu/contact.png) no-repeat;
}
ul.hmenu a.on_contact{
	width:177px;
	background: transparent url(../img/hmenu/on_contact.png) no-repeat !important;
}
ul.hmenu a.download{
	width:138px;
	background: transparent url(../img/hmenu/download.png) no-repeat;
}
ul.hmenu a.on_download{
	width:138px;
	background: transparent url(../img/hmenu/on_download.png) no-repeat !important;
}
ul.hmenu a.photo{
	width:154px;
	background: transparent url(../img/hmenu/photo.png) no-repeat;
}
ul.hmenu a.on_photo{
	width:154px;
	background: transparent url(../img/hmenu/on_photo.png) no-repeat !important;
}
ul.hmenu a.dealer{
	width:116px;
	background: transparent url(../img/hmenu/dealer.png) no-repeat;
}
ul.hmenu a.on_dealer{
	width:116px;
	background: transparent url(../img/hmenu/on_dealer.png) no-repeat !important;
}
ul.hmenu a.sh{
	width:151px;
	background: transparent url(../img/hmenu/sh.png) no-repeat;
}
ul.hmenu a.on_sh{
	width:151px;
	background: transparent url(../img/hmenu/on_sh.png) no-repeat !important;
}
ul.hmenu a.about{
	width:124px;
	background: transparent url(../img/hmenu/about.png) no-repeat;
}
ul.hmenu a.on_about{
	width:124px;
	background: transparent url(../img/hmenu/on_about.png) no-repeat !important;
}
