ul.topnav {
  margin: 10px 0px 0px;
  padding: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  background-attachment: scroll;
  position: relative;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  color: white;
  line-height: 1em;
  font-family: Arial;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.8em;
}
ul.topnav li {
  border-style: none;
  border-width: 0px;
  border-left: 0px none white;
  margin: 0px;
  padding: 0px;
  background-repeat: no-repeat;
  text-transform: uppercase;
  display: inline;
}
ul.topnav li a {
  border: 1px solid #364433;
  margin: 0px -4px 0px 0px;
  padding: 8px 20px 9px;
  font-family: Arial;
  text-decoration: none;
  color: #ededed;
  background-position:  center center;
  background-repeat: repeat-x;
  background-image: url(imagesNew/nav_bg.jpg);
  width: 110px;
}
ul.topnav li a:hover {
  background-repeat: repeat-x;
  background-position:  center center;
  background-image: url(imagesNew/nav_hover_bg.jpg);
  background-color: black;
  color: #0341cd;
}
#menu {
  border-style: solid;
  border-color: #364433;
  border-width: 1px 1px 0px;
  margin: -75px auto 0px;
  padding: 0px;
  position: relative;
  z-index: 4;
  background-image: url(imagesNew/nav_bg.jpg);
  background-repeat: repeat-x;
  width: 1000px;
  height: 74px;
}
.activeField {
  border: 1px solid #999999;
  text-align: center;
  color: #161616;
  font-weight: normal;
  background-color: white;
  width: 50px;
  margin-right: auto;
  margin-left: 4px;
}
.inactiveField {
  border: 1px solid #999999;
  background-color: #cccccc;
  color: black;
  text-align: center;
  font-weight: normal;
  width: 56px;
}
.button {
  border: 1px solid #330099;
  font-weight: normal;
  margin-left: auto;
  background-color: silver;
  width: 70px;
  margin-right: 10px;
  padding-right: 9px;
}
.dropbox {
  border: 1px solid #999999;
  text-align: center;
  font-weight: normal;
  color: black;
  background-color: white;
  margin-left: 0px;
  margin-right: 15px;
   
}
.disabled {
  border: 0px solid #cc0000;
  font-weight: bold;
  color: #f20000;
  text-align: center;
  width: 57px;
}
.max {
  border: 0px solid #cccccc;
  font-weight: normal;
  background-color: white;
  color: black;
  width: 32px;
  float: left;
  text-align: right;
}
.table {
  border: 0px solid #ffff99;
  text-align: left;
  width: 95px;
}
.table1 {
  border: 0px solid #3366ff;
  text-align: center;
  width: 55px;
  font-weight: normal;
}
.tabletwo {
  border: 0px solid red;
  width: 120px;
  text-align: right;
  font-size: 1em;
  font-weight: normal;
}
.table4 {
  border: 0px solid #009900;
  text-align: right;
  width: 60px;
}
.table6 {
  border-style: solid;
  border-width: 0px;
  padding: 0px 0px 0px 40px;
  width: 100px;
  margin-left: 15px;
  left: 3px;
  margin-top: 2px;
}