﻿#navContainer {
    height:79px;
    padding:25px 5px 0 0;
}

#navContainer .GORMLogo {
    margin-top:8px;
}

#mainNav {
    width:590px;
    position:absolute;
    top:20px;
    left:420px;
}

#mainNav ul {
    list-style-type:none;
}

#mainNav ul li {
    float:left;
}

#mainNav ul li a {
    display:block;
    float:left;
    text-indent:-9999px;
    overflow:hidden;
    padding-right:30px;
}

#mainNav li.places a {
    width:197px;
    height:39px;
    background:url(/images/mainNavPlaces.png) no-repeat;
}

#mainNav li.experiences a {
    width:151px;
    height:39px;
    background:url(/images/mainNavExperiences.png) no-repeat;
}

#mainNav li.offers a {
    width:88px;
    height:39px;
    background:url(/images/mainNavOffers.png) no-repeat;
    margin-left:20px;
}

#contentLeftNav {
    height:23px;
    padding:16px 20px 0 24px;
    background:url(/images/contentLeftNavBg.jpg) no-repeat;
}

#contentLeftNav p {
    margin-bottom:0;
}

#contentLeftNav a, .featureListItemCopy a.arrowLink {
    padding:0 0 0 15px;
    background:url(/images/linkArrowsBlueRight.gif) no-repeat 0 4px;
    overflow:hidden;
}

a.leftArrow {
    background:url(/images/linkArrowsBlueLeft.gif) no-repeat 0 4px !important;
}