.container {
width: 70%;
background: red;
position:relative;
}
.content {
width: 70%;
background: gray;
}
.menu, .content {
display: inline-block;
vertical-align: top;
}
.menu {
width: 29%;
background: yellow;
height: 100%;
position: absolute;
height: 100%;
right:0;
top:0;
}