html, body {
	color: #000;
	font-family: Arial, Verdana, Trebuchet, sans-serif;
	font-size: 12px;
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body {
	background-color: #fff;
	background-image: url(images/bgTop.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0px;
}

a:focus { outline: 0; }


#menu {
width: 100%;
font: 60% Arial; 
margin-left: 10px;
}

#menu ul{
margin: 0;
padding-left: 0;
list-style: none;
}

#menu li{
font-size: 1.1em;
display: inline;
margin: 0;
padding: 0;
}

#menu a:link, #menu a:visited{
float: left;
color: #000;
margin: 0em;
width: 90;
height: 16;
text-align: Center;
text-decoration: none;
}

#menu a:hover, #menu a:focus, #menu a:active{
width: 90;
height: 16;
color: #000;
text-align: Center;
background-image: url(images/over2.jpg);

}


