.show{
	font-weight: normal;
	width: 200px;
	padding-left: 3px;
	padding-right: 3px;
        padding-top:2px;
         font-size:10px;

	}
.exp, .hide{
    cursor: pointer;
}

.more{
	position: absolute;
	background-color: #E7E0D3;
	width: 200px;
	padding-top:20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	display: none;
}
.index{
 background-image:url(/public/images/logo2.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.index:hover{
 background-image:url(/public/images/logo2hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.index-active{
  background-image:url(/public/images/logo2hover.png);
  background-repeat:no-repeat;
  width:288px;
  height:189px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.newslink{
  background-image:url(/public/images/menu/news3.png);
  background-repeat:no-repeat;
  width:183px;
  height:39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 20px;
}

.newslink:hover{
  background-image:url(/public/images/menu/news3_hover.png);
  background-repeat:no-repeat;
  width:183px;
  height:39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 20px;
}
.newslink-active{
  background-image:url(/public/images/menu/news3_hover.png);
  background-repeat:no-repeat;
  width:183px;
  height: 39px;
  display:block;
  cursor:pointer;
  text-decoration: none;
  margin-left: 20px;
}
.about{
  background-image:url(/public/images/menu/o_nas3.png);
  background-repeat:no-repeat;
  /* width:155px;
  height:47px; */
  width: 84px;
  height: 29px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}

.about:hover{
  background-image:url('/public/images/menu/o_nas3_hover.png');
  background-repeat:no-repeat;
  /* width:155px;
  height:47px; */
  width: 84px;
  height: 29px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.about-active{
  background-image:url(/public/images/menu/o_nas3_hover.png);
  background-repeat:no-repeat;
  /* width:155px;
  height:47px; */
  width: 84px;
  height: 29px;
  margin-left: 26px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio{
  background-image:url(/public/images/menu/portfolia3.png);
  background-repeat:no-repeat;
  width:264px;
  height:38px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio:hover{
  background-image:url(/public/images/menu/portfolia3_hover.png);
  background-repeat:no-repeat;
  width:264px;
  height:38px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.portfolio-active{
  background-image:url(/public/images/menu/portfolia3_hover.png);
  background-repeat:no-repeat;
  width:264px;
  height:38px;
  display:block;
  cursor:pointer;
  text-decoration: none;
}
.ilustrators{
 background-image:url(/public/images/menu/illustrators3.png);
  background-repeat:no-repeat;
  width:287px;
  height:40px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.ilustrators:hover{
 background-image:url(/public/images/menu/illustrators3_hover.png);
  background-repeat:no-repeat;
   width:287px;
  height:40px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.ilustrators-active{
 background-image:url(/public/images/menu/illustrators3_hover.png);
  background-repeat:no-repeat;
   width:287px;
  height:40px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers{
 background-image:url(/public/images/menu/photographers3.png);
  background-repeat:no-repeat;
  width:194px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers:hover{
 background-image:url(/public/images/menu/photographers3_hover.png);
  background-repeat:no-repeat;
  width:194px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.photographers-active{
 background-image:url(/public/images/menu/photographers3_hover.png);
  background-repeat:no-repeat;
  width:194px;
  height:26px;
  display:block;
  cursor:pointer;
  text-decoration: none;	
}
.none{
	display: none;
}
