/* Navigation */

/* Enhanced */

#navigation .nav {
	background: none;
}
#navigation .nav li {
    border: 0;
}
#navigation .nav li a {
    padding: 0;
    background: none;
}

/* Localisation */

.cn #logo a {
	background-image: url(/shared/resource/images/brandify/headers/logos/cn/default.png);
}
.cn #logoBlack a {
	background-image: url(/shared/resource/images/brandify/headers/logos/cn/default-black.png);
}

.cn input#findIt {background:url("/shared/resource/images/brandify/buttons/find-it-24b-cn.png") no-repeat scroll 0 0 transparent;}

/* CN */

#navigation .nav li a {
    background: url(/shared/resource/images/brandify/nav/cn-nav-sprite.png) no-repeat;
    height: 100%;
    outline: none;
    text-indent: -1000em;
}

/* Home */
#navigation #n-home a {
    width: 111px;
	background-position: 0 0;
}
#navigation #n-home a:hover {
    background-position: 0 -32px;
}
.s-home #navigation #n-home a,
.s-home #navigation #n-home a:hover 
{
    background-position: 0 -64px;
}

/* About Ireland */
#navigation #n-aboutireland a {
    width: 112px;
    background-position: -111px 0;
}
#navigation #n-aboutireland a:hover {
    background-position: -111px -32px;
}
.s-about-ireland #navigation #n-aboutireland a, 
.s-about-ireland #navigation #n-aboutireland a:hover 
{
    background-position: -111px -64px;
}

/* Places To Go */
#navigation #n-irelandplacestogo a {
    width: 111px;
    background-position: -223px 0;
}
#navigation #n-irelandplacestogo a:hover {
    background-position: -223px -32px;
}
.s-ireland-places-to-go #navigation #n-irelandplacestogo a, 
.s-ireland-places-to-go #navigation #n-irelandplacestogo a:hover 
{
    background-position: -223px -64px;
}

/* Things To Do */
#navigation #n-irelandthingstoseeanddo a {
    width: 121px;
    background-position: -334px 0;
}
#navigation #n-irelandthingstoseeanddo a:hover {
    background-position: -334px -32px;
}
.s-ireland-things-to-see-and-do #navigation #n-irelandthingstoseeanddo a,
.s-ireland-things-to-see-and-do #navigation #n-irelandthingstoseeanddo a:hover 
{
    background-position: -334px -64px;
}

/* Accommodation */
#navigation #n-irelandplanyourvisit a {
	width: 111px;
    background-position: -455px 0;
}
#navigation #n-irelandplanyourvisit a:hover {
    background-position: -455px -32px;
}
.s-irelandplanyourvisit #navigation #n-irelandplanyourvisit a,
.s-irelandplanyourvisit #navigation #n-irelandplanyourvisit a:hover
{
    background-position: -455px -64px;
}

/* Plan Your Visit */
#navigation #n-accommodation a {
    width: 102px;
    background-position: -566px 0;
}
#navigation #n-accommodation a:hover {
    background-position: -566px -32px;
}
.s-ireland-plan-your-visit #navigation #n-accommodation a,
.s-ireland-plan-your-visit #navigation #n-accommodation a:hover
{
    background-position: -566px -64px;
}

/* Travel Offers */
#navigation #n-irelandtraveloffers a {
	width: 112px;
    background-position: -668px 0;
}
#navigation #n-irelandtraveloffers a:hover {
    background-position: -668px -32px;
}
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a,
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a:hover
{
    background-position: -668px -64px;
} 


/* Sign up */
input#eZineSignUp {
	background-position:  0 -110px; 
	width: 67px;
}
