      .category_head {
        
        color: #999;
        padding-bottom: 5px;	
		
    }
		
		.category_head h6 p {
			font-weight: bold;
		}
		
	
       hr {position: relative; 
        left: -10px; 
        background-color:  #222222; 
        color: #d5e5f7; 
        width: 100%; 
        height: 1px; 
        border: 0; 
        border-bottom: 1px #222222 solid; 
        margin: 4px 0 0 0;}
        .even {
            background-color: black;
        }
        .category ul {
            width: 100%;
            float: left;
            clear: both;
            display: block;
            margin: 0 0 20px 0;
        }
        .category li {
            padding-left: 0px;
            padding-right: 0px;
        }
        .category li.nottop {
            
        }
        .category li.lastones {
          
        }
        .category li.odd {
            margin-right: 20px;
        }
        .menu_item {
            width: 100%;
            float: left;
        }
        .menu_item .name {
           font-size:15px;

           text-transform: uppercase;
        }
        .menu_item .price {
            float: right;
            font-weight: bold;
			color: gray;
        }
        .menu_item .description {
            color: #999;
            font-size:12px;
			text-transform: uppercase; 
        }
