/***********************************************/
.active {
   width: 150px;
   display: block;
   font-weight: bold;
   background-image: url(../images/background_menu_over.gif);
   background-repeat: repeat-x;
}
/***********************************************/

/* BUTTON LAUNCH DEMO begin */
div#btn_launch_demo {
   width: 177px;
   height: 53px;
}
	div#btn_launch_demo a {
	   width: 173px;
	   height: 53px;
	   float: left;
	   clear: both;
	   display: block;
	   background-image: url(../images/button/btn_launch_demo.gif);
	   background-repeat: no-repeat;
	}
	div#btn_launch_demo a span { display: none; }
/* BUTTON LAUNCH DEMO end */

/* BUTTON DOWNLOAD PDF begin */
div#btn_download_pdf {
   width: 177px;
   height: 49px;
}
	div#btn_download_pdf a {
		width: 168px;
		height: 28px;
		float: left;
		clear: both;
		display: block;
		background-image: url(../images/button/btn_download_pdf.gif);
		background-repeat: no-repeat;
		margin-top: 11px;
	}
	div#btn_download_pdf a span { display: none; }
/* BUTTON DOWNLOAD PDF end */

/* BUTTON HOME begin */
div#btn_home {
   width: 177px;
   height: 19px;
}
div#btn_home a {
   width: 44px;
   height: 19px;
   float: left;
   clear: both;
   display: block;
   background-image: url(../images/button/btn_home.gif);
   background-repeat: no-repeat;
}
div#btn_home a span { display: none; }
/* BUTTON HOME end */

/* MENU begin */
div#btn_menu {
   width: 177px;
   height: 163px;
   padding-top: 5px;
   background-image: url(../images/background_menu.gif);
   background-repeat: no-repeat;
}
   div#btn_menu div { text-align: left; }
      div#btn_menu div a {
         width: 170px;
         height: 20px;
         display: block;
         padding-left: 5px;
         line-height: 19px;
      }
      div#btn_menu div a:hover {
         width: 170px;
         font-weight: bold;
         display: block;
         background-image: url(../images/background_menu_over.gif);
         background-repeat: repeat-x;
      }
/* MENU end */


