
/*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:#e6e6e6;}



/*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:#008649;}

/*Changes the color of the active mouse over  in the navigation*/
#mainnavWrapper td.mainnavItemOn, #mainnavWrapper td.mainnavItemOver {background-image:none;color: #00AB5F; }

/*Changes the color of the mouse over active in the subnavigation*/
#navWrapper #subnavWrapper td.subnavItemOver, #navWrapper #subnavWrapper td.subnavItemOn {background-color:#008649;}

/*border=0*/
a img {border:none;}

/*Reduces the font size to everything is on one line*/
#quickLinks div.linkGroup {font-size:12px;}

