#bottom_menu_container{
   position:absolute;
   bottom:0;
   left:0;
   width:1004px;
   z-index:80;
}
#bottom_menu{
  display:none;
}

#bottom_menu_container .tab_handle{
  display:block;
  float:right;
  background:#eee;
  min-width:120px;
  _width:120px;
  line-height:30px;
  height:30px;
  margin-right:5px;
  text-align:center;
  text-transform:uppercase;
  white-space:nowrap;
  font-size:7pt;
}

#bottom_menu_container a.tab_handle{
  display:block !important;
  height:30px;
  line-height:30px;
  background:#eee;
  color:#666;
  padding: 0 10px;  
  letter-spacing:1px;
  cursor:pointer;
  zoom:1;
}

#bottom_menu_container a.selected, 
#bottom_menu_container a.always-selected,
#bottom_menu_container a.tab_handle:hover {
  background:#D05527;
  color:#FFF;
} 

.tab_handle:hover{
  text-decoration:none;
}


.bottom_tab li.tab{
  position:absolute;
  right:40px;
  background:url('images/bg_bottom_tab_item.jpg') repeat-x #f3f2ef ;


} 
.bottom_tab li.tab ul{
  position:absolute;
  left:0;
}

.bottom_tab li.tab ul li{
  background:url('images/bg_bottom_tab_item.jpg') repeat-x ;
  height:80px; 
  width:170px;
  float:left;
	font-size:8pt;
}

/* Prev / Next Buttons */
#bottom_menu_container a.prev,
#bottom_menu_container a.next{
  background:url('images/bottom_tab_nav.gif') no-repeat;
  height:80px;
  line-height:80px;
  text-indent:-10000px;
}
#bottom_menu_container a.prev{
  position:absolute;
  left:91px;
  width:23px;
  top:0;
  background-position: 0 0;
}
#bottom_menu_container a.next{
  position:absolute;
  right:0;
  top:0;
  width:40px;
  background-position:-23px 0;
}

a.project_menu_item{
  display:block;
  font-size:0.8em;
  font-family:Tahoma;
  color:#333;
  font-weight:bold; 
  cursor:pointer;
}

/*
a.project_menu_item img{
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)";
}
a.project_menu_item:hover img{
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(grayscale=0)";
}

*/
a.project_menu_item:hover,
.current_item a.project_menu_item
{
  color:#AA4400;
}
.project_menu_item .pad{
  margin:0 6px;
  width:78px;
  overflow:hidden;
  line-height: 12px;

}
.project_menu_item table,
.project_menu_item td{
  height:80px;
  overflow:hidden;
}
.project_menu_item table tbody tr,
{ background:transparent url('images/bg_bottom_tab_item.jpg') repeat-x ;
}
.project_menu_item td.desc{
  overflow:hidden;
  height:80px;
  width:90px;
}

.project_menu_item .thumb{
  width:80px;
  height:80px;
  zoom:1;
  vertical-align:top;
}


a.project_menu_item .gray_thumb img{
  display:none;
}
a.project_menu_item:hover .gray_thumb img,
.current_item a.project_menu_item .gray_thumb img,
.current_item a.project_menu_item .no_gray_thumb img{
  display:block;
}

a.project_menu_item .no_gray_thumb img{
  display:none;
}
a.project_menu_item:hover .no_gray_thumb img,
.current_item a.project_menu_item .no_gray_thumb img{
  display:block;
}

#project_1 li{background:#f2f2f2;}
#project_2 li{background:#f2f2f2;}
#project_3 li{background:#f2f2f2;}

