.searchcontent input[name="search"] {
	display: none;
}
	.searchcontent:hover input[name="search"] {
		display: block;
	}
.searchcontent input[name="searchbutt"] {
	background: url(../images/search.png) 0 0 no-repeat;
}

#topmeu ul li ul {
	opacity: 1;
}
#topmeu ul li.expanded > div a:after {
	content: "";
	width: 7px;
	height: 5px;
	display: block;
	top: 12px;
	background: url(../images/arrow_in_menu.jpg);
}
#topmeu ul li.expanded > div:hover a:after {
	background: url(../images/arrow_in_menu_hover.jpg);
}

#topmeu ul li ul li:first-child{
	background-image: url(../images/greycolor.png);
	background-repeat: repeat;
} 

#modpos_banner .bann {
	width: 33%;
}

.mainwrap, .mainwrapleft {
	min-width: 1150px;
}

.middle-left {
	width: 67%;
}
 