/******************CSS for menu**************************/
.left_column_item_content ul {
  list-style-type: none;
  font-size: 90%;
}

.menu_level_1, .menu_level_2, .menu_level_3, .menu_level_4 {
  /*padding-top: 8px;
  padding-bottom: 8px;*/
  border-bottom: 1px solid #ddd;
  /*border-left: 1px solid #999;*/
  float: left;
  clear: both;
}

.menu_level_1:hover, .menu_level_2:hover, .menu_level_3:hover, .menu_level_4:hover {
  background-color: #e3e3e3;
}

.menu_level_1 {
  background: url(../images/menu_arrow_big.jpg) 0 10px no-repeat;
  padding-left: 15px;
  font-size: 12px;
  /*height: auto;*/
  font-weight: bold;
  color: #333;
  width: 170px;
}

.menu_level_1 a {
  color: #333;
}

.menu_level_2 {
  background: url(../images/menu_arrow_small.jpg) 15px 12px no-repeat;
  padding-left: 30px;
  font-size: 11px;
  font-weight: bold;
  /*height: auto;*/
  color: #C66300;
  width: 155px; 
}

.menu_level_3 {
  background: url(../images/menu_arrow_small.jpg) 30px 12px no-repeat;
  padding-left: 45px;
  font-size: 10px;
  /*height: auto;*/
  color: #DD6F00;
  font-weight: normal;
  width: 140px; 
}

.menu_level_4 {
  background: url(../images/menu_arrow_small.jpg) 20px 12px no-repeat;
  padding-left: 35px;
  font-size: 10px;
  /*height: auto;*/
  font-weight: normal;
  width: 125px;   
}

.menu_active {background-color: #FFF0B3;}

#left_column a:link, #left_column a:visited {
  text-decoration: none;
  /*color: black;*/
}

a.level_1 {color:#333;}
a.level_2 {color:#C66330;}
a.level_3 {color:#DD6F00; font-weight: normal;}

#left_column a:hover {text-decoration: underline;}
