#testmenu1 {
/*width:80%;*/
margin:auto;
/*background-color:#DDD;*/
padding:15px;
}

/**********/


#in{
float:left;
width:90px;
text-align:center;
line-height:35px;
/*background-color:#EEE;*/
}



#menu1{
/*background-color:#EEE;*/
float:left;
list-style:none;
}

#testmenu1 li{
line-height:35px;
margin:0 8px;
float:left;
text-align:center;
}

#testmenu1 a{
font-weight:bold;
color:white;
}

#menu1 a:hover{
color:white;}

#out{
color:white;
}