/* BEGIN variables */
/* END variables*/
/* BEGIN mixin functions*/
#primary-nav {
    width: 100%;
    height: 30px;
    padding: 0;
    background-color: #07275a;
    position: relative;
    border-bottom: 4px solid #ff9900;
    white-space: nowrap;
    /* end #primary-navigation  */
}

    #primary-nav #mobile-toggle {
        display: none;
        width: 21px;
        height: 16px;
        background: url(../images/primary-menu-mobile-toggle.gif) no-repeat;
        margin: 4px 0 0 4px;
        vertical-align: top;
        /* end mobile toggle*/
    }

    #primary-nav ul {
        display: inline-block;
        list-style-type: none;
        margin: 0 15px 0 15px !important;
        /* end ul */
    }

        #primary-nav ul li {
            float: left;
            /* end li */
        }

            #primary-nav ul li a {
                display: block;
                color: #ffffff;
                font-family: Verdana, Arial, Tahoma, sans-serif;
                font-size: 11px;
                padding: 5px;
                border-right: 1px solid #7e899d;
                text-align: center;
                text-decoration: none;
                white-space: nowrap;
            }

                #primary-nav ul li a:hover {
                    background: #ffffff;
                    color: #800000;
                    text-decoration: none;
                }

                #primary-nav ul li a:focus {
                    background: #ffffff;
                    color: #800000;
                    text-decoration: none;
                }

                #primary-nav ul li a.selected {
                    background: #ff9900;
                    font-weight: bold;
                    /* end .selected */
                }

                    #primary-nav ul li a.selected:hover {
                        background: #ffffff;
                        color: #800000;
                        text-decoration: none;
                    }

                    #primary-nav ul li a.selected:focus {
                        background: #ffffff;
                        color: #800000;
                        text-decoration: none;
                    }
/* BEGIN secondary menu*/
.secondary-nav-content {
    /*border-right: 1px solid gray;*/
    width: 174px;
margin-left:3px;
    white-space: normal;
    /* end #secondary-navigation*/
}
#secondary-nav {
    /*border-right: 1px solid gray;*/
    width: 174px;
    display: inline-block;
    vertical-align: top;
    /* end #secondary-navigation*/
}

    #secondary-nav ul {
        margin: 0;
        padding: 0;
        width: 100%;
        /* end ul*/
    }

        #secondary-nav ul li {
            padding: 1px;
            border-bottom: dotted 1px LightGrey;
            background-color: #f0f0e8;
            display: block;
            white-space: normal;
            /* end li */
            /* begin nested child menu items*/
        }

            #secondary-nav ul li a {
                font-size: 12px;
                font-weight: normal;
                text-decoration: none;
                color: #2b5681;
                display: block;
                /* end a */
            }

            #secondary-nav ul li .parent-item {
                /*width:100%;*/
                border: 0px solid black;
                padding: 1px 1px 3px 1px;
                cursor: default;
                font-size: 12px;
                font-weight: bold;
                color: #2b5681;
                background-color: #c7c2a0;
                padding-left: 22px;
                /* end .parent */
            }

            #secondary-nav ul li .parent-subitem-level3 {
                padding-left: 5px;
            }

            #secondary-nav ul li .parent-subitem-level4 {
                padding-left: 25px;
            }

        #secondary-nav ul li {
            padding: 1px;
            border-bottom: dotted 1px LightGrey;
            width: 100%;
            background: none;
            /* end li*/
        }

            #secondary-nav ul li .selected {
                background-color: #ffffcc;
                font-weight: bold;
                /* end selected */
            }

                #secondary-nav ul li .selected a {
                    font-weight: bold !important;
                }

            #secondary-nav ul li ul {
                margin: 0;
                padding: 0;
                width: 100%;
                /* end nested child items*/
            }

                #secondary-nav ul li ul li {
                    padding: 1px;
                    border-bottom: dotted 1px LightGrey;
                    width: 100%;
                    background: none;
                    /* end li*/
                }

                    #secondary-nav ul li ul li .selected {
                        background-color: #ffffcc;
                        font-weight: bold;
                        /* end selected */
                    }

                        #secondary-nav ul li ul li .selected a {
                            font-weight: bold !important;
                        }

                    #secondary-nav ul li ul li:last-child {
                        border-bottom: 0;
                    }

                    #secondary-nav ul li ul li a {
                        font-size: 12px;
                        font-weight: normal;
                        text-decoration: none;
                        color: #2b5681;
                        margin-left: 20px;
                        display: block;
                        /* end a*/
                    }

            #secondary-nav ul li a:hover {
                color: #ff9900;
                text-decoration: underline;
            }

            #secondary-nav ul li a:focus {
                color: #ff9900;
                text-decoration: underline;
            }

            #secondary-nav ul li ul li a:hover {
                color: #ff9900;
                text-decoration: underline;
            }

            #secondary-nav ul li ul li a:focus {
                color: #ff9900;
                text-decoration: underline;
            }
    /* END secondary menu*/
    #secondary-nav.collapsed {
        width: 24px;
    }

