body{
margin: 0 auto;					/*align the display at the center*/
text-align: center;				/*align the display at the center*/
}


/* Menu */
.menu{
margin: 0 auto;					/*align the display at the center*/
text-align: center;				/*align the display at the center*/
display:block;
width: 300px;
height: 60px;
}
.menu a{
text-decoration:none;
list-style:none;
color: #FFF;
}
.menu ul{margin:0px 0 0 0;padding:0px 0px 0px 0px;list-style:none;line-height:normal}

.menu li{float:left;margin:0px 0px 0px 1px}

.menu a{display:block;width:auto;height:28px;padding:8px 20px 0px 20px;background:#383838 }







