#sse2
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #FFFFFF;
    height: 38px;
    padding: 10px;
    border-radius: 8px;
    box-sizing: content-box;
}

#sses2 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
#sses2 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses2 li.highlight
{
    background:#F39C12;
    top:0px;
    height:53px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    z-index: 1;
    position: absolute;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";/*For IE 8*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#000000'); /*For IE 5.5 - 7*/
}
#sses2 li a
{
    height:30px;
    padding-top: 8px;
    margin: 0 11px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    color: #005A31;
    font: bold 30px Eng_tenderness;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}