table.menu
{
	border-right: solid 1px #000;
}

.menu-item
{	
	padding-top: 10px;
	padding-bottom: 0px;
	border: none;
	border-bottom: solid 1px #000;
	text-align:center;
}

.menu-item-selected
{
	padding-top: 5px;
	border-left: solid 1px #000;
	border-top: solid 1px #000;
	border-right: solid 1px #000;
	text-align:center;
}


a.menu-link
{
	font-weight: normal;
	font-size: 12px;
	margin: 1px;
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

a.menu-link:visited
{
	font-weight: normal;
	color: #000;
}

a.menu-link:hover
{
	font-weight: normal;
	text-decoration: none;
}