/* CSS Document */

#left-menu-header{
   float: left;
   color: #fff;
   font-family: arial;
   font-size: 17px;
   font-weight: bold;
   padding-left: 30px;
   margin-top: 30px;
   background:url(../img/menu-top.png) no-repeat top left;
   width: 150px;
   height: 32px;
   line-height:32px;
}

#left-menu-contents{
  clear: left;
  float: left;
  width: 156px;
  min-height: 30px;
  background-color: #fff;
  border-left: 2px solid #201357;
  border-bottom: 2px solid #201357;
  border-right: 2px solid #201357;
  padding: 0px 5px 20px 5px;  
  font-size: 13px;
}

#left-menu-contents ul
{
	margin:0 0 0 16px;
	padding:0;
	list-style:none;	
}

#left-menu-contents  li
{
	font-weight:normal;
	width:100%;
	padding-top:3px;
}


#left-menu-contents  li a, #left-menu-contents  li .pseudolink
{
	color:#000;
	text-decoration:none;
  	width:100%;
	cursor:pointer;	
	height:auto;
}

#left-menu-contents  li ul
{
	margin-top:10px;
	margin-bottom:10px;
	font-size:11px;
}


/* #left li:hover ul, #left li.ie_does_hover ul {
  display: block;
  height:auto;
} */


#left-menu-contents  li.active
{
	list-style-image: url(../img/menu-glyph.png);
}

wbr
{
  width: 0px;
  display: inline-block;
  overflow: hidden;
}

.menu-links{
 margin-left: 20px;
 height: 17px;
 width: 150px;
}

#left-links{
float:left;
  color: #000;
  width: 166px;
  height: 60px;
  margin-left:14px;  
  font-size:10px;  
  margin-top:26px;
  line-height:20px;s
}

#left-links a{
  color: #000;
  text-decoration: none;
  font-family: arial;
  font-size: 10px;
}

#left-contact{
	float:left;
	margin-top:5px;
  background:url(../img/background-adres.png) no-repeat;  
  height: 102px;
  width: 160px;
  margin-left:0px;
  color: #000;
  padding: 22px 0 0 10px;
  font-family: arial;
  font-size: 10px;
}

#left-contact address
{
	font-style:normal;
	font-weight:bold;
	font-size:10px;
	line-height:20px;
}

#left-contact a{
  color: #000;
  text-decoration: none;
}