ul.vertical {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 170px; /* Width of Menu Items */
  border-bottom: 1px solid #ccc;
}

ul.vertical li {
  position: relative;
  z-index: 1;
}
	
/* Styles for Menu Items */
ul.vertical li a {
  display: block;
  text-decoration: none;
  color: #ffffff; /* color: #777; */
  background: #000000; /* background: #fff; */ /* IE6 Bug */
  border: 1px solid #ccc;
  border-bottom: 0;
}

/* ul.vertical li a:hover { text-decoration: none; color: #E2144A; background: #f9f9f9; } */ /* Hover Styles */
/* ul.vertical li a:visited { text-decoration: none; } */

ul.vertical li a:hover {text-decoration: none; color: #ffffff; background: #444444;}
ul.vertical li a:visited {text-decoration: none;}

/* Sub menu */

li.vertical ul {
  position: absolute;
  left: 169px; /* Set 1px less than menu width */
  top: 0;
  display: none;
}


li.vertical a span {
  position: absolute;
  left: 150px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.vertical li { float: left; height: 1%; }
* html ul.vertical li a { height: 1%; }
/* End */

/***********************************************************************************/

ul.horizontal {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.horizontal li {
  float: left;
}

ul.horizontal li a {
  display: block;
  width: 100px;
  border: 0;
  margin: 0;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  text-align: center;
}

ul.horizontal li a:hover {text-decoration: none; color: #ffffff; background: #282890;}
ul.horizontal li a:visited {text-decoration: none; color: #ffffff;}

/* First level sub menu */

li.horizontal ul {
  width: 100px;
  position: absolute;
  display: none;
  border-bottom: 1px solid #ccc;
}


ul.horizontal ul li a {
  text-align: left;
  color: #ffffff;
  background: #000000; /* IE6 Bug */
  border: 1px solid #ccc;
  border-bottom: 0;
}

ul.horizontal ul li a:hover {text-decoration: none; color: #E2144A; background: #f9f9f9;}
ul.horizontal ul li a:visited {text-decoration: none; color: #777 }


li.horizontal a span {
  position: absolute;
  left: 90px;
}

/* Second level sub menu */

li.horizontal ul ul {
  position: absolute;
  left: 99px; /* Set 1px less than menu width */
  top: 0;
}

li.horizontal ul li {
  position: relative;
}

/* Language menu */

a.language {
  font-size: 10pt;
  height: 16px;
  width: 30px;
  padding: 0px 10px;
  display: block;
  border: 0;
  margin: 0;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
  text-align: center;
}

a.language:hover {
  color: #ffffff;
  background: #282890;
}

/* Printer Version menu */

a.printer {
  font-size: 10pt;
  padding: 0px 10px;
  display: block;
  border: 0;
  margin: 0;
  color: #ffffff;
  background: #000000;
  text-decoration: none;
}

a.printer:hover {
  color: #ffffff;
  background: #282890;
}

a.White:link    {color: #ffffff ; text-decoration: none}
a.White:visited {color: #ffffff ; text-decoration: none}
a.White:active  {color: #ffffff ; text-decoration: none}
a.White:hover   {color: #ffffff ; text-decoration: none}
