/*
  pages_menu.css
  Version: 1
  Author: M Baynger
  Description: Styles for main pages  
*/								


.menu_item {
  position: absolute;
  left: 20px;
  top: 3px;  
  width: 150px;
  background: #FFFFFF;
  border: 1px solid #82C7DB;
  color: #82C7DB;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;	
}

.menu_item a {
  display: block;
  text-decoration: none;
  height: 20px;  
  padding-top: 4px;
}

.menu_item a:hover {
  color: #000000;
  background: #ddddFF;
  cursor: pointer;       
}

.menu_item_selected {
  position: absolute;
  left: 15px;
  top: 3px;  
  width: 160px;
  background: #000;
  border: 1px solid #82C7DB;
  color: #82C7DB;
  text-align: center;
  font-size: 12px;
  font-family: Verdana;
  font-weight: bold;
  letter-spacing:.01em;    
}

.menu_item_selected a {
  display: block;
  text-decoration: none;
  height: 20px;  
  padding-top: 4px;
  color: #82C7DB;  
}

.menu_item_selected a:hover {
  display: block;
  text-decoration: none;
  height: 20px;  
  padding-top: 4px;
  color: #FFFFFF;
  cursor: pointer;       
}

.menu_btn_frame_selected{
  width: 184px;
  height: 34px;
  background: #82C7DB;		/* light Cho color  */
  border: 2px solid #5A949C;  /* dark Cho color */
}

.menu_btn_frame{
  width: 184px;
  height: 34px;
  background: #FFFFFF;
  border: 2px solid #82C7DB;
}


.menuItem_col_chip{
  position: absolute;
  left: 0px;
  height: 34px;  
  width: 10px;
  border-right: 2px solid #5A949C;  /* dark Cho color */  
}

.menu_clickable{
  cursor: pointer;       
}


/* Menu item position data */

#bl_menu_1 {
  position: absolute;
  top: 0px;
}

#bl_menu_2 {
  position: absolute;
  top: 40px;
}

#bl_menu_3 {
  position: absolute;
  top: 80px;
}

#bl_menu_4 {
  position: absolute;
  top: 120px;
}

#bl_menu_5 {
  position: absolute;
  top: 160px;
}


#bl_sublink_container{	
  display: block; /* April 08 2010  */	
  position: absolute;
  top: 210px;  
  left: 0px; 
  width: 184px;
}

#bl_sub_link_header{
  position: absolute;
  top: 0px;
  width: 186px;
  height: 20px;  
  padding-top: 8px;
  border: 1px solid #99F;  
  text-align: center;								
  font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	letter-spacing:.01em;	
  background: #CFDFE3;		/* lighter Cho color  */  
}


.bl_sub_link_table{
  position: absolute;
  top: 36px;
  left: 0px;
  width: 188px;  
  border: 1px solid #5A949C;  /* dark Cho color */    
}


.bl_sub_link_table td a {
	display: block;
	height: 12px;
	padding: 4px;
  border: 1px solid #5A949C;  /* dark Cho color */    
  color: #121D1F;
  text-align: center;
  text-decoration: none;
  font-size: 10px;
  font-family: Verdana;
  letter-spacing:.01em;    
}

.bl_sub_link_table td a:hover {
  background: #ddddFF;    
}

.sub_link_unselected {
  background: #FFFFFF;
  font-weight: normal;    
}

.sub_link_selected  {
  background: #82C7DB; /* light Cho color  */  
  font-weight: bold;  
}

