@charset "utf-8";
/* CSS Document */
#tet{
	border:solid 0px #000;
	width:17%;
	height:35px;
	background-color:#099;
}

    #menu td a
    {
     display:block;	 
	 font-weight:bold;
	 font-size:14px;
	 color: #000;
	 text-align:center;
	
    }

    #menu td a:hover
    {
        background-color: #000;
        color:#900;
    
    }


