.menu {
	height:36px;
	width:926px;
	background-image:url('images/menu_bg.png');
	background-repeat:no-repeat;
	background-position:0 6px;
	padding:0 0 0 0px;
}


.menu li{
list-style-type:none;
display:inline;}


.page_item a {
	display:block;
	height:36px;
	float:left;
	width:93px;
	margin:0;
	padding:0;
	line-height:36px;
	text-align:center;
	color:#FFFFFF;
	font-size:11px;
	font-family:tahoma;
	font-weight:bold;
	text-decoration:none;
}

.page_item a:hover {
	color:#000000;
	text-decoration:underline;
}

.current_page_item {
}

.current_page_item a
{text-decoration: none;
background-image:url('images/item_active.png'); background-repeat:no-repeat;

font-weight: bold;
color: #000000;
}
