  .sf-menu {
	position:absolute;  
	top:10px; 
	right:34px; 
	padding:0px 0px 0 0; 
	z-index:3;
}
.sf-menu  li {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    float: left;
    font-size: 12px;
    line-height: 5px;
    margin: 0 0 0 12px;
    text-decoration: none;
}

.separator {
    background: none repeat scroll 0 0 transparent;
    color: #FAAF40;
    padding: 31px 0 22px;
    text-align: center;
    text-decoration: none;
}


.sf-menu  li  a {
    background: none repeat scroll 0 0 transparent;
    color: #001a2b;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 800;
    padding: 31px 0 22px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.sf-menu  li:hover a:hover, .sf-menu  li.sfHover{
color: #cc9036;
text-decoration:underline;
}
