/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse50
{
    border: solid 1px black;
    background-color:#444;
    padding:0px;/*changing its value will give menu margins to its container*/
    text-align:center;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    width: 1197px;
    margin: auto auto;
}
#sses50
{
    border-right: solid 1px #777;
    margin:0 auto;/*If you don't want the menu center aligned, remove this line and above text-align:center*/
    font-size:0px;
    box-sizing:content-box;
}

#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: bold 12px Verdana;
    background: url('mb50_2.gif') no-repeat left top;
    padding: 10px 20px;/*This defines the size of each menu item*/
    color: white;
    text-decoration: none;
}

#sses50 a:hover, #sses50 a.current
{
    background-position: 0% -60px;
    background: url('mb50_1.gif') no-repeat left top;        
    color: white;
}

