#topmenu {
	text-align:right;
	vertical-align:bottom;
	float: right;
	width: auto;
	margin-top:117px;
	/* background: url("../img/browndot.gif") repeat-x bottom; */
	margin-right:30px;
	z-index:3;
}
html>body #topmenu{ margin-top:118px;}
    #topmenu ul {
      margin:0;
      padding:10px 10px 0;
      list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
    }
    #topmenu a {
      float:left;
      background:url("../img/left_both.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 9px;
      border-bottom:1px solid #765;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      background:url("../img/right_both.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      font-weight:bold;
      color:#765;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#333;
      }
    #topmenu #current a {
      background-position:0 -150px;
      border-width:0;
      }
    #topmenu #current a span {
      background-position:100% -150px;
      padding-bottom:5px; /* make 4px if u want solid */
      color:#333;
      }
    #topmenu a:hover {
      background-position:0% -150px;
      }
    #topmenu a:hover span {
      background-position:100% -150px;
      }