/* Navigation */

/* Enhanced */

#navigation .nav {
	background: none;
}
#navigation .nav li {
    border: 0;
}
#navigation .nav li a {
    padding: 0;
    background: none;
}


/* Localisation */

.ch-it #logo a {
	background-image: url(/shared/resource/images/brandify/headers/logos/it/default.png);
}
.ch-it #logoBlack a {
	background-image: url(/shared/resource/images/brandify/headers/logos/it/default-black.png);
}

/* IT */

#navigation .nav li a {
    background: url(/shared/resource/images/brandify/nav/it-nav-sprite.png) no-repeat;
    height: 100%;
    outline: none;
    text-indent: -1000em;
}

/* Home */
#navigation #n-home a {
    width: 54px;
	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: 120px;
    background-position: -54px 0;
}
#navigation #n-aboutireland a:hover {
    background-position: -54px -32px;
}
.s-about-ireland #navigation #n-aboutireland a, 
.s-about-ireland #navigation #n-aboutireland a:hover 
{
    background-position: -54px -64px;
}

/* Places To Go */
#navigation #n-irelandplacestogo a {
    width: 114px;
    background-position: -174px 0;
}
#navigation #n-irelandplacestogo a:hover {
    background-position: -174px -32px;
}
.s-ireland-places-to-go #navigation #n-irelandplacestogo a, 
.s-ireland-places-to-go #navigation #n-irelandplacestogo a:hover 
{
    background-position: -174px -64px;
}

/* Things To Do */
#navigation #n-irelandthingstoseeanddo a {
    width: 155px;
    background-position: -288px 0;
}
#navigation #n-irelandthingstoseeanddo a:hover {
    background-position: -288px -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: -288px -64px;
}

/* Accommodation */
#navigation #n-accommodation a {
	width: 66px;
    background-position: -599px 0;
}
#navigation #n-accommodation a:hover {
    background-position: -599px -32px;
}
.s-accommodation #navigation #n-accommodation a,
.s-accommodation #navigation #n-accommodation a:hover
{
    background-position: -599px -64px;
}

/* Plan Your Visit */
#navigation #n-irelandplanyourvisit a {
    width: 156px;
    background-position: -443px 0;
}
#navigation #n-irelandplanyourvisit a:hover {
    background-position: -443px -32px;
}
.s-ireland-plan-your-visit #navigation #n-irelandplanyourvisit a,
.s-ireland-plan-your-visit #navigation #n-irelandplanyourvisit a:hover
{
    background-position: -443px -64px;
}

/* Travel Offers */
#navigation #n-irelandtraveloffers a {
	width: 115px;
    background-position: -665px 0;
}
#navigation #n-irelandtraveloffers a:hover {
    background-position: -665px -32px;
}
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a,
.s-ireland-travel-offers #navigation #n-irelandtraveloffers a:hover
{
    background-position: -665px -64px;
}



/* Buttons */
input#go {
	background-position: 0 -20px;
	width: 32px;
}

#itPanel .content {
    font-size:1em;
    background:#ebebeb url(/shared/resource/images/itinerary_planner/ch-it/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%;
}

