/* CSS Document */

body {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	padding: 0px;
	margin: 0px;
	height: 100%;
}
div#nav_home {
	position: absolute;
	top: 1%;
	left: 11.5%;
	width: 11%;
	height: 2%;
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_about {
	position: absolute;
	top: 1%;
	left: 22.5%;
	width: 11%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_fun {
	position: absolute;
	top: 1%;
	left: 33.5%;
	width: 11%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_ptn {
	position: absolute;
	top: 1%;
	left: 44.5%;
	width: 11%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_docs {
	position: absolute;
	top: 1%;
	left: 55.5%;
	width: 11%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_jobs {
	position: absolute;
	top: 1%;
	left: 66.5%;
	width: 15%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
div#nav_staff {
	position: absolute;
	top: 1%;
	right: 11.5%;
	width: 7%;
	height: 2%;	
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}
iframe#left {
	position: absolute;
	top: 5%;
	left: 1%;
	height: 94%;
}
iframe#right {
	position: absolute;
	top: 5%;
	right: 1%;
	height: 94%;
}
a {
    color: #FFFFFF;
	text-decoration: none;
}

a:link { 
    color: #FFFFFF;
    text-decoration: none;
 }

a:visited { 
    color: #FFFFFF;
    text-decoration: none;
 }

a:active { 
    color: #FFFFFF;
    text-decoration: none;
 }

a:hover { 
    color: #666666;
    text-decoration: none;
 }
.menucss{
position:absolute;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
line-height: 18px;
z-index: 100;
width: 205px;
font-size: 80%;
color: white;
}

.menucss a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
text-indent: 5px;
color: white;
}

.menucss a:hover{ /*hover background color*/
background-color: black;
}