﻿.menucategory
{
    width: 500px;
    
}

.menucategoryheader
{
    text-align:left;
    width: 500px;
    padding: 5px;
    border:  1px solid #D9D9D9;
    background-color: #D9D9D9;
}

.menucategoryheader img
{
    float:right;
    cursor: pointer;
	cursor: hand;
}

.menucategorydescription
{
    width: 450px;
    margin: 0 auto;
    text-align:center;
}

.menucategoryitems
{
    width: 500px;
    height:0px;
    padding-left: 10px;
    overflow: hidden;
}

.menuitemprice
{
    float:right;
    width:100px;
    margin-right: 100px;
    text-align:right;
    
}

.itemdescription
{
    padding-left:10px;
    width:450px;
    font-size: smaller;
    
}

