#menu1{
margin-left: auto;
margin-right: auto;
padding:0px;
border: 0px red solid;
/*background-color: #444;*/
background-color: white;
border: 0px solid #000;
border-right: 0px solid #000;
border-left: 0px solid #000;
height: 70px;
text-align: center;
width: 1000px;


}
#menu1 ul { 
    list-style:none;
    font-family: Georgia, serif;
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 1.1em;
    /*border:2px solid #000; */
    /*border-left:none;*/
    /*float:left;*/
    clear:both;
     /*margin:20px; what for this string */
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
#menu1 ul li{
    float:left;
}
#menu1 ul li a{
    display:block;
    text-decoration:none;
    background-color: white;
    padding:5px 10px;
    color:brown;
    width:160px;
    border-right: 1px dashed silver;
    border-left: 0px dashed silver;
}
#menu1 ul li a span{
    display:block;
}
#menu1 ul li a span.title{
    /*border-bottom:1px solid #444;*/
	border-bottom:1px dashed #f0f0f0;
}
#menu1 ul li a:hover span.title{
    border-bottom:2px dashed #f0f0f0;
    color:/*#ef0000; #000*/ orangered;
}
#menu1 ul li a span.text{
    visibility:hidden;   
    font-size:12px;
    text-align:right;
}
#menu1 ul li a:hover span.text{
    visibility:visible;
}
