/* Navigation */

/* Enhanced */

#navigation .nav {
	background: none;
}
#navigation .nav li {
    border: 0;
}
#navigation .nav li a {
    padding: 0;
    background: none;
}

/* Localisation */

.nl #logo a {
	background-image: url(/shared/resource/images/brandify/headers/logos/nl/default.png);
}
.nl #logoBlack a {
	background-image: url(/shared/resource/images/brandify/headers/logos/nl/default-black.png);
}

.nl input#findIt {background:url("/shared/resource/images/brandify/buttons/find-it-24b-nl.png") no-repeat scroll 0 0 transparent;}

.nl .check-availability {background:url(/shared/resource/images/brandify/buttons/check-availability-nl.png) no-repeat scroll 0 0 transparent;}

/* NL */

#navigation .nav li a {
    background: url(/shared/resource/images/brandify/nav/nl-nav-sprite.png) no-repeat;
    height: 100%;
    outline: none;
    text-indent: -1000em;
}

/* Home */
#navigation  #n-home a {
    width: 88px;
	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: 107px;
    background-position: -88px 0;
}
#navigation  #n-aboutireland a:hover {
    background-position: -88px -32px;
}
.s-about-ireland #navigation #n-aboutireland a, 
.s-about-ireland #navigation #n-aboutireland a:hover 
{
    background-position: -88px -64px;
}

/* Places To Go */
#navigation  #n-irelandplacestogo a {
    width: 134px;
    background-position: -195px 0;
}
#navigation  #n-irelandplacestogo a:hover {
    background-position: -195px -32px;
}
.s-ireland-places-to-go #navigation #n-irelandplacestogo a, 
.s-ireland-places-to-go #navigation #n-irelandplacestogo a:hover 
{
    background-position: -195px -64px;
}

/* Things To Do */
#navigation  #n-irelandthingstoseeanddo a {
    width: 134px;
    background-position: -329px 0;
}
#navigation  #n-irelandthingstoseeanddo a:hover {
    background-position: -329px -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: -329px -64px;
}

/* Accommodation */
#navigation  #n-accommodation a {
	width: 118px;
    background-position: -549px 0;
}
#navigation  #n-accommodation a:hover {
    background-position: -549px -32px;
}
.s-accommodation #navigation #n-accommodation a,
.s-accommodation #navigation #n-accommodation a:hover
{
    background-position: -549px -64px;
}

/* Plan Your Visit */
#navigation  #n-irelandplanyourvisit a {
    width: 86px;
    background-position: -463px 0;
}
#navigation  #n-irelandplanyourvisit a:hover {
    background-position: -463px -32px;
}
.s-ireland-plan-your-visit #navigation #n-irelandplanyourvisit a,
.s-ireland-plan-your-visit #navigation #n-irelandplanyourvisit a:hover
{
    background-position: -463px -64px;
}

/* Travel Offers */
#navigation  #n-irelandtraveloffers a {
	width: 113px;
    background-position: -667px 0;
}
#navigation  #n-irelandtraveloffers a:hover {
    background-position: -667px -32px;
}
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a,
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a:hover
{
    background-position: -667px -64px;
} 


/* Buttons */
input#go {
	background-position: 0 -40px;
	width: 41px;
}

/* Sign up */
input#eZineSignUp {
	background-position:  0 -154px; 
	width: 118px;
}

.nl #travel-offers .travel-offers-view {
	background-position: 0 -115px;
	width: 139px;
}


#itPanel .content {
    font-size:1em;
    background:#ebebeb url(/shared/resource/images/itinerary_planner/nl/furniture/discover-ireland-logo-line.png) no-repeat top right;
    border:1px solid #17a072;    
    margin-left:24px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    overflow:hidden;
    /* ToDo: PUT IN IE6 SHEET */
    height:1%;
}


