
/*Removes background image on the navigation so the background will show through*/
#designWrapper #navWrapper{background-image:none;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='none', sizingMethod='scale');
}
/*Changes the color of the active page in the navigation*/
#mainnavWrapper td.mainnavItem {background-image:none;color:#4a4a4a; text-shadow:#666666;}

/*Changes the color of the active mouse over  in the navigation*/
#mainnavWrapper td.mainnavItemOn {background-image:none;color: #000; text-shadow:#666666; }

#mainnavWrapper td.mainnavItemOver {background-image:url(nav_bg.png);background-repeat:repeat-x;color: #000; text-shadow:#666666; }

/*Changes the color of the mouse over active in the subnavigation*/
#navWrapper #subnavWrapper td.subnavItemOver, #navWrapper #subnavWrapper td.subnavItemOn {background-color:#ccc;}
a img {border:none;}
#contentWrapper {background:none; color:#000000;}
#footerWrapper *{color:#000000;}
#rtop, #rbottom {visibility:hidden;}

