@charset "utf-8";
.logo{
	background-image: url(/images/rix.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:165;
	height:84;
	vertical-align:bottom;
}
.under_logo{
	background-image: url(/images/triangle.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:165;
	height:31;
	vertical-align:bottom;
}
.active_start{
	background-image: url(/images/active_start.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:11;
	height:65;
	vertical-align:bottom;
}
.active{
	background-image:url(/images/active.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding:0 5 5 5;
	margin:0 5 5 5;
	font:bold 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:150px;
	vertical-align:bottom;
	color: #333333;
	text-align: center;
}
.active_link{
	font:bold 18px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #333333;
}
.active_end{
	background-image:url(/images/active_end.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	width:21;
	vertical-align:bottom;
}
.active_last{
	background-image:url(/images/active_last.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width:21;
	vertical-align:bottom;
}
.item_start{
	background-image:url(/images/item_start.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width:9;
	height:65;
	vertical-align:bottom;
}
.item{
	background-image:url(/images/item.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	padding:0 5 5 5;
	margin:0 5 5 5;
	text-decoration:none;
	font:bold 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	width:150px;
	vertical-align:bottom;
	color: #666666;
	text-align: center;
	font-size:9px;
}
.item_link{
	font:bold 16px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #666666;
}
.item_link_small{
	font:bold 11px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color: #666666;
	padding:1px 1px 1px 1px;
	margin:0px 0px 0px 0px;
}
.item_last{
	vertical-align:bottom;
}
.separator{
	background-image:url(/images/separator.gif);
	background-repeat:no-repeat;
	background-position: bottom;
	width:14;
	vertical-align:bottom;
}
.space{
	background-image:url(/images/space.gif);
	background-repeat:repeat-x;
	background-position: bottom;
	vertical-align:bottom;
}
.line{
	background-image:url(/images/line.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:31;
	vertical-align:bottom;
}
.line_left{
	background-image:url(/images/left_line.gif);
	background-repeat:no-repeat;
	width:23;
	height:31;
	vertical-align:bottom;
}
img{
	border:0;
}
body {
	margin: 0px;
	padding: 0px;
}

