@CHARSET "UTF-8";

/****** TOP MENU *******/

.ymenu {
	height: 26px;
	text-align: left;
	vertical-align: middle;
	font: bold 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	background-image: url(../img/n_riba_bg.jpg);
	background-repeat: repeat;
}

#Navigation {
	font-size: 12px;
	color: #333333;
	height: auto;
	width: auto;
	padding-top: 3px;
	margin: 0px;
}

#mainNav {
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}

#mainNav li {
	float: left;
	margin-top: 0px;
	margin-right: 1px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#mainNav li a {
	margin: 0px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	height: 21px;
	width: auto;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 0px;/*	background: url(../img/tabs.png) no-repeat scroll right 0px;*/
}

#mainNav li a span {
	display: block;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	height: 21px;
	width: auto;
	float: left;
	cursor: pointer;
	cursor: hand;
	margin: 0px;
/*	background: url(../img/tabs.png) no-repeat scroll 0px 0px;*/
}

#mainNav li a:hover {
	text-decoration: none;
	color: #00CCFF;/*	background: url(../img/tabs.png) no-repeat scroll right -47px;*/
}

#mainNav li a:hover span {
	text-decoration: none;
	color: #00CCFF;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/
}

#mainNav li a.active {
	color: #003366;/*	background: url(../img/tabs.png) no-repeat scroll right -47px;*/
}

#mainNav li a.active span {
	color: #003366;/*	background: url(../img/tabs.png) no-repeat scroll 0px -47px;*/
}

#mainNav li a.active:hover { color: #FFFFFF;
text-decoration: none;
cursor: pointer;
cursor: hand; }

#mainNav li a.active:hover span { color: #FFFFFF;
text-decoration: none;
cursor: pointer;
cursor: hand; }

.top_menu_link_img
{
	vertical-align:middle;
	border:0px;
}