/* main/common nav css for Assisting in Business :: from Clarihon */


#topnav { 
  height: 74px;
  margin-left: 50px;
  width: 945px;
}
#topnav ul {
  position: absolute;
  top: 17px;
  height: 40px;
  width: 875px;
  background: #bed63a url(images/bg_nav-a.png) repeat-x 0 0;
}
#topnav li {
  text-align: center;
  font-size: 17px;
  font-family: Georgia, serif;
  letter-spacing: -0.03em;
  line-height: 38px;
 float: left;
 height: 40px;
  background: #0c83a6 url(images/bg_nav-li.png) repeat-x 0 0;
 white-space: nowrap; 
}
* html #topnav li {
 width: 100px;
}
#topnav a {
  color: #fff;
  text-decoration: none;
  background: #bed63a url(images/bg_nav-a.png) repeat-x 0 0;
 height: 40px;
 display: block;
 padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #dce89c;
  border-right: 1px solid #dce89c;
}
* html #topnav a {
}
/* Safari + GoogleChrome  */ body:nth-of-type(1) #topnav a {
 font-size: 0.95em;
}
#topnav a:hover, #topnav li a:focus, #topnav li a.sffocus {
  color: #fff;
  text-decoration: none;
  border-left: 1px solid #85c1d2;
  border-right: 1px solid #85c1d2;
  background: url(none);
}
/* Opera */ @media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) { head~body #topnav a:hover {
  background: #0c83a6 url(images/bg_nav-li.png) repeat-x 0 0;
} }

