ul.leftSubMenu li a:hover {
  background: #8ec63f;
  color: #FFFFFF;
  border-left: 5px #002d56 solid;
  padding-left: 15px;
}

ul.leftSubMenu li.leftSubMenuActive a {
  background: #8ec63f;
  color: #FFFFFF;
  border-left: 5px #002d56 solid;
  padding-left: 15px;
}

.headerWelcome .welcome {height:20px;background-image:url(img/Header/bg1.png);background-repeat: repeat-x;border-radius: 5px; color:Black; margin-bottom: 3px;padding-left: 4px;}
.headerWelcome .deviceIcon{background-image:url(img/Header/device_ico.png);background-repeat: no-repeat;width: 50px;height: 45px;float:left;margin-top:1px;padding-right:5px;margin-left: 2px;}
.headerWelcome .deviceCount{background-image:url(img/Header/arrow.png);background-repeat: no-repeat;width: 50px;height: 45px;float:left;}
.headerWelcome .logout{background-image:url(img/Header/logout.png);background-repeat: no-repeat;width: 50px;height: 45px;float:left;}
.headerWelcome .deviceBg {height:45px;background-image:url(img/Header/bg1.png);background-repeat: repeat-x;border-radius: 5px; color:Black;max-width: 283px;position: relative;float: right;}

.headerWelcome
{
    /*margin: 40px 10px 10px 10px;*/
    padding: 10px;
    color: White;
    font-size:larger;
    font-weight:bold;
    float: right;
}

.topMenu 
{
    display: block;
    color: White;
    font-size: larger;
    font-weight: bold;
    vertical-align: bottom;
    position: absolute;
    bottom: 10px;
    padding-left: 240px;
}
.topMenu a:hover {color: #8ec63f; text-decoration: underline;}


.lenderName
{
    font-size: 16px;
    font-weight: bold;
    color: #002D56;
    padding-bottom: 4px;
}