﻿      .MenuOver
      {
      background-image: url(Images/menu_first_level_h.png); background-repeat: no-repeat;
      font-weight: bold; font-size: 13pt; color: #0083C9; font-family: Arial;
      height : 31px; width:100%;cursor: pointer;  vertical-align:middle;
      }

      .Menu
      {
      background-image: url(Images/menu_first_level_n.png); background-repeat: no-repeat;
      font-weight: bold; font-size: 13pt; color: #0083C9; font-family: Arial;height : 31px; width:100%;
      cursor: pointer; vertical-align:middle;
      }
      
      .HeaderOne
      {
      background-image: url(Images/menu_first_level_n.png); background-repeat: no-repeat;
      font-weight: bold; font-size: 13pt; color: #0083C9; font-family: Arial;height : 31px; width:100%;
      cursor: default; vertical-align:middle;
      }

      .MenuSecondOver
      {
      background-image: url(Images/menu_second_level_h.png); background-repeat: no-repeat;
      font-weight: bold; font-size: 10pt; color: #0083C9; font-family: Arial;
      height : 24px; width:100%;cursor: pointer; vertical-align:middle;
      }

      .MenuSecond
      {
      background-image: url(Images/menu_second_level_n.png); background-repeat: no-repeat;
      font-weight: bold; font-size: 10pt; color: #0083C9; font-family: Arial;
      height : 24px; width:100%;cursor: pointer; vertical-align:middle;
      }
      
      .SearchOffClass
      {
        width: 50px;
        height: 19px; 
        font-weight: bold;
        font-style: normal;
        font-size: 12pt;
        font-family: Verdana; 
        color: White; 
        border-style: None; 
        border-color: Transparent; 
        background-color: #0083C9;
        border: none;
        padding-left:0; padding-right:0;
      }

  	  .bottom_menu { color:#0083C9;font-family:Tahoma;font-size:10pt;font-weight:normal;text-decoration:none; }
	  .bottom_menu:Hover {	text-decoration: underline;  }
	  
	  .top_menu { color:White;font-family:Verdana;font-size:9pt;font-weight:bold;text-decoration:none; }
	  .top_menu:Hover {	text-decoration: underline;  }
	  body {margin: 0;}
	  
	  .bmpt{padding:0px 10px 0px 10px; height: 16px;}