#content_buttons 
{ 
	width:830px; 
	padding-left:10px; 
	z-index:105; 
	position:absolute;  
}

/* css for text menuitems */
.buttonstyle A
{
	font-family: Verdana;
	font-size:10px;
	
	color:white; /* textcolor of menuitems */
	
	text-decoration:none;
	line-height:28px;
}

#buttons_special
{
	height:30px; 
	width:830px; 
	position:absolute; 
	z-index:150;
	
	/*set this to position your menu*/
	top:150px;
	/*
	left:50px;
	right:50px;
	bottom:50px;
	*/  
}