#hd #search_stringControl .label {
    background: none;
}
#hd .right-header .news .item {
    margin-right: 8px;
}
#hd .right-header .news .item h2 {
    line-height: 30px;
}
#hd .logos .button {
    background: url('../images/btn-bg.png') repeat-x;
    border: none;
    border-left: 3px solid #000;
    border-right: 3px solid #000;
    height: 16px;
    color: #fff;
    font-size: 13px;
    font-family: "Rockwell", "Arial";
    text-align: center;
    font-weight: bold;
    padding: 2px 20px;
    -moz-box-shadow: 0 0 2px 1px #888;
    -webkit-box-shadow: 0 0 2px 1px #888;
    box-shadow: 0 0 2px 1px #888;
}
#hd .logos .button:hover {
    background: url('../images/btn-hover-bg.png') repeat-x;
    border-left: 3px solid #b42d00;
    border-right: 3px solid #b42d00;
    text-decoration: none;
    -moz-box-shadow: 0 0 2px 1px #7a4432;
    -webkit-box-shadow: 0 0 2px 1px #7a4432;
    box-shadow: 0 0 2px 1px #7a4432;
}
.navbar {
    margin-bottom: 0px;
}
.yui-skin-sam .yuimenubar{
    border: none;
    background:none;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem {
    border-right: none;
    margin-right: 15px;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem.first-of-type a{
    color: #FFF;
    display: block;
    border: none;
    font-size: 18px;
    font-weight: bold;
    background: none;
    padding-top: 5px;
    padding-right: 10px;
    cursor: pointer;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem a:hover {
    background: #FFF;
    color: #C30;
    height: 34px;
}
.yui-skin-sam .yuimenubarnav .yuimenubaritem.first-of-type.current a{
    color: #C30;
}
.navbar .nav > li > a {
    padding: 0 10px;
    text-shadow: none;
}
#rightcol .news .item {
    margin-right: 5px;
}