.sf_navigation ul li a:hover {
    background-image: url(images/656_navigation_o.jpg);
    background-position: top;
    background-repeat: repeat-x;
    color: #fff;
    background-color: #5C5C5C;
 }

 .sf_navigation {
    background-position: top;
    background-repeat: repeat-x;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: -.05em;
    padding-top: 25px;
    width: 100%;
    clear: both;
    background-image: url(images/header.jpg);
 }

 .sf_navigation .main_nav {
    border: solid #d1d0c6;
    border-width: 2px 0;
    margin: 0px;
    padding: 0 20px;
    min-height: 1%;
    height: 1%;
    background-image: url(images/bloghead.jpg);
 }

 .sf_main_header {
    float: left;
    font-size: 42px;
    font-weight: normal;
    letter-spacing: -.07em;
    min-height: 20px;
    height: 20px;
    padding: 20px 35px 0;
    text-transform: uppercase;
    color: #70696A;
 }

 a:link {
    color: #FF9215;
 }

 a:visited {
    color: #E72E02;
 }

 a:hover {
    color: #222222;
 }

 .sf_navigation ul li a {
    display: block;
    margin: 0px;
    padding: 7px 20px 1px;
    text-decoration: none;
    height: 22px;
    min-width: 1%;
    width: 1%;
    color: #FFFFFF;
 }

 
