﻿
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu {
    display: block;
    font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	margin:0px;
	padding:0px;
}
#ddmenu ul {
    margin:0 auto;
    padding: 0;
    text-align: center; /* Alignment of each top-level menu items within the UL */
    width: 100%;
    font-size: 0;
    background: #0d204a;
    display: inline-block;
    list-style: none;
    position: relative;
    /*z-index: 999999990;*/
    border:none;
	border-radius:0px;
}
#ddmenu li {
    margin:0;
    padding:0;
    font-size: 15px;
    display: inline-block;
    *display: inline;
    zoom: 1; /*for IE6-7*/
    position: relative;
    color: #EEE;
    line-height: 30px; /*This determines the height of the menu*/
    transition: background-color 0.2s;
    outline:none;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
#ddmenu .full-width {
    position: static;
}

#ddmenu .over {
    color:#FFF;
	/*background-color: #ffbf47*/
	/*background-color: rgba(255,255,255,0.15);*/
	/*background-color: #999 \9; fallback for old IE*/
}

#ddmenu .over.no-sub {
    
}

#ddmenu .top-heading {
    font-weight: normal;
    white-space: nowrap;
    margin:0 22px;
    color: inherit;
    text-decoration: none;
    display:inline-block; 
    outline: 0;
    cursor: pointer;
}

/* links of top-heading */
#ddmenu a, #ddmenu a:link, #ddmenu a:hover
{
    color:inherit;
}
#ddmenu a:visited
{
    color:#ffffff;
}
#ddmenu a:hover
{
    background-color: #566f89;
    outline: 2px solid #dddddd;
    /*background: none;*/
}

#ddmenu a:focus
{
    background-color: #566f89;
    outline: 2px solid #dddddd;
    /*background: none;*/
}


/* caret(arrow icon) */
#ddmenu .caret {
    color: inherit;
    left:-18px;
    width: 0;
    height: 0;
    overflow: hidden; /*for IE6*/
    vertical-align: middle;
    margin-bottom: 2px;
    border-top: 4px solid; /*caret size is 4px now*/
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: inline-block;
    position:relative;
}

/* sub-menu layout
----------------------------*/

#ddmenu .dropdown {
    width: auto;
    left: 0px;
    color: #333333;
    padding:0;
	margin:0;
	display:none;
	position:absolute;
    top: 100%;
    border:1px solid #CCC;
	border-top:none;
	border-radius:0 0 4px 4px;
	background-color:#566f89;
	/*background-color: rgba(255,255,255,0.25);*/
	/*background-color: #999 \9; fallback for old IE*/
}

#ddmenu .full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

#ddmenu .left-aligned .dropdown {
    left: 0px;right:auto;
}
#ddmenu .offset100 .dropdown {
    left: -100px;right:auto;
}
#ddmenu .offset100Right .dropdown {
    left: auto;right:-100px;
}
/* original #ddmenu .offset300 .dropdown {
    left: -300px;right:auto;
}*/

#ddmenu .right-aligned .dropdown {
    left: auto;
    right: 0px;
}

#ddmenu .over .dropdown {
    display: block;
}

#ddmenu .dd-inner {
    text-align: center;
    padding: 20px;
    margin:16px;
    background-color: #e9f5ff;
	color: #333333;
    white-space: nowrap;
    font-size: 1em;
    line-height:1.35;
}

/* links in sub menu
----------------------------*/
#ddmenu .dropdown a {
    display:table-row;
    *display:block;
    color: #333333;
    line-height: 22px;
    text-decoration: none;
    padding: 0;
}

#ddmenu .dropdown a:hover, #ddmenu .dropdown a:focus {
    background-color: #dddddd;
    /*outline: 2px solid #ffbf47;*/
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu .column {
    text-align: left;
    vertical-align: top; /*or middle*/
    display: inline-block;
    *display: inline;
	*zoom: 1;
    white-space:normal;
	color: #000000;
    width:200px;
	padding:0 30px;
	border-right:1px solid #999;
}
#ddmenu .column150 {
    text-align: left;
    vertical-align: top; /*or middle*/
    display: inline-block;
    *display: inline;
	*zoom: 1;
    white-space:normal;
	color: #000000;
    width:150px;
	padding:0 30px;
	border-right:1px solid #999;
}

#ddmenu div.dd-inner div:last-child {
    border-right: none;
}

#ddmenu .column h3 {
    font-weight: 550;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 1.25em;
}

#ddmenu .column150 h3 {
    font-weight: 550;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 1.25em;
}

#ddmenu li {
  border-left:1px solid #0d204a;
  border-right:1px solid #0d204a; }
#ddmenu li:first-child {border-left:none;}
#ddmenu li:last-child {border-right:none;}
#ddmenu div.column260 {width:260px;}
#ddmenu div.column340 {width:340px;}
#ddmenu div.column150 {width:150px;}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}


/*######## add additional styles for mobile-friendly responsive menu ########*/

#ddmenu .menu-icon {
    display: none; /* hide menu icon initially */
}




/*styles for mobile*/
@media only screen and (max-width: 900px)
{
    #ddmenu .column.mayHide {
        display: none;
    }

    /*override the original settings*/
    #ddmenu ul {
        width: 100%;
        display: none;
        border-radius: 0;
         
    }

    #ddmenu li {
        position: relative;
        display: block;
        font-size: 14px;
        text-align: left;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }

    #ddmenu .full-width {
        position: relative;
    }

    #ddmenu .dropdown {
        position: relative;
        *top: auto; /*for IE7*/
        border: none;
        border-radius: 0;
        box-shadow: none;
        text-align: left;
        background-color: #FFF;
    }

    #ddmenu .offset300 {
        left: 0;
    }

    #ddmenu .full-width .dropdown {
        width: auto;
    }

    #ddmenu .dd-inner {
        margin:0;
        background:none;
        text-align:left;
    }

    /*turn each column to list vertically instead of horizontally */
    #ddmenu .column {
        width:auto;
        padding:0;
        border:none;
        display:block;
    }

    /*move the arrow icon to right*/
    #ddmenu .caret {
        position:absolute;
        left:auto;
        right:14px;
        top: 22px;
        border-width:5px;
    }



    /* All the following are for the .menu-icon (pure CSS) */
    #ddmenu .menu-icon {
        font-size: 32px; /*icon size*/
        display: block;
        position: relative;
        width: 40px;
        height: 36px;
        text-align: center;
        cursor: pointer;
        -moz-user-select: none;
        -webkit-user-select: none;
        background-color: #EEE;
        border-radius: 3px;

        margin-top: 6px;	
        margin-bottom: 6px;
        /*align the icon to the left*/
        margin-left: 12px;
        margin-right: auto;
    }

    #ddmenu .menu-icon::before {
        content: "";
        position: absolute;
        top: 0.25em;
        left: 4px;
        width: 1em;
        height: 0.125em;
        border-top: 0.375em double #205081;
        border-bottom: 0.125em solid #205081;
        box-sizing: content-box;
    }

    #ddmenu .menu-icon-active {
        background-color: #205081;
    }

    #ddmenu .menu-icon-active::before {
        border-color: #EEE;
    }
}
