.note {
    display: none;
    clear: both;
    font-family: Verdana, sans-serif;
    font-size:10px;
    font-weight: bold;
    padding-left: 5px !important;
    color: #333333;
    position: absolute;
    bottom: -13px;
}

#nav_wrapper * {margin:0;padding:0;list-style:none;}
#nav_wrapper {
    float: right;
    position: relative;
    left: -50%;
}
#elements_wrapper {
    left: 50%;
    float: left;
    position: relative;
}
#navigation {
    background:transparent url('img/background.png') left top repeat-x;
    font-family:Arial;
    font-size:12px;
    font-weight:700;
    float: left;
    height:43px;
    list-style: none;
    margin:-2px auto 0!important;
    padding:0;
}
#navigation a {
    line-height: 37px;
    text-align: center;
}
#navigation li {
    background:transparent url('img/navigation-item-background.png') left bottom repeat-x;
    float:left;
    height:43px;
    list-style:none;
    list-style-image:none;
    margin:0!important;
    padding:0!important;
    position: relative;
}

#navigation li p,#navigation li p a {
    float:left;
    height:43px;
}

#navigation li a {
    color:#000;
    padding:0 15px;
    text-decoration:none;
}


#navigation li.item p a {
    border-right:1px solid silver;
    height:38px;
    width: 84px;
}
#navigation li.last p a {
    border-right: 0 !important;
}

#navigation li.last p {
    background:transparent url('img/endcap-right.png') right bottom no-repeat;
}
#navigation li.last p:hover {
    background:transparent url('img/endcap-right.png') right top no-repeat;  
}

#navigation li.first p,#navigation li:first-child p {
    background:transparent url('img/endcap-left.png') left bottom no-repeat;
}

#navigation li.first p:hover {
    background:transparent url('img/endcap-left.png') left top no-repeat;
}

#navigation li.first.active,
#navigation li.active:first-child,
#navigation li.hover,
#navigation li:hover {
    background-color:#fff;
    background-position:left top;
}

#navigation a,#navigation li.hover a,#navigation li:hover a {
    text-decoration:none;
}
