﻿.SideMenuDiv
{
    
    padding-left: 1px; height: 100%; background-color: #373942;
}
.IconSpan
{
    padding-right:20px;
}
.LeftPanelIconSize
{
    Font-size:20px;
    /*color:#A2A2A2;*/
    color:#969AA7;
    float:left;
    padding-right:10px;
}
#LeftMenu
{ 
    margin:0px;
    margin-top:1px;
    list-style:none;
   
    padding:0px;
}

#LeftMenu>li>a
{
    /*border: 1px solid red; */
    display:block;
    padding-top:15px;
    padding-bottom:15px;
    padding-left:10px;
    background-color:#373942;
    color:#969AA7;
    text-decoration:none !important;
}


#LeftMenu>li>a:hover > .LeftPanelIconSize
{
     color:red !important;
}

#LeftMenu>li>a:hover, 
.LeftActiveMenu
{
   /*font-weight:bold !important;*/ 
    border-left:2px solid blue;
    color:red !important;
}

#LeftMenu>li>a:hover,
#LeftMenu>li>a:active,

#LeftMenu>li>a:hover > .LeftPanelIconSize,
.LeftActiveMenu,
.LeftActiveMenu > .LeftPanelIconSize
{
    text-decoration:none !important;
     background-color:black !important;
    color:white !important;
}

#LeftMenu>li>a:hover > span>.LeftPanelIconSize
{
    color:white !important;
}