#menu {
    /*background: #b9c8dc;*/
    float: right;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

#menu li {
    float: right;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, .5);
    box-shadow: 1px 0 0 rgba(255, 255, 255, .05);
}

#firstmenuitem {
    border-left: 1px solid rgba(0, 0, 0, .5);
}

#menu a {
    color: #CCC;

    display: block;
    float: left;
    margin: 0 0 0 0;
    padding: 19px 14px;
    text-decoration: none;
    height: 19px;

    border: 1px solid rgba(255, 255, 255, .05);
    border-width: 0 1px;
}

#menu a:hover, #menu a.active {
    background: #333;
    color: #fff;
}

#menu a:active {
    background: #000;
    color: #fff;
}

#firstmenuitem a {
    padding-left: 24px;
}

#firstmenuitem a.loginPop {
    padding-left: 14px !important;
}

#firstmenuitem img {
    width: 28px;
    height: 28px;
    float: left;
    position: relative;
    top: -7px;
    left: -9px;
}

a#menuExtra {
    width: 9px;
    height: 19px;
    display: block;
    padding: 19px 10px;
}

a#menuExtra:active {
    background: #333;
}

#menuExtra span {
    background-image: url(/images/select_tip.png);
    width: 9px;
    height: 5px;
    margin: 6px 0 0 0px;
    position: absolute;
}

.notifyCount {
    -webkit-border-radius: 2px;
    color: white;
    display: none;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-bottom: 1px;
    position: absolute;
    margin-left: 14px;
    top: 10px;
    z-index: 10;
}

.notifyCount.hasNew {
    display: block;
}

.notifyCount div {
    background-color: #F03D25;
    border: 1px solid #D83722;
    border-bottom: 1px solid #C0311E;
    border-top: 1px solid #E23923;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0 1px 0 rgba(0, 39, 121, .77);
    display: block;
    padding: 0 2px;
}

#menuDD {
    position: absolute;
    right: 0;
    margin: 57px 0 0 0;
    background: #fff;
    z-index: 101;
    border: 1px solid #777;
    font-weight: 300;
    font-size: 12px;
    list-style: none;
    display: none;
}

#menuDD li {
    font-weight: 400;
    font-size: 14px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

#menuDD a {
    color: #444;

    display: block;
    margin: 0;
    padding: 6px 40px 6px 16px;
    text-decoration: none;
    height: 20px;
}

#menuDD a:hover {
    background: #efefef;
}

#notifyBox {
    display: none;
    position: absolute;
    z-index: 1000;
    right: 26px;
    top: 54px;
}

#simpleMenu ul {
    font-size: 18px;
    float: right;
    margin: 0;
    padding: 20px 0 20px 0;
    list-style-type: none;
    text-align: center;
}

#simpleMenu ul li {
    display: inline;
    padding: 5px;
    color: #fff;
    text-decoration: none;
}

#simpleMenu ul a.highlight li {
    color: #fe5900;
}

#simpleMenu ul a.highlight:hover li {
    color: #ff9257;
}

#simpleMenu ul a.downplay:hover {
    border-bottom: none !important;
}

#simpleMenu ul a {
    display: inline-block;
    height: 25px;
}

#simpleMenu ul a:hover {
    text-decoration: none;
    border-bottom: solid 4px #ffc795;
}

.jspContainer {
    overflow: hidden;
    position: relative;
}

.jspPane {
    position: absolute;
}

.jspVerticalBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: red;
}

.jspHorizontalBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: red;
}

.jspVerticalBar *,
.jspHorizontalBar * {
    margin: 0;
    padding: 0;
}

.jspCap {
    display: none;
}

.jspHorizontalBar .jspCap {
    float: left;
}

.jspTrack {
    background: #DFE7F3;
    position: relative;
}

.jspDrag {
    background: #B9C8DC;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
    float: left;
    height: 100%;
}

.jspArrow {
    background: #50506d;
    text-indent: -20000px;
    display: block;
    cursor: pointer;
}

.jspArrow.jspDisabled {
    cursor: default;
    background: #80808d;
}

.jspVerticalBar .jspArrow {
    height: 8px;
}

.jspHorizontalBar .jspArrow {
    width: 8px;
    float: left;
    height: 100%;
}

.jspVerticalBar .jspArrow:focus {
    outline: none;
}

.jspCorner {
    background: #eeeef4;
    float: left;
    height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
    margin: 0 -3px 0 0;
}

#searchlocation {
    font: 12px/19px 'open sans', sans-serif;
    color: #333;
    padding: 7px 7px 7px 30px;
    width: 260px;
    border: 1px solid #d3d3d3;
    border-radius: 2px;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    background: #fff url('/images/location_pin.png') no-repeat 10px 11px;
}

.pac-container {
    width: 470px !important;
}

.pac-item {
    color: #333;
    padding-bottom: 4px;
    font-size: 16px;
    padding-top: 2px;
}
