		.ulMenu {
            position: relative;
            height: 29px;
            width: 870px;
            padding: 15px;
            margin-top: 10px;
			margin-left:25px;
            overflow: hidden;
        }
                .ulMenu li {
                    float: left;
                    list-style: none;
                }

                    #menuGlobal .background {
                        background: url("lava.gif") no-repeat right -30px;
                        width: 10px; height: 30px;
                        z-index: 2;
                        position: absolute;
                    }
                        #menuGlobal .background .left {
                            background: url("lava.gif") no-repeat top left;
                            height: 30px;
                            margin-right: 9px; /* 7px is the width of the rounded shape */
                        }
                    #menuGlobal li a {
                        font-size:12px;
						font-weight:bold;
                        text-decoration: none;
                        color: #becad3;
                        outline: none;
                        text-align: center;
                        top: 7px;
                        z-index: 10;
                        display: block;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: 0px 6px;    
						padding-left:7px; padding-right:4px;
                    }
                        #menuGlobal li a:hover, #menuGlobal li a:active, #menuGlobal li a:visited {
                            border: none;
                        }
