@charset "utf-8";
/*
Theme Name: Euro Memorabilia
Description: Memorabilia at Euro Souvenirland
Version: 1.0
Author: Anthony Sheridan
*/

.MainMenu ul li.MMemorabilia a {
	background-position: 27px -90px !important;
}
.SectionTitle {
	background-image: url(/images/memorabilia_2_sectiontitle.png);
}

ul.YearsMenu {
	background-color: #B9D;
	border: 2px solid #74A;
}
ul.YearsMenu li a {
	color: #436;
	border-right: 2px solid #74A;
}
ul.YearsMenu li a.Decade {
	color: #DCE;
	background-color: #74A;
}
ul.YearsMenu li ul li a {
	background-color: #DCE;
}
ul.YearsMenu li ul li a:hover,ul.YearsMenu li ul li.Selected a {
	background-color: #EEE7F7;
}

.TagMenu {
	height: 35px;
	width: 970px;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;
	clear: both;
	background-image: url(/images/2_topmenu_bkgnd.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 5px;
}
.TagMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.TagMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 35px;
	font-size: 13px;
	line-height: 34px;
	width: 50px;
}
.TagMenu ul li a {
	display: block;
	color: #00AA44;
	text-align: center;
	background-image: url(/images/2_topmenu_circle.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 35px;
	width: 50px;
	outline: none;
}
.TagMenu ul li a span {
	padding-left: 6px;
}
.TagMenu ul li.First {
	width: 70px !important;
}
.TagMenu ul li.First a {
	background-position: 0px -35px;
	width: 70px !important;
}
.TagMenu ul li a.Selected {
	color: #FF2200;
}
.TagMenu ul li a:hover {
	color: #FF2200;
}

.CatMenu {
	height: 35px;
	width: 970px;
	margin-left: 5px;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 15px;
	clear: both;
}
.CatMenuTop {
	margin-top: 12px;
}
.CatMenu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.CatMenu ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
	height: 35px;
	font-size: 13px;
	line-height: 34px;
	width: 97px;
}
.CatMenu ul li a {
	display: block;
	color: #00AA44;
	text-align: center;
	background-image: url(/images/5_footermenu_bkgnd.png);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	width: 97px;
	height: 35px;
}
.CatMenu ul li.First a {
	background-position: 0px 0px !important;
}
.CatMenu ul li a.Selected {
	color: #FF2200;
}
.CatMenu ul li a:hover {
	color: #FF2200;
}

/* ----- PageNavi */

.PageNav a.page {
	border-color: #74A;
	background-color: #DCE;
	color: #436;
}
.PageNav a.page:hover {
	background-color: #EEE7F7;
}
.PageNav span.current {
	color: #436;
	border-color: #74A;
	background-color: #EEE7F7;
}