	/* Used for the Switch effect: */
	.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../images/switch.gif) repeat-x; display: block; float: left; }
	.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
	.cb-enable span { background-position: left -90px; padding: 0 10px; }
	.cb-disable span { background-position: right -180px;padding: 0 10px; }
	.cb-disable.selected { background-position: 0 -30px; }
	.cb-disable.selected span { background-position: right -210px; color: #fff; }
	.cb-enable.selected { background-position: 0 -60px; }
	.cb-enable.selected span { background-position: left -150px; color: #fff; }
	.switch label { cursor: pointer; }

	/* Steps for Products */
	#Nav {margin:0px;}
  	#Nav li{list-style:none; display:inline;}
  	#Nav a{list-style:none; float:left; background:url(../images/arrows.png) top right no-repeat; height:36px; padding:0 50px; line-height:10px; padding-top:15px; margin-right:-32px; position:relative; z-index: 2; color:#fff; font-size:16px; text-decoration:none;}  
  	#Nav .active a{background-position:100% -51px; z-index:1;}
  	#Nav .active+li>a{z-index: 0;}
