@charset "utf-8";
#menu {
	height: 30px;
	width: 980px;
	background-image: url(navBarback.jpg);
	background-repeat: repeat-x;
}
#menu a:hover {
	background-image: url(navBar.jpg);
	background-position: bottom;
}
#menu a {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	text-align: center;
	background-image: url(ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
