.menu { padding-top: 10px; color: #4d4d4d; font-size: 11px; font-weight: bold; line-height: 11px; background-image: url(../pics/menu/menu-bg.gif); width: 800px; height: 23px; border-style: none; }
.menu ul { padding: 0 0 0 16px; list-style: none; }
.menu ul li{ padding-right: 16px; padding-left: 16px; display: inline; border-right: 1px solid white; }
.menu a:link { color: #fff; font-weight: bold; text-decoration: none; }
.menu a:visited { color: #fff; font-weight: bold; text-decoration: none;  }
.menu a:hover { color: #d9d9d9; font-weight: bold; text-decoration: none;  }
.menu a:active { color: #fff; font-weight: bold; text-decoration: none;  }
.noneborder{border: none!important;}