.btnav { background-color: #336699; border: 0px #000000 solid; }

body { font-family: Arial, SimSun, sans-serif; font-size: 0.8em; }
p { font-family: Arial, SimSun, sans-serif; font-size: 0.8em; }

body A:link { color: #0034b5; text-decoration: underline; }
body A:visited { color: #0034b5; text-decoration: underline; }
body A:hover { color: #FF0000; }

.class1 A:link { text-decoration: none; }
.class1 A:visited { text-decoration: none; }
.class1 A:active { text-decoration: none; color: red; }
.class1 A:hover { text-decoration: none; color: red; }

.class2 A:link { text-decoration: none; }
.class2 A:visited { text-decoration: none; }
.class2 A:active { text-decoration: underline; }
.class2 A:hover { text-decoration: underline; }

.class3 A:link { text-decoration: none; color: black; }
.class3 A:visited { text-decoration: none; color: black; }
.class3 A:active { text-decoration: none; font-weight: bold; }
.class3 A:hover { text-decoration: none; font-weight: bold; }

.imgborder { border-color: lightblue; }
.btnborder { border-color: lightgrey; }

.mainheading { color: #006600; font-family: verdana, Arial, SimSun, sans-serif; font-weight: bold; font-size: 0.975em; }
.submenuheading { color: #336699; font-family: verdana, Arial, SimSun, sans-serif; font-weight: bold; font-size: 0.875em; }
.faq_heading { background-color: #E0E0E0; font-family: Arial, SimSun, sans-serif; font-size: 0.8em; }
.faq_question { color: #808080; font-family: Arial, SimSun, sans-serif; font-size: 0.8em; }

.pinyin { color: #800000; font-family: Arial, sans-serif; }

.side_panel { background-color: #EBEBEB; background-repeat: repeat-y; }

.beveled-table { background-color: #ffffff; border: #C3D9FF 1px solid; font-family: Arial, SimSun, sans-serif; font-size: 0.8em; }

#nav {
  border-left: 0px solid #42432d; border-right: 0px solid #42432d; border-top: 0px solid #42432d; border-bottom: 0px solid #42432d; margin: 0; padding: 0; background: #336699 repeat-x 0 0; width:100%;
}
#nav li {
  display: inline;
  padding: 0;
  margin: 0;
}
#nav a:link,
#nav a:visited {
  color: #FFFFFF;
  background: #336699;
  padding: 3px 20px 3px 20px;
  float: left;
  width: auto;
  text-decoration: none;
  font: bold 1em/1em Arial, Helvetica, sans-serif;
}
#nav a:hover {
  color: #FFFFFF;
  background: #84C1DF;
}

#home #nav-home a,
#about #nav-about a,
#services #nav-services a,
#rates #nav-rates a,
#resources #nav-resources a,
#tools #nav-tools a,
#contact #nav-contact a {
  background: #CC0000;
  color: #fff;
  text-shadow:none;
}
#home #nav-home a:hover,
#about #nav-about a:hover,
#services #nav-services a:hover,
#rates #nav-rates a:hover,
#resources #nav-resources a:hover,
#tools #nav-tools a:hover,
#contact #nav-contact a:hover {
  background: #CC0000;
}
#nav a:active {
  background: #CC0000;
  color: #FFFFFF
}