#menu-box {
  width: 160px;
  padding: 0px;
  border-right-style: none;
  border-right-color: blue;
  float: left;
  position: relative;
  text-align: left;
}

#supporttext-box {
  position: absolute;
  margin-top: 0px;
  margin-left: 0px;
  width: 160px;
  border-style: none;
  padding: none;
  font-family: arial;
  font-size: 10px;
  font-weight: normal;
  line-height: 15px;
  margin-left: 0px;
  color: #6bb6e3;
}

#logo-box {
  position: absolute;
  margin-top: 65px;
  margin-left: 38px;
  width: 100px;
  border-style: none;
  border-width: thin;
  border-color: #6BB6E3;
  padding: none;
  font: arial;
  font-size: 10px;
  font-weight: normal;
  color: #6bb6e3;
  text-align: left;
}

#logotext-box {
  position: absolute;
  margin-top: 123px;
  margin-left: 38px;
  width: 93px;
  border-style: none;
  padding: none;
  font: arial;
  font-size: 8px;
  font-weight: normal;
  line-height: 8px;
  text-align: left;
  color: #6bb6e3;
}

p.logo-box-text {
  font-family: arial;
  font-weight: normal;
  margin-left: 0px;
  color: #6bb6e3;
  text-align: left;
}

#logo-box-text b {
  font: arial;
  font-size: 12px;
  font-weight: bold;
  margin-left: 0px;
  color: #6bb6e3;
}

#logo-box-text i {
  font: arial;
  font-size: 8px;
  font-weight: normal;
  line-height: 8px;
  margin-left: 0px;
  color: #6bb6e3;
  text-align: left;
}

#menuword-box {
  position: absolute;
  margin-top: -12px;
  margin-left: 0px;
  border-bottom-color: #6bb6e3;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  width: 120px;
  background-color: #ffffff;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  font: arial;
  font-size: 14px;
}

#menulist {
  position: absolute;
  margin-top: 205px;
  margin-left: 10px;
  padding-top: 0px;
  border-left-color: #000000;
  border-left-style: none;
  border-left-width: 1px;
  width: 140px;
  text-align: left;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #6BB6E3;
  margin-left: 5px;
  line-height: 12px;
}

#menu b {
  font: arial;
  font-size: 14px;
  font-weight: bold;
  color: #6BB6E3;
}

#submenu {
}

ul.menu {
  list-style: none;
}

li.menu {
  font-family: arial;
  font-size: 13px;
  font-weight: bold;
  margin-left: -25px;
  line-height: 18px;
}

ul.submenu {
  list-style: none;
}

li.submenu {
  text-align: left;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  margin-left: -25px;
  line-height: 14px;
}


a.menu {
  color: #6BB6E3;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

a:hover.menu {
  color: #000000;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-bottom: dotted #000000 1px;
  background-color: #D6EBF8;
}

a.submenu {
  color: #6BB6E3;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
}

a:hover.submenu {
  color: #000000;
  font-weight: bold;
  font-style: italic;
  text-decoration: none;
  border-bottom: dotted #000000 1px;
  background-color: #D6EBF8;
}

.menubottom {
  position: absolute;
  margin-top: 690px;
  margin-left: 0px;
  text-align: center;
  font-family: arial;
  font-size: 10px;
  color: #000000;
}

p.menubottom {
  text-align: center;
  font-family: arial;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
}

a.menubottom {
  font-family: arial;
  font-size: 11px;
  color: #6BB6E3;
  text-decoration: underline;
}

a:hover.menubottom {
  color: #6BB6E3;
  font-size: 11px;
  font-style: italic;
  text-decoration: none;
  background-color: #ffffff;
}

a:active.menubottom {
  color: #00FF33;
  font-style: italic;
  text-decoration: none;
}


