#middleLeftTopMenu
{
	float: left;
	
	width: 400px;
	height: 100%;

	background: #ffffff;
}

#middleRightTopMenu
{
	width: auto;
	height: 100%;
	
	margin-left: 400px;

	background: #ffffff;
}

#middleContentLeftTopMenu
{
	position: relative;

	/*bottom: 105px;*/

	width: auto;
	height: auto;

	padding-top: 30px;
	padding-left: 30px;
	
	background: transparent;
}

#middleContentRightTopMenu
{
	position: relative;

	top: 0px;
	
	padding: 20px;
	padding-left: 0px;
}
