        .navigation {
            position: relative;
            height: 29px;
            width: 990px;
            background:  url("../images/nav-bg.gif") no-repeat top left;
            padding: 5px 0px 0px 12px;
            margin: 0px 0;
            overflow: hidden;
        }
                .navigation li {
                    float: left;
                    list-style: none;
                }
                    .navigation li.back {
                        background: url("../images/nav-over.gif") no-repeat right -24px;
                        width: 11px; height: 24px;
                        z-index: 8;
                        position: absolute;
                    }
                        .navigation li.back .left {
                            background: url("../images/nav-over.gif") no-repeat top left;
                            height: 24px;
                            margin-right: 11px; /* 7px is the width of the rounded shape */
                        }
                    .navigation li a {
						font-family: "Trebuchet MS", tahoma, Arial, Helvetica, sans-serif;
						font-size:13px;
                        text-decoration: none;
						font-weight:bold;
                        color: #fff;
                        outline: none;
                        text-align: center;
                        top: 3px;
                        letter-spacing: 0;
                        z-index: 10;
                        display: inline;
                        float: left;
                        height: 30px;
                        position: relative;
                        overflow: hidden;
                        margin: auto 9px;    
                    }
                        .navigation li a:hover, .navigation li a:active, .navigation li a:visited {
                            border: none;
                        }

   .navigation li a:hover{
                          
							color:#385810;
                        }
						
						
						
#marqueecontainer{
position: relative;
width: 276px; /*marquee width */
height:120px; /*marquee height */
background-color: white;
overflow: hidden;
border: 0px;
padding: 0px;
}