/*

*/


#buttons
{
	width: 945px;
	height: 40px;
	background: url(images/menubg.jpg) no-repeat top left;
	margin-top: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#buttons ul {
	padding-left: 0px;
	margin: 0px;
}

#buttons li {
	display: inline;		
}

#buttons a {
	display: marker;
	float: left;
	width: 112px;
	height: 15px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 13px;
	padding-top: 3px;
	margin-right: 3px;
	margin-top: 8px;
}

#buttons a:hover {
	color:#2A7FAA;
}

