  .body {padding: 0 auto; margin: 0 auto; background: url("images/background.jpg");}

  .iframe {width: 750px; height: 500px; background-color:#FFFFFF;}
  
  .framestyle {padding: center; margin-left: 30px; margin-top: 30px; background-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: rgb(0,0,0);
	border: 1px 
    }

  .framestyle2 {margin-top: 30px; background-color: #FFFFFF;
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: rgb(0,0,0);
    }
   
   
   .headline {
    font-family: arial, helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: rgb(36,112,144);
    font-weight: bold;
    }

  #info { border: 5pt none;
    background: rgb(255, 255, 255) none repeat scroll 0%;
    }
 
  .menu {width: 750px; height: 32px; position: relative; z-index: 100;
    font-family: arial,helvetica, sans-serif;}

  .menu ul { margin: 0pt;
    padding: 0pt;
    list-style-type: none;
    }

  .menu ul ul { width: 150px;
    }

  .menu li { float: left;
    width: 150px;
    position: relative;
    }

  .menu a, .menu a:visited { border-style: solid;
    border-color: rgb(255, 255, 255);
    border-width: 1px 1px 1px 1px;
    float:left;
    background:url("images/tabright.jpg") no-repeat left top;
    margin:0;
    padding:0 0 0 4px;
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: white;
    width: 138px;
    height: 30px;
    padding-left: 10px;
    line-height: 29px;
    font-weight: bold;
    }

  /*submenu position*/
  .menu ul ul { visibility: hidden;
    position: absolute;
    height: 0pt;
    top: 31px;
    left: 0pt;
    width: 150px;
    }

  /*subsubmenu position*/
  .menu ul ul ul { left: 150px;
    top: 0px;
    width: 150px;
    }


  /*submenu background */ 
  .menu ul ul a, .menu ul ul a:visited { border-width: 1px 1px 1px;
    padding: 5px 10px;
    background: url("images/tabright.jpg")repeat scroll 0%;
    color: black;
    height: auto;
    line-height: 1em;
    width: 128px;
    }
	
  /*submenu mouseover background change */
  .menu a:hover > a, .menu ul ul *:hover > a {

    border-width: 1px 1px 1px 1px;
    float:left;
    background: url("images/tableft.jpg") repeat scroll 0%;
    display: block;
    color: white;
    }
	
  /*submenu mouseover background change */
  .menu a:hover > a, .menu *:hover > a {

    border-width: 1px 1px 1px 1px;
    float:left;
    background: url("images/tableft.jpg") repeat scroll 0%;
    display: block;
    color: white;
    }	
	

  .menu ul li:hover ul, .menu ul a:hover ul { visibility: visible;
   }

  .menu ul *:hover ul ul { visibility: hidden;
    }

  .menu ul *:hover ul *:hover ul { visibility: visible;
    }
