/* Visit http://www.menucool.com/horizontal/javascript-menu for source code and other menu CSS templates */#sse50 {/*    background:#F3EBD5; */	background:#fff;    padding:5px;/*changing its value will give menu margins to its container*/    text-align:center;    border-radius: 4px;    -moz-border-radius: 4px;    -webkit-border-radius: 4px;}#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-style: normal; 	font-variant: normal; 	font-weight: normal; 	font-size: 11px; 	font-family: Verdana; 	width: 115px; 	height: 70px; 	line-height: 60px;   	background-color: #fff;    	background-image: url('mb50_4_bg.png');   	background-repeat: no-repeat;   	background-attachment: scroll;   	color: #000;   	text-decoration: none;   	white-space: nowrap;    background-position: top;}            #sses50 a:hover, #sses50 a.active { 	background-color: #fff; 	background-image: url('mb50_4_bg_on.png');    background-repeat: no-repeat;    background-attachment: scroll;    color: Red;    background-position: top;   }#sses50 a.end{    width:1px;    padding-left:0;padding-right:0;}