#sss_border_bottom {
	background:url(/articles/img/bg_article_border_bottom.gif) 10px bottom no-repeat;
	padding-bottom:11px;
	}
#sss_border {
	width:753px; 
	border-left:1px solid #ededed;
	border-right:1px solid #ededed;
	margin-left:10px;
	}

#sss_list_horizontal {
	padding-left:10px;
	}

#sss_list_horizontal ul {
	list-style:none;
	height:88px;
	width:755px;
	border:0px solid red;
	}		
#sss_list_horizontal li {
	float:left;
	background-repeat:no-repeat; 
	height:88px;
	cursor:pointer;
	}
#sss_list_horizontal a {
	display: block;
	font-size:1px;
	text-indent:-999px;
	height:76px;
	outline:none;
	}
li.simple {
	width:251px;
	background-image:url(/articles/img/btn_sss_1.gif);
	background-position:0px 38px;
	}
li.smart {
	width:252px;
	background-image:url(/articles/img/btn_sss_2.gif);
	background-position:0px 38px;
	}
li.step_by_step {
	width:252px;
	background-image:url(/articles/img/btn_sss_3.gif);
	background-position:0px 38px; 
	}
li.simple:hover,
li.simple_selected {
	width:251px;
	background-image:url(/articles/img/btn_sss_1_over.gif);
	background-position:0px 38px;
	}
li.smart:hover,
li.smart_selected {
	width:252px;
	background-image:url(/articles/img/btn_sss_2_over.gif);
	background-position:0px 38px;
	}
li.step_by_step:hover,
li.step_by_step_selected {
	width:252px;
	background-image:url(/articles/img/btn_sss_3_over.gif);
	background-position:0px 38px; 
	}

