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

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:left; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:100%;
    margin:0; 
    padding:0;
    font-size:0;
    /*background:#282828;*/
    border:0px transparent ;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:999999990;
}

#ddmenu li
{
    margin:0;
    padding:0;
    display:inline-block;
    position:relative;
    color:#DDDDDD;
}

#ddmenu a
{
    color:#DDDDDD;
    padding:0 0px;
    line-height:30px;
    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:#333333;*/    
    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:#333333;*/
    color:#FFFFFF;
    /*border-left:1px solid #111111;*/
    /*border-right:1px solid #111111;*/
    /*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 #111111;
    background:#333333;
    padding:20px;
    color:#FFCC66;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    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;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}
  
/* links in sub menu
----------------------------*/

#ddmenu div.drop a
{
    line-height:20px;
    font-size:12px;
    font-family:Arial;
    font-weight:normal; 
    color:#FFFFFF;
    text-decoration:none;    
    display:block;
    text-align:left;    
    position:static;
    background:none;
    background-image:none;
    padding:0 0;
}

#ddmenu div.drop a:hover
{
    text-decoration:underline;
    color:#FFFFFF;
}

/* blocks within the sub-menu
----------------------------*/

#ddmenu div.drop div
{
    background:none;    
}  

#ddmenu div.column
{
    width:210px;
    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;}

/*######## add additional styles for mobile-friendly responsive menu ########*/
#ddmenu div.menu-icon   
{
    display:none; /* hide menu icon initially */
}

#ddmenu li.hide1 {float:left;} 
/* styles for tablets */
@media only screen and ( min-width: 1040px)  {
	#ddmenu li a { font-size:14px; }
}

@media only screen and ( min-width: 981px) and ( max-width: 1039px ) {
	#ddmenu li a { font-size:12px; }
	
}


@media only screen and ( min-width: 787px) and ( max-width: 980px ) {
	
	#ddmenu ul { width:100%; }
	#ddmenu li a { font-size:12px; }
	        
/* sub-menu layout
----------------------------*/

#ddmenu div.drop { padding:10px; }
/* sub-menu offset
----------------------------*/

#ddmenu div.drop { left: -160px;/*Use this property to change offset of the sub-menu*/ }
#ddmenu div.dropToLeft { left: auto; right: 0px; }
#ddmenu div.dropToLeft2 { left: auto; right: -120px; }

}


/*styles for responsive menu*/
@media only screen and (min-width: 534px) and (max-width: 787px) 
{	
	 
	#ddmenu li.hide1 {display:none;}/*hide elements that is not needed in mobile */
    
    #ddmenu div.menu-icon  {
		width: 40px;
		height:40px;
		background:  url(../css/images/menu-mobile.png) no-repeat center 2px;
		display: block; /*or inline-block*/
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
         
        /*align the icon to the right*/
        margin-left:auto;
        margin-right:4px;
	}
	
	
	/*override the original settings*/
	#ddmenu ul {
		width: 100%; 
		display: none;
		border: none; 
        border-radius: 10px; 
	}
	
    #ddmenu li {
		float: none!important;
        display:block;
        width:100%;
        font-size: 14px;
        text-align:left;
	    border-bottom: 1px dotted #2f2f2f;
    }

	
    #ddmenu .column img { padding-top: 20px; margin: 0 auto; }
	#ddmenu li a { border-bottom: 1px dotted #2f2f2f; padding: 4px 0; }
	#ddmenu li a.last-menu { border-bottom: none; }
	#ddmenu ul li:last-child { border-bottom: none; }
    #ddmenu li.hide1 {display:none;}/*hide elements that is not needed in this layout */
    
    #ddmenu a {
        padding:0 50px;
    }  
	  
	#ddmenu a.arrow
    {
        background-image:url(buttons.png);
        background-position:right -90px;
    }
    
    #ddmenu li.over a.arrow {
        background-color:#a9a9a9;
        background-position:right -160px;
    }

    #ddmenu a {
        display:block;
    }
    
	#ddmenu div.drop {
	    position:relative;
        border-top-color:transparent;
        border-radius:0;
        box-shadow:none;
	}
    
    #ddmenu div.drop, #ddmenu div.dropToLeft, #ddmenu div.dropToLeft2 {
        left:0px; right:auto;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu div.column {
        width:auto;
        float:none;
       
    }
	
	
}

/*styles for mobile*/
@media only screen and (max-width: 533px) 
{
    #ddmenu li.hide1 {display:none;}/*hide elements that is not needed in mobile */
    
    #ddmenu div.menu-icon  {
		width: 40px;
		height:40px;
		background:  url(../css/images/menu-mobile.png) no-repeat center 2px;
		display: block; /*or inline-block*/
		cursor: pointer;
		-moz-user-select:none;		
        -webkit-user-select: none;
         
        /*align the icon to the right*/
        margin-left:auto;
        margin-right:4px;
	}
	
	/*override the original settings*/
	#ddmenu ul {
		width: 100%; 
		display: none;
		border: none; 
        border-radius: 10px; 
	}
	
    #ddmenu li {
		float: none!important;
        display:block;
        width:100%;
        font-size: 14px;
        text-align:left;   
    }
	
	#ddmenu .column img { padding-top: 20px; margin: 0 auto; }
	#ddmenu li a { border-bottom: 1px dotted #2f2f2f; padding: 4px 0; }
	#ddmenu li a.last-menu { border-bottom: none; }
	
    #ddmenu a.arrow
    {
        background-image:url(buttons.png);
        background-position:right -90px;
    }
    
    #ddmenu li.over a.arrow {
        background-color:#343434;
        background-position:right -160px;
    }

    #ddmenu a {
        display:block;
    }
    
	#ddmenu div.drop {
	    position:relative;
        border-top-color:transparent;
        border-radius:0;
        box-shadow:none;
	}
    
    #ddmenu div.drop, #ddmenu div.dropToLeft, #ddmenu div.dropToLeft2 {
        left:0px; right:auto;
    }
    
    /*turn each column to list vertically instead of horizontally */
    #ddmenu div.column {
        width:auto;
        float:none;
      
    }
}
