#ctl00_Menu.MenuBg
{
	background-color: #4E4E4E;
    background-image: -webkit-linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
    background-image: -ms-linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
    background-image: -moz-linear-gradient(center top,#4E4E4E 0%,#4E4E4E 100%);
    background-image: linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#4E4E4E',GradientType=0 )/* IE6-9 */
}
#ctl00_Menu.MenuBg>table>tbody>tr>td>ul>li>a.Current{color:#ffffff;background-color:#4E4E4E;}

#CompanyLogo,#CompanyLogoHolder
{
    background-color: #4E4E4E;
    background-image: -webkit-linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
    background-image: -ms-linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
    background-image: -moz-linear-gradient(center top,#4E4E4E 0%,#161616 100%);
    background-image: linear-gradient(top,#4E4E4E 0%,#4E4E4E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4E4E4E', endColorstr='#4E4E4E',GradientType=0 );/* IE6-9 */
}
