/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse1
{
    /*You can decorate the menu's container, such as adding background images through this block*/
    background-color: #ffffff;
    margin-top: 0px;
    margin-bottom: 52px;
    padding-bottom: 15px;
    border-radius: 3px;
}
#sses1
{
    float: right;
    margin-right:0;
}
#sses1 ul 
{ 
    position: relative;
    list-style-type: none;
    float:left;
    padding:0;margin:0;
}
#sses1 li
{
    float:left;
    list-style-type: none;
    padding:0;margin:0;background-image:none;
}
/*CSS for background bubble*/
#sses1 li.highlight
{
    background-color:#f8b333;
    top:43px;
    height:4px;
    z-index: 1;
    position: absolute;
    overflow:hidden;
}
#sses1 li a
{
    height:25px;
    padding-top: 0px;
    margin: 0 20px;/*used to adjust the distance between each menu item. Now the distance is 20+20=40px.*/
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 39px;
    color: #262626;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    float: left;
    display: block;
    position: relative;
    z-index: 2;
}