div.primary-link-item {
	width: 158.3px;
	height: 39px;
	text-align: center;
	background-image: url('/themes/monkees2/images/primary_link_background.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	float: left;
	font-size: 14px;
	line-height: 1;
}

div.primary-link-item:hover {
	background-image: url('/themes/monkees2/images/primary_link_background_h.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer;
}

div.primary-link-item-selected, div.primary-link-item-selected:hover {
	background-image: url('/themes/monkees2/images/primary_link_background_h.gif');
	background-repeat: no-repeat;
	background-position: bottom center;
	cursor: pointer;
}

a.primary-link-item-a {
	display: block;
	padding: 18px 5px 3px 5px;
	text-decoration: none;
}

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

a.primary-link-item-a:hover {
	color: #BB3967 ;
	text-decoration: none;
}

a.primary-link-item-a-selected, a.primary-link-item-a-selected:hover, a.primary-link-item-a-selected:visited { 
	color: #BB3967 ;
	text-decoration: none;
}
