#mainnavWrapper td.mainnavItem, #gmToolsLink {
color:#FFFFFF;
}

/*Removes background*/
#contentWrapper {background:none;}

/*Removes rounded corners background*/
#rtop, #rbottom {visibility:hidden;}

/*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');
}
/*Removes background color so the background will show through*/
#contentWrapper {background-color:transparent;}

/*#mainnavWrapper td, #mainnavWrapper td.mainnavItemOn, #mainnavWrapper td.mainnavItemOver {font-size:12px;}*/

/*Changes the color of the active page in the navigation*/
#mainnavWrapper td.mainnavItem {background-image:none;color:#FFFFFF;}

/*Changes the color of the active mouse over  in the navigation*/
#mainnavWrapper td.mainnavItemOn {background-image:none;color: #cccccc;}

#mainnavWrapper td.mainnavItemOver, #mainnavWrapper td:hover {background-image:url(nav_bg.png);background-repeat:repeat-x;color: #cccccc;}

/*Changes the color of the mouse over active in the subnavigation*/
#navWrapper #subnavWrapper td.subnavItemOver, #navWrapper #subnavWrapper td.subnavItemOn {background-color:#dddddd;color:#333333}

#mainnavWrapper td.mainnavItem, #mainnavWrapper td.mainnavItemOn, #mainnavWrapper td.mainnavItemOver {border:none;}

/*border=0*/
a img {border:none;}

/*creates a mouseover for buttons*/
#buttons a:hover img{opacity:0.6;/*Firefox & Chrome*/filter:alpha(opacity=60);   /* IE */}


