/*--ALIS WEB--*/
a img {
	border: none;
	}
/*главное меню*/

	.headermenu {
      float:left;
      width:100%;
      font-size:100%;
      line-height:normal;
	  }
	.headermenu ul {
	  margin:0;
	  padding:5px 0 20px 0;
	  list-style:none;
      }
	.headermenu li {
      display:inline;
      margin:0;
      padding:0px;
      }
	.headermenu a {
      float:left;
      background:url("../other_files/button_l.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 16px;
      text-decoration:none;
      }
	.headermenu a span {
      float:left;
      display:block;
      background:url("../other_files/button_r.gif") no-repeat right top;
      padding:9px 16px 9px 0; /* 9px 16px 12px 0 */
      color: #FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	.headermenu a span {float:none;}
    /* End IE5-Mac hack */
	.headermenu a:hover{
      background-position: 0% -39px;
      }
    .headermenu a:hover span {
       color: #2d2b2b;
	   background-position: 100% -39px;
      }	 
	.headermenu a:active { 
	  background-position: 0% -81px;
	  }
	.headermenu a:active span { 
	  background-position: 100% -81px;
	  color: #FFFF00;
	   }	  

.headermenu .displayoff a{
  DISPLAY: none
}
.headermenu .displayoff a span{
  DISPLAY: none
}

	.headermenu .current a{
	  background-position: 0% -81px;
	  }
	.headermenu .current a span {
	  background-position: 100% -81px;
	  color: #FFFF00;
	  	  }

/*
.headermenu .current a {
  background-image:url("../other_files/right_on.gif");
  padding-bottom:5px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  color: 948271;
  text-decoration:none;
}
*/
/*-----Левое меню-----*/
.left_menu {
      width: 133px;      
	  float:left;
      padding: 0 0 1em 0;
      margin-bottom: 1em;
      font-family: 'Trebuchet MS', 'Lucida Grande',
      Verdana, Lucida, Geneva, Helvetica, 
      Arial, sans-serif;
      background-color: #a3d6fe;
      color: #333;
      }
.left_menu ul {
      list-style: none;
      margin: 0;
      padding:5px 0 5px 0;
      border: none;
      }		
.left_menu li {
      margin: 0;
      }
.left_menu li a {
      display: block;
	  height: 26px;
	  background: url("../other_files/l_menu.gif") no-repeat;
      color: #fff;
      text-decoration: none;
	  padding: 1px 0 0 12px;
      width: 100%;
      }
html>body #left_menu li a {
      width: auto;
      }

.left_menu li a:hover {
      background-position: 0% -26px;
	  color: #2d2b2b;
      }
.left_menu li a:active { 
	  background-position: 0% -52px;
	  color: #FFFF00;
	   }	  

/*------Ссылки-цепочки-----*/

#line_links {
      color: #2A0055;
      background-color: #a3d6fe;
      padding: 3px;
      margin-bottom: 25px;
      }

#line_links ul {
      margin-left: 0;
      padding-left: 0;
      display: inline;
      border: none;
      } 

#line_links ul li {
      margin-left: 0;
      padding-left: 2px;
      border: none;
      list-style: none;
      display: inline;
      }


/*------Кнопки-----*/

	a.navigation {
      float:left;
      background:url("../other_files/button_l.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 16px;
      text-decoration:none;
      }
	a.navigation span {
      float:left;
      display:block;
      background:url("../other_files/button_r.gif") no-repeat right top;
      padding:9px 16px 9px 0;
      color: #FFFFFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
	a.navigation span {float:none;}
    /* End IE5-Mac hack */
	a.navigation:hover{
       background-position: 0% -39px;
      }
    a.navigation:hover span {
       color: #2d2b2b;
	   background-position: 100% -39px;
      }	 
	a.navigation:active { 
	  background-position: 0% -81px;
	  }
	a.navigation:active span { 
	  background-position: 100% -81px;
	  color: #FFFF00;
	   }	  

.navigation .displayoff {
  DISPLAY: none
}
.navigation .displayoff span{
  DISPLAY: none
}

	.navigation .current {
	  background-position: 0% -81px;
	  }
	.navigation .current span {
	  background-position: 100% -81px;
	  color: #FFFF00;
	  	  }
/*--------------------*/
	.sear {
	  display: block;
      background:url("../other_files/search.gif") no-repeat top;
      height: 47px;
	  float:none;
	  }
	.sear:active { 
	  background-position: center -47px;
	  float:none;
	  }
    .sear .current {
	  background-position: center -47px;
	  float:none;
	  }

a.add {
  display: block;
  width: 22px;
  height: 27px;
  background: url("../other_files/add.gif") top right no-repeat;
  outline: none; /* убираем точечную обводку в FireFox, которая появляется при клике */
}
a.add:active {
  display: block;
  width: 22px;
  height: 27px;
  background: url("../other_files/add_on.gif") top right no-repeat;
  outline: none; /* убираем точечную обводку в FireFox, которая появляется при клике */
}
