
.jquerycssmenu {
    border-bottom: 5px solid #2a3d4c;
}

    .jquerycssmenu ul {
        margin: 0 18px;
        padding: 3px 0 0 0;
        list-style-type: none;
        width: 99%;
    }

        /*Top level list items*/
        .jquerycssmenu ul li, .jquerycssmenu ul li ul li {
            position: relative;
            display: inline;
            float: left;
            list-style-type: none;
            margin-right: 7px;
            background: #2a3d4c;
            height: 24px;
            padding-top: 6px;
            padding-left: 7px;
            padding-right: 7px;
            text-align: center;
            white-space: nowrap;
			font-weight:bold;
            font-family: 'Arial' !important;
            font-size: 11px !important;
            text-transform: uppercase;
        }

            .jquerycssmenu ul li.last {
                margin-right: 0;
            }

            /*Top level menu link items style*/
            .jquerycssmenu ul li a, .jquerycssmenu ul li ul li a {
                height: 18px;
                background: #2a3d4c;
                text-align: center;
                text-decoration: none;
                color: #fff;
                font-size: 14px !important;
                white-space: nowrap;
				font-weight:bold;
                font-family: 'Arial' !important;
                font-size: 11px !important;
                text-transform: uppercase;
            }

            .jquerycssmenu ul li:hover, .jquerycssmenu ul li.encours, .jquerycssmenu ul li ul li:hover {
                background: #a2dbe7;
            }

                .jquerycssmenu ul li:hover a {
                    background: #a2dbe7;
                }

            .jquerycssmenu ul li a:hover, .jquerycssmenu ul li a.encours, .jquerycssmenu ul li ul li a:hover {
                height: 18px;
                background: #a2dbe7;
            }

            /*1st sub level menu*/
            .jquerycssmenu ul li ul {
                position: absolute;
                left: 0;
                display: block;
                visibility: hidden;
                list-style-type: none;
                width: 126px;
            }

            /*Sub level menu list items (undo style from Top level List Items)*/
            /*.jquerycssmenu ul li ul li {
                    display: list-item;
                    float: none;
                    list-style-type: none;
                    overflow: hidden;
                    margin-left: 0;
                    width: 126px;
                }*/

            /*All subsequent sub menu levels vertical offset after 1st level sub menu 
                    .jquerycssmenu ul li ul li ul {
                        top: 0;
                    }*/

            /* Sub level menu links style 
                    .jquerycssmenu ul li ul li a {
                        display: block;
                        width: 100%;
                        padding: 5px 5px 0 5px;
                        text-align: left;
                        height: 17px;
                    }

                       /*  .jquerycssmenu ul li ul li a:hover {
                            text-decoration: none;
                        }*/
            .jquerycssmenu ul li ul {
                margin: 0 !important;
            }

            .jquerycssmenu ul li:hover ul li a {
                background: #2a3d4c;
            }

            .jquerycssmenu ul li ul li:hover a {
                background: #a2dbe7;
            }

            .jquerycssmenu ul li ul li a:hover {
                background: #a2dbe7;
            }

/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    position: absolute;
    top: 7px;
    right: 5px;
}

.rightarrowclass {
    position: absolute;
    top: 5px;
    right: 5px;
}
