html {
	overflow: hidden;
}
body {
	font-size: 10px;
	font-family: arial; 
	overflow: hidden;
}
img {
	border: 0px;
}	
#header {
	background-color: #6F6563; 
	height: 225px;
}
#menu {
	width: 960px;
	height: 80px;
	margin: 0px auto;
	padding-top: 40px;
}
#submenu {
	width: 960px;
	height: 80px;
	margin: 0px auto;
	padding-top: 5px;
}
#contentHome {
	width: 910px;
	min-height: 365px;
	margin: 0px auto;
}
#content {
	width: 910px;
	margin: 0px auto;
}
.menuArrow {
	float: left;
	padding-top: 25px;
}
.menuImg {
	float: left;
	margin-left: 6px;
	background-color: black;
	height: 70px;
	text-align: left;
}
.homeMenuImg {
	float: left;
	background-color: black;
	height: 70px;
}
.menuImg a, .menuImg a:visited, .menuImg a:hover, .homeMenuImg a, .homeMenuImg a:visited, .homeMenuImg a:hover, .menuArrow a, .menuArrow:visited, .menuArrow a:hover {
	*outline-style: none; 
	outline:none;
} 
.menuText {
	background-color: #6F6563;
	height: 28px;
	width: 85px;
	text-align: left;
	color: #C5C5C5;
}
.menuTextOn {
	background-color: #6F6563;
	height: 28px;
	width: 85px;
	text-align: left;
	color: white;
}