.menu-act	{
	width: 95px;
	height: 40px;
	min-width: 95px;
	min-height: 40px;
	vertical-align: bottom;
	padding: 5px;
	background-color: #FFAA70;
	
	border-left-color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-top-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
}

.submenu-act	{
	display: block;
	width: 150px;
	height: 22px;
	background-color: #FFAA70;
	vertical-align: bottom;
	padding-left: 5px;
	padding-top: 2px;
	margin-top: 10px;
}

.news	{
	position: absolute;
	left: 82%;
	top: 190px;
	width: 15%;
	height: 70%;
	border-left-color: #FFAA70;
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 10px;
	margin-right: 10px;
	z-index: 2;
}

.hline_menu	{
	background-color: #FFAA70;
	position: absolute;
	left: 3%;
	top: 166px;
	width: 97%;	
	height: 15px;
	z-index: 0;
}

.hline_submenu	{
	background-color: #FFAA70;
	position: absolute;
	top: 225px;
	left: 3%;
	width: 14%;
	height: 5px;
	z-index: 1;
}