#app_tab {
    /*border-right: 1px solid gray;*/
    width: 174px;
    display: inline-block;
    vertical-align: top;
    /* end #secondary-navigation*/
}

    #app_tab ul {
        margin: 0;
        padding: 0;
        width: 100%;
        /* end ul*/
    }

        #app_tab ul li {
            padding: 1px;
            border-bottom: dotted 1px LightGrey;
            background-color: #f0f0e8;
            display: block;
            white-space: normal;
            /* end li */
            /* begin nested child menu items*/
        }

            #app_tab ul li a {
                font-size: 12px;
                font-weight: normal;
                text-decoration: none;
                color: #2b5681;
                display: block;
                /* end a */
            }

              #app_tab ul li .parent-subitem-level3 {
                padding-left: 5px;
            }


        #app_tab ul li {
            padding: 1px;
            border-bottom: dotted 1px LightGrey;
            width: 100%;
            background: none;
            /* end li*/
        }

            #app_tab ul li .selected {
                background-color: #ffffcc;
                font-weight: bold;
                /* end selected */
            }

                #app_tab ul li .selected a {
                    font-weight: bold !important;
                }


            #app_tab ul li a:hover {
                color: #ff9900;
                text-decoration: underline;
            }

            #app_tab ul li a:focus {
                color: #ff9900;
                text-decoration: underline;
            }



.menu-toggle-expand,
.menu-toggle-collapse {
    width: 100%;
    height: 28px;
    display: inline-block;
    color: #2b5681;
    font-weight: bold;
    border-bottom: 4px double #c7c2a0;
}

.menuItem-toggle-expand {
    cursor: pointer;
    background: url(../images/menu-expand.gif) 4px 4px no-repeat;
}

.menuItem-toggle-collapse {
    cursor: pointer;
    background: url(../images/menu-collapse.gif) 4px 4px no-repeat;
}
/* ipad landscape*/
@media (max-width: 768px) {
    #primary-nav {
        /* end #primary-navigation  */
    }

        #primary-nav #mobile-toggle {
            display: inline-block;
        }

        #primary-nav ul {
            position: absolute;
            background-color: #07275a;
            border-bottom: 4px solid #ff9900;
            width: 740px;
            min-height: 18px;
            margin-top: 4px;
            display: none;
            z-index: 999;
            top: 0;
            left: 20px;
            /* end ul */
        }

            #primary-nav ul li {
                margin-left: 12px;
                border: 0;
                /* end li */
            }

                #primary-nav ul li a {
                    padding: 0px;
                    border-right: none;
                    text-align: left;
                    display: inline-block;
                    margin-left: 4px;
                }

                #primary-nav ul li:before {
                    content: "• ";
                    color: #ff9900;
                    /* or whatever color you prefer */
                    display: inline-block;
                }
}
