body {
  color: #626366;
  font-family: arial, helvetica, sans-serif;
  font-size: 0.95em;
  line-height: 1.3em;
}

a {
  text-decoration: none;
  color: #0063CE;
}

a:hover {
  text-decoration: none;
  color: #FF0000;
}

img {
  border: none;
}

.top_menu_background1 {
  background-color: #1D6162;
}

.top_menu_background1:hover {
  background-color: #41687C;
}

.top_menu_background2 {
  background-color: #4A9B97;
}

.top_menu_background2:hover {
  background-color: #41687C;
}

.top_menu {

}

.top_menu:hover {

}

.top_menu a {
  color: #EDEBEB;
  font-size: 90%;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer;
}

.top_menu a:hover {
  color: #FFFFFF;
  /*color: #185C6E;*/ 
}

.left_menu {
  background-color: #E9EAEA;
  background-image: url('../images/button_background_inactive.jpg');
  background-repeat: repeat-x;
  color: #185C6E;
  font-size: 82%;
  height: 27px;
  text-align: left;
  width: 192px;
}

.left_menu:hover {
  background-color: #BDD8DC;
  background-image: url('../images/button_background_active.jpg');
  background-repeat: repeat-x;
}

.left_menu a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  cursor: pointer; 
}

.left_menu a:hover {
  color: #185C6E; 
}

.transparent {
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}