div#menu_right  {
	
	
	}

div#menu_right ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:226px;
	}
div#menu_right ul li {
  position: relative;
	}
div#menu_right ul li a {
	color:#ffffff;
	text-decoration:none;
	}
li.right_menu_on, 
li.right_menu_off {
  padding: 0px;
	margin:0px;
	width:226px;
	background: transparent url('/img/right_menu_spacer.gif') bottom left no-repeat;
	padding-bottom:2px;
	float: left;
	}
	
li table {
  width: 100%;
  height: 100%;
  }
li.right_menu_on table {
	background: #3ea1c7 url('/img/bg_menu_on_dot.gif') top right no-repeat;
	}
li.right_menu_off table {
	background: transparent;
	}
	
td.menu_item_content {
  text-align: right;
  color: #fff;
  padding: 26px 60px 25px 10px;
  vertical-align: middle;
  cursor: pointer;
}

li.right_menu_off td.menu_item_content  {
	background: transparent url('/img/bg_menu_item_right_off.gif') 180px center no-repeat;
	}
li.right_menu_on td.menu_item_content  {
	background: transparent url('/img/bg_menu_item_right_on.gif') 180px center no-repeat;
	}


li.top_on table  {
	background: #3ea1c7 url('/img/bg_menu_top_arch_on.gif') top right no-repeat;
	}
li.top_off table  {
	background: transparent url('/img/bg_menu_top_arch_off.gif') top right no-repeat;
	}
li.bottom_on table  {
	background: #3ea1c7 url('/img/bg_menu_bottom_arch_on.gif') bottom right no-repeat;
	}
li.bottom_off table  {
	background: transparent url('/img/bg_menu_bottom_arch_off.gif') bottom right no-repeat;
	}
li.bottom_off, li.bottom_on {
	background: transparent;
	padding-bottom: 0px;
	}

div.right_menu_l2 {
	position:absolute;
	z-index:10;
	width:245px;
	left:-255px;
	top:0px;
	padding:0px 10px 0px 0px;
	display: none;
	background:url('/img/bg_arrow_left.gif') right 20px no-repeat;
	}
	
li.right_menu_off div.right_menu_l2 {
  display: none;
}
li.right_menu_on div.right_menu_l2 {
  display: block;
}

div.right_menu_l2 li.right_menu_l2_off {
	display:block;
	opacity:0.92;
	filter:alpha(opacity=92);
	width:163px;
	background:#196a88 url('/img/bg_menu_l2.gif') 17px center no-repeat;
	padding:16px 40px 16px 36px;
	margin-bottom:1px;
	color:#ffffff;
	cursor: pointer;
	}
div.right_menu_l2 li.right_menu_l2_on {
	display:block;
	opacity:0.95;
	filter:alpha(opacity=95);
	width:163px;
	background:#74a836 url('/img/bg_menu_l2.gif') 17px center no-repeat;
	padding:16px 40px 16px 36px;
	margin-bottom:1px;
	color:#ffffff;
	cursor: pointer;
	}
div.right_menu_l2 a {
	color:#ffffff;
	text-decoration:none;
	}

