﻿
/*----------------------------------------------------------------*/
.MenuLeft
{
    /*background: url(Images/bgmenuleft.gif);*/
    background-position: left;
    padding-left: 10px;
    color: #640500;
}

.MenuLeft .StaticMenuItemStyle
{
    /*height:35px;*/
    width: 170px;
    padding-left: 1px;
    z-index: 10000;
}

.MenuLeft a.StaticMenuItemStyle:link, .MenuLeft a.StaticMenuItemStyle:visited, .MenuLeft a.StaticMenuItemStyle:active
{
    text-decoration: none;
    color: #640500;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold; /*text-transform:uppercase;*/
    z-index: 10000;
}

.MenuLeft a.StaticMenuItemStyle:hover
{
    color: #ff0000;
    font-size: 11px;
    font-family: Verdana; /*text-transform:uppercase;*/
    z-index: 10000;
    text-decoration: underline;
}

.MenuLeft .DynamicMenuStyle
{
    border: solid 1px #cccccc;
    background-color: #ffffff;
    z-index: 10000;
}

.MenuLeft .DynamicMenuItemStyle
{
    background-color: #ffffff; /* dong nay phai co neu trong Master page ko co <head ..., nguoc lai ko can */
    padding: 10px;
    border-bottom: solid 1px #cccccc;
    z-index: 10000;
}

.MenuLeft a.DynamicMenuItemStyle:link, .MenuLeft a.DynamicMenuItemStyle:visited, .MenuLeft a.DynamicMenuItemStyle:active
{
    text-decoration: none;
    color: #640500;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}

.MenuLeft a.DynamicMenuItemStyle:hover
{
    text-decoration: none;
    color: #f26522;
    font-size: 11px;
    font-family: Verdana;
    font-weight: bold;
    z-index: 10000;
}



