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