.index_menu {
	font-size: 12px;
	font-weight:bold;
	position:absolute;
	bottom:30px;
	right: 20px;
}
.orange,
.blue,
.green {
	display:block;
	padding:30px 80px 40px 0px;
	margin-top:5px;
}
.orange {
	background:transparent url(../index/images/b_orange.gif) no-repeat right center;
}
.blue {
	background:transparent url(../index/images/b_blue.gif) no-repeat right center;
}
.green {
	background:transparent url(../index/images/b_green.gif) no-repeat right center;
}
#menu .orange a,
#menu .blue a,
#menu .green a {
	display:inline;
	width:auto;
	background:none;
	padding:0px;
	margin:0px;
	font-size:14px;
}
#menu .orange a {
	color: #FF6900;
}
#menu .blue a {
	color: #001781;
}
#menu .green a {
	color: #018800;
}
