﻿   .HideHeader{
        display: none;
    }
    
    .RecipeBoxDynamicItem{
        border: 0px;
        background: url(/recipes/images/NavBlank.gif) no-repeat top;
        width: 225px;
        height: 18px;
        padding-left: 0px;
        margin-left: 0px;
        padding-top: 3px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        margin-top: 0px;
        text-decoration: none;
    }
    
    .RecipeBoxDynamicItem A {
      
        margin-left: 30px;
        text-decoration: none;
    }
    
    .RecipeBoxDynamicItem A:visited {
      
        margin-left: 30px;
        text-decoration: none;
    }
    
    .RecipeBoxDynamicItem A:hover {
        s
        margin-left: 30px;
        text-decoration: none;
    }
    
    .RecipeBoxDynamicItems {
        margin-top: -1px;
}