#sse50 {	width: 914px;	margin-top: 10px;    border: solid 1px #39F;    background:#336699 url(images/mb50_1_bg.gif) repeat-x;    padding:0px;/*changing its value will give menu margins to its container*/    text-align:center;        border-radius: 5px;    -moz-border-radius: 5px;    -webkit-border-radius: 5px;   }#sses50{    margin:0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/    font-size:0;}         #sses50 ul, #sses50 li{    display: inline;    list-style-type: none;padding: 0;margin: 0;border:0;background-image:none;}        #sses50 a{    text-align: center;    display: inline-block;    font: normal 14px Verdana;    background: url('images/mb50_1.gif') no-repeat left top;    padding: 10px 20px;/*This defines the size of each menu item*/    color: yellow;    text-decoration: none;}        #sses50 a:hover, #sses50 a.current{    background-position: 0% -60px;    color: white;}#sses50 a.end{    width:2px;    padding-left:0;padding-right:0;}