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

/* main menu
----------------------------*/
#ddmenu
{
    display:block;
    font-family:Arial;
    text-align:center; /* Specify the alignment of the whole UL if UL is not width:100%;*/
    letter-spacing:normal;
    background:url(images/gray.png) repeat-x scroll 0 0;
    border:1px solid #CCCCCC;
    height:103px;
}

#ddmenu ul
{ 
    /*text-align:right;*/  /* Here you can further customize the alignment of its LIs */
    width:85%;
    clear:both;
    float:left;
    margin:0; 
    padding:0;
    font-size:0;
    padding:20px 0 0 15px;
    /*border-bottom:none;*/
    display:inline-block;
    list-style:none;
    position:relative;
    z-index:9;
    border-radius:4px;

}

#ddmenu li
{
    margin:0;
    padding:0;
    font-size:13px;
    display:inline-block;
    position:relative;
    color:#000000;
    float:left;
    height:30px;
    border-radius:6px;background:url("arrow1.gif") no-repeat scroll 95% 50% #FFFFFF; margin-right:40px;  /*margin-right:20px\9;*/ width:120px;border:1px solid #fff}

#ddmenu li.location:first-child{ width:300px; /*width:200px\9*/}
#ddmenu a
{
    color:#000000;
    /*padding:0 22px;*/
    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 /*,#ddmenu li:hover */
{
    background:#fafafa;
    /*background-image:url(bg-gray.png); background-repeat:repeat-x; background-position:0 -60px;*/
    color:#000000;
    border:1px solid #ddd;
    padding-bottom:15px;
    border-radius:6px 6px 0 0; border-bottom:none; z-index:99; background-image:url(images/close-btn.png); background-repeat:no-repeat; background-position:90% 27%;
}
#ddmenu li.location.over{ background-position:93% 30%}
/* links with sub-menu */
#ddmenu a.arrow
{
    /* background-image:url(arrow1.gif);
     background-repeat:no-repeat;*/
    background-position:right center;
    border-left:1px solid transparent;
    border-right:1px solid transparent; width:80%; padding:0 11px
}
#ddmenu li.over a.arrow
{
    background-color:none;
    color:#000;
    /*    border-left:1px solid #DDDDDD;
        border-right:1px solid #DDDDDD;*/
    /*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 #DDDDDD;
    border-top:none;
    background:linear-gradient(#fafafa,#efefef); background:-moz-linear-gradient(#fafafa,#efefef); background:-webkit-linear-gradient(#fafafa,#efefef);background:-ms-linear-gradient(#fafafa,#efefef);
    background-color:#efefef\9;
    padding:0 !important;
    color:#000000;
    line-height:30px;
    font-size:13px;
    font-family:Arial;
    font-weight:bold; 
    border-radius:0 6px 6px 6px;
    top:45px !important;
    margin-left:-1px;left:0px;
    height: auto !important;

}
.drop_inner{ padding:15px !important}
/* sub-menu offset
----------------------------*/

#ddmenu div.dropToLeft
{
    left:auto; right:-1px;border-radius:0 0 6px;
}
#ddmenu div.dropToLeft2
{
    left:auto; right:-120px;
}

/* links in sub menu
----------------------------*/



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

/* 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*/
}
/*.content-column{ padding:0 20px 20px 20px  !important}*/

#ddmenu div.column div
{
    padding:0px 0px;/*sub-div within div.column. 10px for indent.*/
    height: auto; /* Added by Areg so dropdown values fit better. */
}
#ddmenu div.column div:last-of-type {
    border-bottom: none; /* Added by Areg for nicer styling. */
}

/* useful when http://www.menucool.com/ddmenu/one-menu-for-all-pages
----------------------------*/
#ddmenuLink {display:none;}
#ddmenu h4{ float:left; margin:10px 0 0 20px}
.searchbtn{ color:#fff; font-size:14px; border:none; background:linear-gradient(#66b86c,#57a059); background:-moz-linear-gradient(#66b86c,#57a059);background: -webkit-linear-gradient(#66b86c,#57a059); background:-ms-linear-gradient(#66b86c,#57a059); background:#57a059\9; border-radius:5px; float:left; cursor:pointer; padding:7px 16px; width:128px; font-size:14px; font-weight:bold; text-transform:uppercase; margin-top:19px;}
#ddmenu li:last-child .row{ margin-left:0}