"utf-8";
* {
	margin: 0px;
	padding: 0px;
}



#wrapper {
	background-color: #f7f7f7;
	width: 924px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	height: 29px;
	padding: 0px;
	margin-top: 5px;



}

#wrapper #navigation {
	height: 29px;
	background-image:   url(../images/roNavBarBg.jpg);
	background-repeat: repeat-x;
	width: 926px;






}

/*#wrapper #navigation a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
	color: #0D0E23;
	display: block;
	height: 35px;
	width: 100px;
	float: left;
	text-align: center;
	line-height: 32px;
	background-image: url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper #navigation a:hover {
	background-position: bottom;
}*/


#wrapper #navigation a {
	display: block;
	float: left;
	height: 29px;
	width: 131px;
	line-height: 29px;
	text-align: center;
	text-decoration: none;
	background-image:   url(../images/ro.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #003366;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;

}
#wrapper #navigation a:hover {
	background-position: left bottom;
	color: #FFFFFF;
}
