﻿/* Below 4 Class are used for Menu Item Description Icons. */ 
.Red 
 {
    background-image: url(../img/Red.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
 }
 .Blue
 {
    background-image: url(../img/Blue.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
 }
 .Orange 
 {
    background-image: url(../img/Orange.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
 }
 .Green
 {
    background-image: url(../img/Green.png);
    background-repeat: no-repeat;
    width: 36px;
    height: 36px;
    margin-top:10px;
    margin-bottom:20px;
    float:left;
 }

