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

* {
margin: 0;
}

.centerhold {
width:722px;
margin-right:auto;
margin-left:auto;
}

.splHOME {
width: 55px;
height: 19px;
display: block;
float:left;
margin-right:10px;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_HOME.gif);
}

.splAPPROACH {
width: 131px;
height: 19px;
display: block;
float:left;
margin-right:10px;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_APPROACH.gif);
}

.splCOLLECTIVE {
width: 140px;
height: 19px;
display: block;
float:left;
margin-right:10px;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_COLLECTIVE.gif);
}

.splMETHOD {
width: 111px;
height: 19px;
display: block;
float:left;
margin-right:10px;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_METHOD.gif);
}

.splWORKS {
width: 102px;
height: 19px;
display: block;
float:left;
margin-right:10px;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_WORKS.gif);
}

.splNOTEBOOK {
width: 133px;
height: 19px;
display: block;
float:left;
text-decoration: none;
background-repeat:no-repeat;
background-image:url(/images/SPL_NOTEBOOK.gif);
}

.splHOME:hover, .splAPPROACH:hover, .splCOLLECTIVE:hover, .splMETHOD:hover, .splWORKS:hover, .splNOTEBOOK:hover {
background-position: 0 -19px;
}

