@charset "utf-8";

#navigation{
    position: absolute;
    right: 20px;
	top:100px;
    float: left;
    border: solid 1px red;
    width: 150px;
    height: 33px;
}

#navmenu{
	position: absolute;
	top: 100px;
	left: 150px;
	width: 300px;
	height:33px;
	background-color: yellow;
}










