.menu_item, .menu_item_sel
{
	float: left;
	margin-bottom: 6px;
	text-align: left;
	cursor: pointer;
}

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

.menu_item a:hover
{
	text-decoration: underline;
	color: #000000;
}

.menu_item_sel a
{
	text-decoration: none;
	color: #1b1b1b;
	font-weight: bold;	
}


.menu_item_sel a:hover
{
	text-decoration: underline;
	color: #000000;
}




