.leftmenu .hr{
	background:url(/public/images/black-dot.gif) 1px 0px repeat-x;
}

.leftmenu {
	width:168px;
	border:1px solid #8B9CA3;
	margin:0 10px 0 0;
  padding:0;
}

.leftmenu .header{
	height:17px;
	background:#8B9CA3;
	color:white;
	padding:3px 0 0 10px;
	border:1px solid white;
	border-bottom:0;
	font:11px Verdana;
	font-weight:bold;
	text-decoration:none;
  display:block;
  cursor:pointer;
}


.leftmenu a:hover .header{
	background-color:#FF4E00;
}

.leftmenu a{
  display:block;
  border:0;
  text-decoration:none;
}

.leftmenu .item {
  height:18px;
	background:#f5f5f5;
	color:#5A6A72;
	padding:0 0 0 18px;
	border:1px white solid;
  cursor:pointer;
	margin:0;
	line-height:18px;
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
  display:block;
  text-decoration:none;
}

.leftmenu a:hover,.leftmenu a:hover .item,.leftmenu .selected{
	background-color:#FF4E00;
	color:white;
  text-color:white;
  text-decoration:none;
}

.leftmenu .selected{
  cursor:default;
}

.leftmenu .item a,.topmenu .item a{
	text-decoration:none;
	font-size:10px;
  margin:0;
  padding:0;
}



.leftmenu .arrow {
	height:18px;
	width:13px;
	margin:0;
  padding:0;
	border:0;
	border-right:0px;
	background:#f5f5f5;
	line-height:18px;
  float:right;
}

.subitems {
	border:1px solid white;
	/*border-top:1px solid white;
	border-bottom:3px solid white;*/
}

.subitems a {
	text-decoration:none;
  cursor:pointer;
	background:url('/public/images/submenu_item.gif') 0px 0px no-repeat ;
	display:block;
	color:#5A6A72;
	font:inherit;
	padding-left:26px;
	font-size:10px;
	font-family:Verdana,Helvetica;
	line-height:15px;
	height:15px;
}

.subitems a:hover {
	font-size:10px;
	font-family:Verdana,Helvetica;
	background-color:#FF4E00;
	color:white;
	padding-left:26px;
  text-decoration:none;
}

.topmenu{
  /*background-color:white;*/
  margin-top:26px;
  vertical-align:bottom;
  z-index:998;
  display:none;
}

.topmenu .in{
  width:158px;border:1px solid white;border-top:0;padding-left:4px;padding-top:9px;padding-bottom:3px;background-color:#F5F5F5;
}

.topmenu a{
  text-decoration:none;
	color:#5A6A72;
}

.topmenu .item{
  cursor:pointer;
	margin:0;
	border:1px #f5f5f5 solid;
	line-height:17px;
	padding:0px 0px 1px 5px;
	font-size:10px;
	font-family:Verdana,Helvetica;
	font-weight:bold;
  display:block;
  height:17px;
	color:#5A6A72;
  width:147px;
	background:url(/public/images/r-fon-s.gif) 0 0 no-repeat;
}

.topmenu a:hover .item {
  color:white;
  background-color:#FF4E00;
  text-decoration:none;
}

.hr {
  line-height: 1px; /*needed for IE/win*/
  font-size: 1px; /*needed for IE/win*/
  height: 1px;
  background-color: #8B9CA3;
  margin: 0;
  padding:0;
}

.topmenu .hr{
	background:url(/public/images/dotted-line.gif) 1px 0px repeat-x;
  margin-left:3px;
  margin-right:6px;
}

.top{
  border:1px solid #FF4E00;width:164px;height:28px;
}

.top .im{
  border:1px solid white;width:162px;height:26px;
  display:block;
}

