﻿        .docBody
        {
            font-family: Segoe UI, Segoe WP, Verdana, Arial; 
            font-size: 20px; 
            color: white; 
            margin:0; 
            padding:0; 
            background-color:Black;
        }
        .mainMenu
        {
            width: 300px;
            height:480px;
        }
        .menuButton
        {
            width: 45px;
            height:45px;
            background-color:transparent;
            color:White;
        }
        .menuItem
        {
            font-size: 32px; 
            height:45px;
            width:210px;
            background-color:transparent;
            color:White;
        }
        .pnlMenu
        {
            width: 300px;
            height: 480px;
            position:relative;
            z-index:999;
            top: 0px;
            left: 0px;
            background-color:#0530AD;
            background: -moz-linear-gradient(#0530AD, #4661B0); 
            background: -webkit-linear-gradient(#0530AD, #4661B0); 
            background: -o-linear-gradient(#0530AD, #4661B0); 
            background: -ms-linear-gradient(#0530AD, #4661B0);/*For IE10*/ 
            background: linear-gradient(#0530AD, #4661B0); 
            filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#0530AD', endColorstr='#4661B0'); /*For IE7-8-9*/
            
        }
        .pnlImage
        {
            width: 640px;
            height: 480px;
            background-color:transparent;
            position:absolute;
            top:0px;
            left:52px;
            z-index:1;
        }
        .menuCell
        {
            width: 50px;
        }
