﻿#menu
{
    /*background: url("../images/backEnd/upperMenu.png");*/
    background-color: #252525;
    width: 100%;
    position: relative;
    height: 34px;
}

#menuList { display: table; height: 100%; }
#menuList:hover a { color: #dfdfdf; }
    #menuList li { display: table-cell; max-width: 155px; width: auto; height: 100%; padding-left: 15px; padding-right: 15px; vertical-align: middle; text-align: center; }
    #menuList li a { text-decoration: none; font-size: 11pt; color: #bfbfbf; transition: 0.2s;}
    #menuList li a:hover { color: #E2001A;}

#tblMenu
{
    border: none;
    width: auto;
    height: 37px;
    /*margin-left: auto;
    margin-right: auto;*/
}

#tblMenu tr {
    height: 37px; vertical-align: top;
}

#menu table td
{
    height: 37px;
}

#tblMenu td
{
    text-align: center;
    vertical-align: middle;
    width:auto !important;
    padding-left:20px;
    padding-right:20px;
}


#tblsbMenu td
{
    width:auto !important;
    padding-left:20px;
    padding-right:20px;
}

/*#menu a
{
    text-decoration: none;
    font-size: 11pt;
    color: #bfbfbf;
    transition: 0.2s;
}*/

/*#menu a:hover
{
    text-decoration: none;
    color: #E2001A;
    background-repeat: no-repeat;
}*/

#subtable
{
    /*margin-top: -3px;*/
    /*background: url("../images/backEnd/submenu.png");*/
    background-color: #454545;
    width: 100%;
    height: 34px;
    position: relative;
}
#subtable:hover a {
    color: #dfdfdf;
}
#tblsbMenu
{
    text-align: left;
    height: 34px;
    width: auto;
    /*margin-left: auto;
    margin-right: auto;*/
    position: relative;
    padding-right: 10px;
    border: none;
    border-collapse: collapse;
}

#tblsbMenu td {
    text-align: center;
}

#tblsbMenu td a
{
    text-decoration: none;
    color: #bfbfbf;
    font-size: 10pt;
    transition: 0.2s;
}
#tblsbMenu td:hover {
    background: #252525;
}
#tblsbMenu td a:hover
{
    text-decoration: none;
    color: #f2001A;
    background-repeat: no-repeat;
}

.cellStyleForSubMenu
{
    width:auto !important;
    padding-left:20px;
    padding-right:20px;
}

#subtriangle
{
    width: 990px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#divTriangle
{
    background-color: transparent;
    height: 16px;
    position: absolute;
    margin-top: 1px;
    z-index: 1;
    width: 120px;
}

.hide
{
    display: none;
}

.glowingText
{
    text-shadow: 0 0 10px #ffffff;
    color:#ffffff !important;
    font-weight:bold !important;
}

.glowingTextRed
{
    text-shadow: 0 0 10px #c61a1a;
    color:#c61a1a;
    font-weight:bold;
}
