@charset "utf-8";
/* CSS Document */

a.what, a.what:link, a.what:visited   {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-what-we-do.gif);
background-repeat:no-repeat;
width:125px;
height:109px;
}

a.what:active, a.what:hover {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-what-we-do.gif);
background-repeat:no-repeat;
width:125px;
height:109px;
background-position:0 -109px;
}

a.active-what {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-what-we-do.gif);
background-repeat:no-repeat;
width:125px;
height:109px;
background-position:0 -218px;
}

/* button 2 */

a.how, a.how:link, a.how:visited {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-how-we-are-different.gif);
background-repeat:no-repeat;
width:190px;
height:109px;
}

a.how:active, a.how:hover {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-how-we-are-different.gif);
background-repeat:no-repeat;
width:190px;
height:109px;
background-position:0 -109px;
}

a.active-how {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-how-we-are-different.gif);
background-repeat:no-repeat;
width:190px;
height:109px;
background-position:0 -218px;
}



/* button 3 */

a.who, a.who:link, a.who:visited {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-who-we-are.gif);
background-repeat:no-repeat;
width:128px;
height:109px;
}

a.who:active, a.who:hover {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-who-we-are.gif);
background-repeat:no-repeat;
width:128px;
height:109px;
background-position:0 -109px;
}

a.active-who {
float:left;
display:block;
background-image:url(/themes/site_themes/cdp/images/btn-who-we-are.gif);
background-repeat:no-repeat;
width:128px;
height:109px;
background-position:0 -218px;
}