div.primary-link-item {
	width: 142px;
	height: 13px;
	padding: 7px 5px;
	/*font-weight: bold;*/
	text-align: center;
	background-color: #111111;
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	font-size: 14px;
}

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

div.primary-link-item:hover a {
	color: #FFFFFF;
}

div.primary-link-item-selected, div.primary-link-item-selected:hover {
	background-repeat: no-repeat;
	background-position: bottom center;
	background-color: #FFFFA6;
	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: #333333;
	text-decoration: none;
}

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