
/*  Generated by www.menucool.com/drop-down-menu  */


/* main menu
----------------------------*/
#ddmenu {
    display: block;
    font-family: 'Raleway', sans-serif;
    text-align: center; /*Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing: normal;
	margin-bottom: 50px;
	
}


#ddmenu ul {
    margin:0;
    padding: 0;
    text-align: center; /* Alignment of each top-level menu items within the UL */
    width: 100%;
    font-size: 0;
    background: #009EE0;
    display: inline-block;
    list-style: none;
    position: relative; 
    /* z-index: 999999990; nulled to make nav bar scroll behind the top nav bar*/
    border:none;
border-radius:2px;
}


#ddmenu li a strong {
    font-size:14px;
    text-transform:uppercase;
}

#ddmenu li {
    margin:0;
    padding:0;
    font-size: 14px;
    display: inline-block;
    *display: inline;
    zoom: 1; /*for IE6-7*/
    position: relative;
    color: #EEE;
    line-height: 50px; /*This determines the height of the menu*/
    transition: background-color 0.2s;
    outline:none;
    margin:0 auto;
    padding:0 15px;
	-moz-user-select:none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

#ddmenu li.full-width {
    position: static;
}

#ddmenu li.over {
    color:#FFF;
background-color: rgba(255,255,255,0.15);
background-color: #999 \9; /*fallback for old IE*/
}

#ddmenu li.over.no-sub {
    
}

#ddmenu .top-heading {
	font-family: 'Raleway', sans-serif;
    font-weight: bold;
    white-space: nowrap;
    margin:0 22px;
    color: inherit;
    text-decoration: none;
    display:inline-block; 
    outline: 0;
    cursor: pointer;
text-transform:uppercase;
}

/* links of top-heading */
#ddmenu li a, #ddmenu li a:link, #ddmenu li a:hover
{
    color:inherit;
}
 

#ddmenu li a:focus
{
    outline:1px dotted #09F;
}

/* caret(arrow icon) */
#ddmenu i.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: #000000;
    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: rgba(255,255,255,0.25);
background-color: #999 \9; /*fallback for old IE*/
}

#ddmenu li.full-width .dropdown {
    width: 100%;
    padding: 0;
    margin: 0;
}

#ddmenu .offset300 {
    left: -300px;right:auto;
}

#ddmenu .right-aligned {
    left: auto;
    right: 0px;
}

#ddmenu li.over .dropdown {
    display: block;
}

#ddmenu .dd-inner {
    text-align: center;
    padding: 20px;
    margin:16px;
    background-color: #FFF;
    white-space: nowrap;
    font-size: 13px;
    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 {
    text-decoration: underline;
    color: #05568c;
}

/* blocks within the sub-menu
-----------------------------*/
#ddmenu div.column {
    text-align: left;
    vertical-align: top; /*or middle*/
    display: inline-block;
    *display: inline;*zoom: 1;
    white-space:normal;
    width:200px;
padding:0 10px;

}



#ddmenu div.column h3 {
    font-weight: 500;
    line-height: 1.1;
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 24px;
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages */
#ddmenuLink {display:none;}


