
body {background-color:#d2d6d7;}

/*Changes the color of the quick links bar works best for Hyundai sites since they don't have a rounded image*/
#contentWrapper #layoutWrapper #quickLinksWrapper {background-color:#000000;}

/*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:#eee;}

/*Changes the color of the active mouse over  in the navigation*/
#mainnavWrapper td.mainnavItemOn, #mainnavWrapper td.mainnavItemOver {background-image:none;color: #ccc; }

/*Changes the color of the mouse over active in the subnavigation*/
#navWrapper #subnavWrapper td.subnavItemOver, #navWrapper #subnavWrapper td.subnavItemOn {background-color:#666;}

/*border=0*/
a img {border:none;}

