#news {
    background: url('../images/MaxiNew/menu-bg-cntr.png') repeat-x;
    background-position-y: -4px;
    height: 22px;
    top: 315px;
    left: 0;
    /*border: 1px solid #f60;*/
    border-radius: 5px;
    padding: 7px 15px;
    /*background-color: #E99f05;*/
}

.newsmenu {
    position: absolute;
    /*bottom:3px;
position:relative;
z-index:6;
width:600px;
margin-bottom:10px;*/
}

    .newsmenu ul {
        list-style-type: none;
        margin-top: 3px;
    }

        /*Top level list items*/
        .newsmenu ul li {
            /*float: left;
width:250px;
margin-top:-5px;
*margin-top:-3px;*/
        }

            /*Top level menu link items style*/
            .newsmenu ul li a {
                color: #3A2100;
                font-size: 16px;
                font-weight: bold;
                text-decoration: none;
                height: 5px;
                font-weight: normal;
                
                text-shadow: 0 0.1em 0.2em #FFDCBE
            }

                .newsmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
                    color: #292929;
                }

                .newsmenu ul li a:hover {
                    color: #292929;
                }

            /*1st sub level menu*/
            .newsmenu ul li ul {
                position: absolute;
                /*collapse all sub menus to begin with*/
                visibility: hidden;
                width: 220px;
                *width: 755px;
                background: #FFF;
                margin-left: 20px;
                padding: 10px 20px;
                border: solid 2px #E97C05;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                /*-khtml-border-radius: 5px;*/
                border-radius: 5px;
                z-index: 600; /*1000*/
            }

                /*.newsmenu ul li a
{
    padding: 10px 5px 20px 5px;
}*/

                /*Sub level menu list items (undo style from Top level List Items)*/
                .newsmenu ul li ul li {
                    float: left;
                    height: auto;
                }

                    /*All subsequent sub menu levels vertical offset after 1st level sub menu */
                    .newsmenu ul li ul li ul {
                        top: 0;
                    }

                .newsmenu ul li ul li {
                    padding-right: 10px;
                    padding-top: 15px;
                    color: #6694ab;
                    font-family: Arial;
                    font-size: 12px;
                    width: 150px;
                }

                * html .newsmenu ul li ul li {
                    width: 160px;
                }

                    /* Sub level menu links style */
                    .newsmenu ul li ul li a {
                        display: inline;
                        font-size: 12px;
                        height: auto;
                        color: #195f83;
                        background: none !important;
                    }

                        .newsmenu ul li ul li a.selected, .newsmenu ul li ul li a:hover {
                            color: #E97C05;
                            text-decoration: underline;
                        }

    /* Holly Hack for IE \*/


    .newsmenu .single {
        /*border-bottom:1px dotted #1c1c1c;
        font: 14px Arial;
        color: #1c1c1c;*/
        color: #3A2100;
    }

* html .newsmenu {
    height: 1%;
}

    .newsmenu .hover a {
        color: #195f83;
    }

    .newsmenu ul li a:hover {
        /*color: #195f83;*/
        color: #3A2100;
    }

    .newsmenu .sep {
        vertical-align: middle;
        *vertical-align: top;
    }


    .newsmenu .first {
        margin-left: 1px;
    }

        .newsmenu .first:hover, .newsmenu .hover .first {
            border-left: solid 1px #FFBF24;
            margin-left: 0;
        }
