#page .ss_menu
{
  width:1004px;
	height: 34px;
	
}

#logo2
{
	float:left;
	width:110px;
	height:34px;
}

#toto
{
	overflow: auto;
  margin-left:25px;
  width:1000px;
	
}
#menu
{
  float:left;
	width:110px;
	height:600px;
	vertical-align:top;
}

#rub
{
  padding: 0;
  margin: 0;
  margin-top: 20px;
  list-style-type: none;
}

#rub li
{
  padding:0;
  margin-top: 5px;
  margin-left: 8px;
}

#rub a
{
  text-indent: 7px;
  display: block;
	border-top-style: solid;
	border-bottom-style: solid;
	border-width:1px;
	line-height: 18px;
	text-decoration: none;
}


