#menunav_container {
	width: 278px;
	text-align: center;
	padding-left: 6px;
}

div.menunav_subcontainer {
	width: 278px;
	overflow: hidden;
	margin: 0 auto 0 auto;
	padding-bottom: 28px;
	color: #000000;
}

p.menubuttontext, p.menubuttontext a:hover {
	margin: 21px auto 0 auto;
	font-size: 11px;
	color: #000000;
}

a.grouplink {
	text-decoration: none;
	display: block;
	width: 58px;
	height: 58px;
	text-align: center;
	float: left;
	margin: 3px 3px 0 3px;
	padding: 9px 6px 3px 6px;
	background: #000000;
	color: #000000;
	font-family: arial, helvetica;
	font-size: 11px;
	border: 8px solid #000000;
}

a:hover.grouplink {
	text-decoration: underline;
	color: #000000;
	display: block;
	width: 58px;
	height: 58px;
	text-align: center;
	float: left;
	margin: 3px 3px 0 3px;
	padding: 9px 6px 3px 6px;
	background: #ffffff;
}
			
a.grouplink img {
	border: 0px;
	margin-bottom: 24px;
}


a.active2 {
text-decoration: underline;
color: #000000;
display: block;
width: 58px;
height: 58px;
text-align: center;
float: left;
margin: 3px 3px 0 3px;
padding: 9px 6px 3px 6px;
background: #c70000;
-moz-border-radius: 58px;
border-radius: 58px;
border: 8px solid #333333;
}
