﻿/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */

#sse50
{
    background:#F3EBD5;
    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;*/
	/*opacity:0.6;
 	filter:alpha(opacity=60);*/
}
#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;background-image:none;
}


#sses50 a
{
    text-align: center;
    display: inline-block;
    font: normal 13px Verdana;
    width:130px;
    height:70px;
    line-height:60px;
    background: #F3EBD5 url('mb50_4_bg.gif') no-repeat left top;
    color: #888888;
    text-decoration: none;
    white-space:nowrap;
}

#sses50 a:hover, #sses50 a.current
{
    background: #F3EBD5 url('mb50_4_bg_on.gif') no-repeat left top;
    color:Red;
}

#sses50 a.end
{
    width:1px;
    padding-left:0;padding-right:0;
}
