
/*  Generated by www.menucool.com/drop-down-menu  */

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family: "YanoneKaffeesatzLight";
    text-align:center;
    letter-spacing:normal;
	float: right;
        position: absolute;
        bottom: 0;
        right: 0;
}

#ddmenu ul
{ 
    width:100%;
    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;
    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;
 float: left;
        font-size: 22px;
        text-transform: uppercase;
        line-height:50px
}

#ddmenu a
{
    padding:0 12px;
    font-weight:normal;
    text-decoration:none;
    display:inline-block;
    outline:0;
    position:relative;
    white-space:nowrap;
	color:#3440B5;
}

#ddmenu li.over
{
    z-index:9999999998;
}

/* links without sub-menu */
#ddmenu li.over a
{
        color: #2D72D6;
        background: #D0D0D0;
}

/* links with sub-menu */
#ddmenu a.arrow
{
}
#ddmenu li.over a.arrow
{
background: #D0D0D0 url(images/menu_dropdown_level1_parent_blue.png) 50% 100% no-repeat;
    z-index:9999999999;
    /*text-decoration:underline;*/
}

#ddmenu div 
{
    padding:0;
    margin:0;
}              
        
/* sub-menu layout
----------------------------*/
     

#ddmenu div.drop
{
    position:absolute;
    text-align:left;
    background:#3440B5;
    color: #bcbcbc;
	font-size:18px;
    padding:20px;
    line-height:30px;
}
  
#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;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    background:#3440B5;
    color:#bcbcbc;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    color:#00B5F0;
}

/* 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.*/
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}
