/************************************************************************************
***********************************************************************************/
li#vertical_menu_news.selected_menu_services a {
   background-image: url(../images/vertical_menu/btn_services_over.gif);
	background-repeat: no-repeat;
}

li#vertical_menu_news.selected_menu_industries a {
   background-image: url(../images/vertical_menu/btn_industries_over.gif);
	background-repeat: no-repeat;
}

li#vertical_menu_news.selected_menu_news a {
   background-image: url(../images/vertical_menu/btn_news_over.gif);
	background-repeat: no-repeat;
}

li#vertical_menu_news.selected_menu_job_seekers a {
   background-image: url(../images/vertical_menu/btn_job_seekers_over.gif);
	background-repeat: no-repeat;
}

li#vertical_menu_news.selected_menu_clients a {
   background-image: url(../images/vertical_menu/btn_clients_over.gif);
	background-repeat: no-repeat;
}
/************************************************************************************
***********************************************************************************/

/* MENU LEFT begin */
div#vertical_menu {
   float: left;
   display: block;
   padding: 0px;
   margin: 0px;
   position: relative;
}

div#vertical_menu ul li a span { display: none; }

div#vertical_menu ul li {
   float: left;
   clear: left;
}

/* BTN Services begin */
	li#vertical_menu_products { margin-top: 12px; }
	li#vertical_menu_products a {
	   width: 149px;
	   height: 17px;
	   display: block;
	   background-image: url(../images/vertical_menu/btn_products.gif);
	   background-repeat: no-repeat;
	}
	li#vertical_menu_products a:hover {
	   background-image: url(../images/vertical_menu/btn_products_over.gif);
	   background-repeat: no-repeat;
	}
/* BTN Services end */

   /* Submenu Services begin */
   div#subvertical_menu_products {
      background-image: url(../images/vertical_menu/bg_drop.gif);
      background-repeat: repeat-x;
      background-color: #441900;
      width: 220px;
      padding-right: 0px;
      padding-left: 7px;
      margin-right: 0px;
      position: absolute;
      left: 125px;
      top: 12px;
      display: none;
   }
   div#subvertical_menu_products ul li {
      width: 200px;
      padding-bottom: 5px;
   }
   div#subvertical_menu_products ul li a {
      color: White;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
   }
   div#subvertical_menu_products ul li a:hover {
      color: #D1960A;
      text-decoration: none;
   }
   /* Submenu Services end */

/* BTN Industries begin */
   li#vertical_menu_industries { margin-top: 16px; }
	li#vertical_menu_industries a {
	   width: 142px;
	   height: 17px;
	   display: block;
	   background-image: url(../images/vertical_menu/btn_industries.gif);
	   background-repeat: no-repeat;
	}
	li#vertical_menu_industries a:hover {
	   background-image: url(../images/vertical_menu/btn_industries_over.gif);
	   background-repeat: no-repeat;
	}
/* BTN Industries end */

   /* Submenu Industries begin */
   div#subvertical_menu_industries {
      background-image: url(../images/vertical_menu/bg_drop.gif);
      background-repeat: repeat-x;
      background-color: #441900;
      font-size: 12px;
      width: 220px;
      padding-right: 0px;
      padding-left: 7px;
      margin-right: 0px;
      position: absolute;
      top: 45px;
      left: 125px;
      display: none;
   }
    div#subvertical_menu_industries ul li {
      width: 200px;
      padding-bottom: 5px;
   }
   div#subvertical_menu_industries ul li a {
      color: White;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
   }
   div#subvertical_menu_industries ul li a:hover {
      color: #D1960A;
      text-decoration: none;
   }
   /* Submenu Industries end */

/* BTN News begin */
   li#vertical_menu_news { margin-top: 16px; }   
	li#vertical_menu_news a {
	   width: 135px;
	   height: 17px;
	   display: block;
	   background-image: url(../images/vertical_menu/btn_news.gif);
	   background-repeat: no-repeat;
	}
	li#vertical_menu_news a:hover {
	   background-image: url(../images/vertical_menu/btn_news_over.gif);
	   background-repeat: no-repeat;
	}
/* BTN News end */

   /* Submenu News begin */
   div#subvertical_menu_news {
      background-image: url(../images/vertical_menu/bg_drop.gif);
      background-repeat: repeat-x;
      background-color: #441900;
      font-size: 12px;
      width: 220px;
      padding-right: 0px;
      padding-left: 7px;
      margin-right: 0px;
      position: absolute;
      top: 78px;
      left: 125px;
      display: none;
   }
    div#subvertical_menu_news ul li {
      width: 200px;
      padding-bottom: 5px;
   }
   div#subvertical_menu_news ul li a {
      color: White;
      font-family: Arial, Helvetica, sans-serif;
      font-size: 10px;
   }
   div#subvertical_menu_news ul li a:hover {
      color: #D1960A;
      text-decoration: none;
   }
   /* Submenu News end */

/* BTN Job Seekers begin */
   li#vertical_menu_job_seekers { margin-top: 16px; }
	li#vertical_menu_job_seekers a {
	   width: 128px;
	   height: 17px;
	   display: block;
	   background-image: url(../images/vertical_menu/btn_job_seekers.gif);
	   background-repeat: no-repeat;
	}
	li#vertical_menu_job_seekers a:hover {
	   background-image: url(../images/vertical_menu/btn_job_seekers_over.gif);
	   background-repeat: no-repeat;
	}
/* BTN Job Seekers end */

/* BTN Clients begin */
   li#vertical_menu_clients { margin-top: 17px; }
	li#vertical_menu_clients a {
	   width: 120px;
	   height: 17px;
	   display: block;
	   background-image: url(../images/vertical_menu/btn_clients.gif);
	   background-repeat: no-repeat;
	}
	li#vertical_menu_clients a:hover {
	   background-image: url(../images/vertical_menu/btn_clients_over.gif);
	   background-repeat: no-repeat;
	}
/* BTN Clients end */

/* MENU LEFT end */