/* Copyright © 2006-2007 C-mach Technologies Inc.*/
/*these rules construct the left-side menu*/
#navlist {
  position: absolute;
  left: 30px;
  top: 150px;
  width: 145px;
  z-index: 100;
}
#navlist ul {
  margin: 0; /*removes indent IE and Opera*/
  padding: 0; /*removes indent Mozilla and NN7*/
  list-style-type: none; /*turns off display of bullet*/
  font-size: 10px;
}
#navlist li {
  margin: 0px;
  padding: 0px;
}
#navlist a {
	font-size: 12px;
  display: block;
  padding: 2px 2px 2px 24px;
  border: 1px solid;
  border-color: #ddd #000 #000 #ddd;
/*  background-color: #71828a;*/
  background-color: #c5cfd0;
  background-image:  url(../images/ct_navbutton_up2.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  font-weight: 100;
}
#navlist a:link, #navlist a:visited {
  /*color: #1C4DB6;*/
  color: black;
  text-decoration: none;
  font-weight: 100;
}
#navlist a:hover, #navlist a:active {
  background-color: #c5cfd0;
  background-image:  url(../images/ct_navbutton_hover3.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #CC0404;
  font-weight: 100;
}
#uberlink a:link, #uberlink a:visited,
#uberlink a:hover, #uberlink a:active {
  background-color: #c5cfd0;
  background-image:  url(../images/ct_navbutton_over.jpg);
  background-repeat: no-repeat;
  background-position: 0% 50%;
  color: #2D1E2D;
  border-color: #000 #000 #000 #000;
  font-weight: 100;
}
#navlist p {
	font-size: 12px;
  margin: 0px;
  padding: 5px 5px 5px 15px;
  background-color: #c5c9cf;
}
#navlist h2 {
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
  font-weight: 600;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
	color: #CC0404;
}

