﻿
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Georgia;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

/*workable with bootstrap*/
#ddmenu, #ddmenu div {
     -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
     box-sizing:content-box;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:85%;
    margin-right:-2px; 
    float:right;
    padding:30;
    font-size:0;
    background:#3B59A5; /* 216FBA*/

    border:1px solid #336699;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:0;
    visibility:hidden;  
    border-radius:8px 0 8px 8px;
    
}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:14.5px;
    display:inline-block;
    position:relative;
    color:#216FBA;
    
}

#ddmenu a
{
    color:#EEF4FB;
    padding:0 22px;
    line-height:50px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
}


/* links without sub-menu */
#ddmenu li.over a
{
    background-color:#FFFFFF;
    color:#003366;
}

/* 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;
    z-index: 10;
    
}
#ddmenu li.over a.arrow
{
    background-color:#FFFFFF;
    color:#216FBA;
    border-left:1px solid #BBBBBB;
    border-right:1px solid #BBBBBB;
    /*text-decoration:underline;*/
} 

#ddmenu li > div 
{
    padding:0;
    margin:0;
    display:none;
}             
        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    border:1px solid #BBBBBB;
    background:#FFFFFF;
    padding:10px;
    color:#000000;
    line-height:30px;
    font-size:14px;
    font-family:Georgia;
    font-weight:normal; 
    border-radius:0 0 6px 6px;
    
}
/* 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;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:25px;
    font-size:14px;
    font-family:Georgia;
    font-weight:normal; 
    color:#216FBA;
    text-decoration:none;    
    display:block;
    text-align:center;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#003399;
}

#ddmenu div.drop a1
{
    line-height:25px;
    font-size:12px;
    font-family:Georgia;
    font-weight:normal; 
    color:#216FBA;
    text-decoration:none;    
    display:block;
    text-align:center;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
    margin: 0px 0px 0px 0px;
}

#ddmenu div.drop a2
{
    line-height:25px;
    font-size:12px;
    font-family:Georgia;
    font-weight:normal; 
    color:#216FBA;
    text-decoration:none;    
    display:block;
    text-align:center;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
    margin: 0px 0px 0px 0px;
}



/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    width:auto;
    float:left; /*align each column in one row*/
    padding:0 10px; /*padding of each column*/
}

#ddmenu div.column div
{
   padding:0px 10px; /*sub-div within div.column. 10px for indent.*/
}
