/* CSS Document */

#menu{

	position:relative;
	width:794px;
	height:23px;
	
	margin-left:7px;
	background-color:#ecedf1;
	

}
#buttonsLeft{

	position:absolute;
	width:auto;
	height:auto;
	left:5px;
	
	display:inline;
	/*border:1px dashed gray;*/

}
#buttonsRight{

	position:absolute;
	width:auto;
	height:auto;
	right:15px;
	
	display:inline;
	/*border:1px dashed gray;*/

}
.button {
	
	position:relative;
	top:5px;
	height:14px;
	width:auto;
	margin-right:17px;
	
}

