body {
  font-size: 12px;
  white-space: nowrap;
  /*  font-family: Geneva,Arial,Helvetica,sans-serif;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#secondary-nav {
  font-size: 16px;
  z-index: 100;
  white-space: nowrap;
  padding: 0px 0px 0px 0px;
  outline: 0;   
  /*  font-family: Geneva,Arial,Helvetica,sans-serif;*/
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
  border-collapse: collapse;
}

#secondary-nav ul {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  /*  border-color: #000ddd;*/
  border-color: #000000;
  display: inline-block;
  list-style: none;
  height: 34px;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  background-color: seashell;
}

#secondary-nav li:first-child {
  background-image: none;
  margin-left: 18px;
}

#secondary-nav li:last-child { 
  margin-right: 18px;
}

#secondary-nav li.active + li {
  background-image: none;    
}

#secondary-nav li {
  /*  background-color: #fff;*/
  background-color: seashell;
  background-image: url(../image/nav-sub-separator1.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  border-top: 0px solid #ddd;
  border-bottom: 0px solid #ddd;
  height: 34px;
  display: inline-block;
}

#secondary-nav a {
  /*  color: #126499;*/
  /*  color: #000ddd;*/
  color: #000000;
  text-decoration: none;
  height: auto;
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  font-weight: bold;
  outline: 0;
}

#secondary-nav li:hover {
  background-image: none;  
  background-color: #f0f0f0;
  color: #666666;
  cursor: pointer;
}

#secondary-nav li:hover + li {
  background-image: none;
  cursor: pointer;
}

a:link {
  color: #126499;
  text-decoration: none;
}

#secondary-nav a:hover {
  color: #666666;
}

#secondary-nav li.active {
  /*  background-color: #ebf7ff;*/
  background-color: #EAE2DC;
  background-image: none;
}

#secondary-nav li.active a {
  background: url(../image/nav-sub-arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
}

.content_div {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-width: 1px;
  border-style: solid;
  /*  border-color: #000ddd;*/  
  border-color: #000000;
  font-size: 12px;
  z-index: 100;
  white-space: nowrap;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  padding-top: 5px;
  margin-left: 0px;
  margin-right: 0px;
  /*  outline: 0;   */
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  position: absolute; 
  min-width: 98.5%; 
  height: auto; 
  display: block;
  float: none;
  /*  background: url(../image/sidesite.png);*/
/*  background-position: left;
  background-repeat: repeat-y;*/
  text-align: left;
}

.content_div_separ
{
  font-size: 12px;
  white-space: nowrap;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
/*  font-family: Georgia,'Times New Roman',times,serif;*/
}

.table_layout
{
  border-collapse: collapse;
  display: table;
  border-spacing: 0px;
  font-family: sans-serif;
  font-size: 12px;
}

.div_vyber {
  /*  display: table;*/
  background-color: seashell; 
  float: rigth;  
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; 
  border-width: 1px; 
  border-style: solid; 
  /*  border-color: #000ddd;*/ 
  border-color: #000000;
  padding: 5px 5px 5px 5px;
  height: 100%;
}

.vyber {
  font-size: 12px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;  
  width: 395px; 
  border: none;
  background-color: seashell;
}

.vyber:focus {
  background-color: seashell;
}

.group {
  margin-bottom: 20px;
  vertical-align: middle;
  display: block;
  text-align: center;
  background-position: left center;
}

.label {
  display: block;
  vertical-align: middle;
  text-align: right;
  padding-right: 7px;  
  font-weight: bold;  
}

.div_separator {
  margin: 10px 0px 10px 0px;
  background-color: #e6e6e6;
  height: 1px;
}

.div_jr {
  border: none;
  background-color: transparent;
}