
/*  Generated by www.menucool.com/drop-down-menu  */

/* Top nav
--------------------------------------------*/
/* this doesn't really belong here, we need it in all pages */
.TopNav1080 {
    background-color: #003366;
    width: 1080px;
    background-image: url("/images/navbg.jpg");
    height:46px;
}
#ddmenu
{
    display:block;
    font-family:Georgia;
    text-align:center;
    height:46px;
}

#ddmenu ul
{ 
    width:1080px;
    margin:0; /*If above width is not 100% and you want this menu to align in the center of its container, set it as { margin: 0 auto; }*/
    padding:0;
    background:#003366;

    display:inline-block;
    list-style:none;
    position:relative;
    font-size:0;
    *z-index:999;


}

#ddmenu li
{
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    color:#FFFFFF;
}

#ddmenu a
{
    color:#FFFFFF;
    padding:0 28px;
    line-height:43px;
    font-size:13px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}

#ddmenu li.over
{
    z-index:9999999998;
}

/* links without sub-menu */
#ddmenu li.over a
{
    background-color:#003366;

    color:#FFFFFF;
}

/* links with sub-menu */
#ddmenu a.arrow
{
    background-image:url(arrow2.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
}
#ddmenu li.over a.arrow
{
    background-color:#96BEDF;
    color:#003366;
    border-left:1px solid #96BEDF;
    border-right:1px solid #96BEDF;
    z-index:9999999999;
    /*text-decoration:underline;*/
}

#ddmenu div 
{
    padding:0;
    margin:0;
}              

/* sub-menu layout
--------------------------------------------*/


#ddmenu div.drop {
    background: none repeat scroll 0 0 #96BEDF;
    border-top: 1px solid #96BEDF;
    border-right: 1px solid #003366;
    border-bottom: 1px solid #003366;
    border-left: 1px solid #003366;
    border-radius: 0 0 8px 8px;
    /*box-shadow: 0 12px 20px #EEEEEE;*/
    color: #263F69;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 1px;
    padding: 20px;
    position: absolute;
    text-align: left;
}

#ddmenu div
{
    display:none;
}
/* sub-menu offset
--------------------------------------------*/

#ddmenu div.drop
{
    left:0px;/*Use this property to change offset of the sub-menu*/
}
#ddmenu div.dropToLeft
{
    left:auto; right:0px;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}
#ddmenu div.dropCenter {
    right:auto; left:-120px;
}
#ddmenu div.dropToLeft3 { /* for Educators dropdown - adjust to align right border of dropdown with main content area*/
    right:auto; left:-324px;
}

/* links in sub menu
--------------------------------------------*/

#ddmenu div.drop a
{
    line-height:20px;
    font-size:13px;
    font-family:Arial;
    font-weight:normal; 
    color:#263F69;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0 8px 0;
    text-indent: -9px;
    margin-left: 9px;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#E4E4E4;
}

#ddmenu div.drop a:before
{
    content:"• ";
}

#ddmenu div.drop a.aNoBullet:before 
{
  content: "" !important; 
}


/* blocks within the sub-menu -------------------------------------------- */

#ddmenu div.drop div
{
    background:none;    
    top: -8px !important;
}  

#ddmenu div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:5px 10px 0 0; /*padding of each column*/
}

#ddmenu div.column div
{
    padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}

#ddmenu li a.divider{
    width: 2px;
    font-size: 20px;
    padding: 0 7px 0 1px;
}

#ddmenu div.dividerY {
    border-left:  1px solid #003366;
    padding-left: 10px !important;
    min-height: 96%;
    height:96%;
    margin-top:15px;

}

