﻿#divMainMenu {
    width: 256px; height:204px; margin: 0; text-align: right; float: none; display: block;
}
td.tmenu {
	
}
td.bmenu {
	background-color: Transparent;
	margin: 0;
}
.csssubmenu {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}
.csssubmenu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
/*Top level list items*/
.csssubmenu ul li {
    position: relative;
    display: inline;
    padding: 0;
    margin: 0 auto;
    float: left;
     
}
.home {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
    cursor:pointer;
}
.homeEN {
    background:url('../../Image/menu3_0.gif'); background-repeat:no-repeat; width:160px; height:50px;  cursor:pointer;
}
.about {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
    cursor:pointer;
}
.aboutEN {
    background:url('../../Image/menu3_0.gif'); background-repeat:no-repeat; width:160px; height:50px;  cursor:pointer;
}
.products {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
    cursor:pointer;
}
.productsEN {
    background:url('../../Image/menu3_0.gif'); background-repeat:no-repeat; width:160px; height:50px;  cursor:pointer;
}
.contact {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
    cursor:pointer;
}
.contactEN {
    background:url('../../Image/menu3_0.gif'); background-repeat:no-repeat; width:160px; height:50px;  cursor:pointer;
}
/*=============== select ====================*/
.csssubmenu ul li a#home_select {
    background:url('../../Image/menu2_1.gif'); background-repeat:no-repeat; width:160px; height:50px;
}
.csssubmenu ul li a#about_select {
    background:url('../../Image/menu2_1.gif'); background-repeat:no-repeat; width:160px; height:50px;
}
.csssubmenu ul li a#product_select {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
}
.csssubmenu ul li a#contact_select {
    background:url('../../Image/menu4_0.gif'); background-repeat:no-repeat; width:160px; height:50px;
}

