@charset "utf-8";
/* CSS Document */
#nav {
	padding:0;
	margin:0;
	list-style-type:none;
	width:816px;
	margin:0 auto
}

#nav li {
	float:left;
	width:136px
}

#nav a {
	display:block;
	text-decoration:none;
	background: url("images/ro_blank.png") no-repeat;
	width:136px;
	height:22px;
	padding-top:8px;
	text-align:center;
	line-height:22px;
	color:#696969;
	font-family:Arial, helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
}
 
#nav a:hover {
	background-position:0 -30px
}

