body, html {
    margin: 0;
    padding: 0;
}
ul#tabs {
    list-style: none;
    margin: 0;
    padding: 0px 0 0 0;
    height: 25px;
    border-bottom: 1px solid #669933;
    background: #ffffff;
	margin-left: 20px;
	margin-bottom: 1px;
	letter-spacing: 0.1em;
}
ul#tabs li {
    float: left;
    margin: 0 5px;
    height: 23px;
    text-align: center;
    position: relative;
    width: 180px;
    border: 1px solid #669933;
    top: 1px;
    background: #669933;
}
ul#tabs li:hover {
    border-bottom: 1px solid white;
    background: white;
	color: #669933;
}
ul#tabs a {
    display: block;
    height: 100%;
    text-decoration: none;
    color: white;
    font: 14px tahoma;
	font-weight: bold;
	}

body#m001 li#tab1,
body#m002 li#tab2,
body#m003 li#tab3,
body#m004 li#tab4,
body#m005 li#tab5
 {
    background: #ffffff;
	color: #669933;
    border-bottom: 1px solid white;
}
ul#tabs a:hover,
body#m001 li#tab1 a,
body#m002 li#tab2 a,
body#m003 li#tab3 a,
body#m004 li#tab4 a,
body#m005 li#tab5 a
 {
	color: #669933;
}

ul#tabs span {
    display: block;
    padding: 4px 10px 4px 10px;
}
div#iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin-top: 50px;
    border-top: 1px solid black;
}
iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
