.main-menu {
    width: 790px;
    height: 35px;
    background:url("../images/top-menu.gif") no-repeat;
    position: relative;
	list-style-type:none;

}

.main-menu li a:link, .main-menu li a:visited {
	
    position: absolute;
    top: 0;
    height: 35px;
    text-indent: -9000px;
    overflow: hidden;
}

/**************************************************************/
.main-menu .one a:link, .main-menu .one a:visited {
    left: 0px;
    width: 160px;
}

.main-menu .one a:hover, .main-menu .one a:focus {
    background:url("../images/top-menu.gif") no-repeat -0px -35px;
}

.main-menu .one a:active {
    background:url("../images/top-menu.gif") no-repeat -0px -70px;
}


/**************************************************************/
.main-menu .two a:link, .main-menu .two a:visited {
    left: 160px;
    width: 160px;
}

.main-menu .two a:hover, .main-menu .two a:focus {
    background:url("../images/top-menu.gif") no-repeat -160px -35px;
}

.main-menu .two a:active {
    background:url("../images/top-menu.gif") no-repeat -160px -70px;
}


/**************************************************************/
.main-menu .three a:link, .main-menu .three a:visited {
    left: 320px;
    width: 160px;
}

.main-menu .three a:hover, .main-menu .three a:focus {
    background:url("../images/top-menu.gif") no-repeat -320px -35px;
}

.main-menu .three a:active {
    background:url("../images/top-menu.gif") no-repeat -320px -70px;
}

/**************************************************************/
.main-menu .four a:link, .main-menu .four a:visited {
    left: 480px;
    width: 160px;
}

.main-menu .four a:hover, .main-menu .four a:focus {
    background:url("../images/top-menu.gif") no-repeat -480px -35px;
}

.main-menu .four a:active {
    background:url("../images/top-menu.gif") no-repeat -480px -70px;
}


/**************************************************************/

.main-menu .five a:link, .main-menu .five a:visited {
    left: 640px;
    width: 160px;
}

.main-menu .five a:hover, .main-menu .five a:focus {
    background:url("../images/top-menu.gif") no-repeat -640px -35px;
}

.main-menu .five a:active {
    background:url("../images/top-menu.gif") no-repeat -640px -70px;
}

/********************************************************************/



