@charset "utf-8";

body 
{
	margin-top: 0px;
	background-color:#F4F9FB;
}

.menu_item
{
	text-align:center;
	border:2px #0A6C9D solid;
	background-image:url(images/button_bg.png);
	background-position:left;
	background-repeat:repeat-x;
	margin-left:17px;
	margin-bottom:3px;
}

.menu_item a
{
	text-decoration:none;
	color:#000;
}

.menu_item a:hover
{
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

