div.primary-link-item {
	width: 120px;
	height: 13px;
	padding: 6px 5px 9px 5px;
	text-align: center;
	background-color: #861128;
	float: left;
	font-size: 14px;
	font-weight: bold;
}

div.primary-link-item:hover {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #D4E7F7;
	cursor: pointer;
}

div.primary-link-item:hover a {
	color: #111111 !important;
}

div.primary-link-item-selected, div.primary-link-item-selected:hover {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #D4E7F7;
	color: #111111;
	cursor: pointer;
}

a.primary-link-item-a, a.primary-link-item-a:hover {
	color: #FFFFFF !important;
	text-decoration: none;
}

a.primary-link-item-a:visited {
	color: #111111;
	text-decoration: none;
}

a.primary-link-item-a-selected, a.primary-link-item-a-selected:hover, a.primary-link-item-a-selected:visited {
	color: #111111 !important;
}