/*NAVIGATION START*/
        #menu{
            margin-left: 45px;
	    margin-bottom:10px;
            
            width:750px;
            height:40px;
            position: relative;
            float: left;
        }
	
/*/*SPRITING THE MENU IMAGES*/*/
/*    #srollover1{*/
/*        position: relative;*/
/*        float: left;*/
/*    }*/
/*    a#srollover1 {*/
/*    display: block;*/
/*    width: 127px;*/
/*    height: 40px;*/
/*    background: url("../images/home.gif") 0 0 no-repeat;*/
/*    text-decoration: none;*/
/*    }*/
/*     */
/*    a:hover#srollover1 {*/
/*        background-position: -127px 0;*/
/*    }*/
/*    */
/*    #srollover2{*/
/*        position: relative;*/
/*        float: left;*/
/*    }*/
/*    a#srollover2 {*/
/*    display: block;*/
/*    width: 127px;*/
/*    height: 40px;*/
/*    background: url("../images/about.gif") 0 0 no-repeat;*/
/*    text-decoration: none;*/
/*    }*/
/*     */
/*    a:hover#srollover2 {*/
/*        background-position: -127px 0;*/
/*    }*/
/*END NAVIGATION*/    

    a:link#rollover1 {
	display: block;
    
	width: 127px;
	height: 40px;
	background-image: url("../images/homelink.gif");
	text-decoration: none;
    }
    
    a:hover#rollover1{
	background-image:url("../images/homehover.gif");
    }

