﻿#Home a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:15px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
background-image:url('../../Content/Images/Nav_Home_en.jpg'); background-repeat:no-repeat;
 }
 #Aboutus a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
 background-image:url('../../Content/Images/Nav_About Us_en.jpg'); background-repeat:no-repeat;
 }
  #Products a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
background-image:url('../../Content/Images/Nav_Products_en.jpg'); background-repeat:no-repeat;
 }
   #Shopcart  a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
background-image:url('../../Content/Images/Nav_ShopCart_en.jpg'); background-repeat:no-repeat;
 }
 #News   a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
background-image:url('../../Content/Images/Nav_News_en.jpg');background-repeat:no-repeat;
 }
  #Contactus  a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
 background-image:url('../../Content/Images/Nav_ContactUs_en.jpg'); background-repeat:no-repeat;
 }
   #English  a
{
float:left;
display:block;
height:60px;
width:130px;
text-align:center;
margin-left:5px;
border-radius:17px 17px 0 0;
position:relative;top:74px;
background-image:url('../../Content/Images/Nav_China_en.jpg'); background-repeat:no-repeat;
 }
  #Home a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_Home_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Aboutus a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_About Us_en1.jpg'); 
       background-color:#0086C4;
     position:relative;top:59px;
     opacity:0.8;
      }
        #Products a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_Products_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Shopcart a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_ShopCart_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #News a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_News_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Contactus a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_ContactUs_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }
              #English a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_China_en1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }