﻿#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_cn.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_cn.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_cn.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_cn.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_cn.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_cn.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_English_cn.jpg'); background-repeat:no-repeat;
 }
  #Home a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_Home_cn1.png'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Aboutus a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_About Us_cn1.png'); 
       background-color:#0086C4;
     position:relative;top:59px;
     opacity:0.8;
      }
        #Products a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_Products_cn1.png'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Shopcart a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_ShopCart_cn1.png'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #News a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_News_cn1.png'); 
     position:relative;top:59px;
     opacity:0.8;
      }
        #Contactus a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_ContactUs_cn1.png'); 
     position:relative;top:59px;
     opacity:0.8;
      }
              #English a:hover
  {
      height:75px;
      background-image:url('../../Content/Images/Nav_English_cn1.jpg'); 
     position:relative;top:59px;
     opacity:0.8;
      }