﻿/* Main Menu buttons start */

.MenuStyle
{
    z-index: 1; /* Workaround for IE8 not showing dynamic submenu in standard mode */
    margin-top: -1px; /* Fixed seperator of asp.net menu not properly in the panel */
}

.MenuCell
{
    font-family: Helvetica, Arial;
    font-size: 10pt;
    color: #2B1B17;
    font-weight:bold;
    padding:3px;    
    padding-right:10px;
    text-shadow: 1px 1px #ffffff;
    vertical-align:middle;    
    text-align:center;
}

.MenuCell td
{
    width: 50%;
}

.MenuCellLevel2
{
    border: none 0px transparent;
    background-color:#e7e7e7 !important;
    height: 10px;
    font-family: Helvetica, Arial;
    display: inline-table;

    font-weight:bold;
    padding:3px;
    font-size: 10pt;
    color: #2B1B17;  
    text-shadow: 1px 1px #ffffff;
    vertical-align:middle;   
    text-align:left; 
    width:110px;
    border-bottom: solid 1px #b9b9b9;
    
}

.SubMenuStyle 
{
   border-collapse:separate;
   border: solid 1px #b9b9b9;
}

.MenuHover
{
    color: #2B1B17;
    background-color: #cacaca !important;
    z-index: 1; 
}

/* Main Menu end */
.width70
{
	width:70px;
}
.width75
{
	width:75px;
}

.width100
{
	width:100px;
}

.width150
{
	width:150px;
}


/**************************************************************/

