
ul.Wgt_dropdown, ul.Wgt_dropdown ul
{
    list-style:none;
    margin:0; padding:0;
    position: relative;
    margin-left: -1px;
}

/*Style for 1st level menu header*/
ul.Wgt_dropdown li
{
    position: relative;
    float: left;
    zoom: 1; /*Needed for IE*/
    border:1px solid #fff;
}
ul.Wgt_dropdown li.dropdown_title
{

    background: #fff;

}

ul.Wgt_dropdown li.dropdown_title:hover
{
    border-top:1px solid #AAAAAA;
    border-left:1px solid #AAAAAA;
    border-right:1px solid #AAAAAA;
    background: #fff;
    position: relative;
    z-index: 9999;
    display: block;
}
ul.Wgt_dropdown li:hover
{
    background: #fff; /*background color of menu header (1st level) on hover*/;
}
ul.Wgt_dropdown li a.dropdown_title_link
{
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 12px;
    display: block;
    padding-left:3px;
    padding-right:3px;
    background-color: #fff;
    position: relative;
    z-index: 4;

}
ul.Wgt_dropdown li a.dropdown_title_link:hover
{
    font-family: Arial, Times New Roman, Tahoma;
    font-size: 12px;
    background-color: #fff;
    display: block;
    padding-left:3px;
    padding-right:3px;
    position: relative;
    z-index: 4;

}

/* Building menu items - for 2nd and more level menu items*/
ul.Wgt_dropdown ul
{
    display:none; /*initially menu item is hidden*/
    position: absolute; /*absolute positioning is important for menu to float*/
    border:1px solid #AAAAAA;
    margin-top: -1px;
    background:#FFFFFF;

    /*optional - to change position of 2nd level menu item*/

}
ul.Wgt_dropdown ul li
{
    background: #fff;
    color: #000;
    float: none;
    padding: 8px 5px;
    border: none;
}
    ul.Wgt_dropdown ul li:hover
{
    /*background-color: #ddd;*/
}

ul.Wgt_dropdown ul li a
{
    width: 100%;
    display: block;
    color:#006699;
    text-decoration: underline;
    line-height: 1.2;
    font-size: 11px;
    background: none;
    overflow: hidden;
    position: relative;
}
ul.Wgt_dropdown ul li a:hover
{
    color: #666666;
}

/* Menu item position for 3rd level and more */
ul.Wgt_dropdown ul ul
{
    left: 100%;
    top: 0;
}

/* Hover effect for menu*/
ul.Wgt_dropdown li:hover > ul
{
    display:block;
    z-index: 3;
}
ul.Wgt_dropdown ul li.active a
{
    font-weight: bold;
    font-size: 12px;
}
ul.Wgt_dropdown ul.next_column
{
    border-left: none;
}



/*------------------------------container--------------------------------*/

div.timeout{
    display: none;
}
div.dropdown_container{
    float: left;
}
div.dropdown_list_container{
    display: none;
    position: absolute;
    z-index: 5;
    background-color: #fff;
    box-shadow: 2px 2px 5px #ccc;
    border-bottom-left-radius: 3px;
    padding: 0px 10px;
    margin-top: 25px;
    border:#cccccc 1px solid;
    margin-left: -9px;
}
span.dropdown_title span{
    border-bottom: #006699 1px dotted;
    background: url("/assets/images/icons/breadcrumbs_triangle.png") no-repeat;
    background-position: right center;
    padding-right: 10px;
}
span.dropdown_title span:hover{
    color:#666666;
}
span.dropdown_title.starton span{
    border-bottom: #666666 1px dotted;
    background: url("/assets/images/icons/breadcrumbs_triangle_grey.png") no-repeat;
    background-position: right center;
    padding-right: 10px;
}
div.dropdown_list_container ul{
    display: block;
    float: left;
    list-style: none;
    width: 210px;
}
div.dropdown_list_container ul li{
    line-height: 1;
    padding: 5px 0px ;
}
div.dropdown_list_container ul li.active a{
    font-weight: bold;
    color: #4D4D4D;
}
div.dropdown_list_container ul li.active a:hover{
    font-weight: bold;
}
div.dropdown_list_container ul li a{
    font-size: 11px;
    color: #00547F;
    text-decoration: none;
}
div.dropdown_list_container ul li a:hover{
    font-size: 11px;
    color: #666666;
    text-decoration: underline;
}

span.dropdown_title{
    cursor: pointer;
    padding: 3px 5px 8px 0px;
    margin: 0px 3px 0px 0px;
    display: block;
    float: left;
    position: relative;
    z-index: 6;
    color: #006699;
    border-top:#fff 1px solid;
    border-left:#fff 1px solid;
    border-right:#fff 1px solid;
    border-color: transparent;
}
span.dropdown_title.active{
    cursor: pointer;
    padding: 7px 7px 10px 9px;
    margin-top: -4px;
    margin-left: -9px;
    margin-right: 1px;
    margin-bottom: -2px;
    display: block;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 6;
    border-top:#cccccc 1px solid;
    border-left:#cccccc 1px solid;
    border-right:#cccccc 1px solid;
    background-color: #fff;
}
span.dropdown_title.active span{
    background: url("/assets/images/icons/breadcrumbs_triangle_bottom.png") no-repeat;
    background-position: right center;
    color: #333333;
    border: none;
}
span.dropdown_title.starton.active span{
    background: url("/assets/images/icons/breadcrumbs_triangle_bottom_grey.png") no-repeat;
    background-position: right center;
    color: #333333;
    border: none;
}


/*----------------------------------start region picker---------------------------------*/

div.dropdown_list_container.region_picker{
    margin-top: 15px;
    width: auto;
    padding: 5px 0px;
    z-index: 3;
    box-shadow: 2px 2px 5px #bbb;
    margin-left: 0px;
    width: 175px;
    min-width: 170px;
}
div.dropdown_list_container.region_picker ul{
    margin: 0px;
    text-align: left;
    padding: 0px 5px;
    width: 165px;
}
div.dropdown_list_container.region_picker ul li a{
    color: #666666;
    text-decoration: none;
}
div.dropdown_list_container.region_picker ul li a:hover{
    text-decoration: underline;
}
div.dropdown_container.region_picker{
    float: right;
    width: 175px;
    margin-right: -2px;
}
span.dropdown_title.region_picker{
    background: none;
    padding: 0px 5px 0px 5px;
    font-weight: bold;
    margin: 0px;
    z-index: 5;
    width: 175px;
 }
span.dropdown_title.region_picker.active{
    background-color: #fff;
    padding: 7px 5px 3px 5px;
    margin: -7px 0px;
    box-shadow: 5px -1px 5px -3px #bbb;
    width: 175px;

}
span.dropdown_title.region_picker span{
    background: url("/assets/images/icons/breadcrumbs_triangle_grey.png") no-repeat;
    background-position: right center;
    color: #666666;
    padding-right: 10px;
    border-bottom: #333333 dotted 1px;
    margin-left: 3px;
}
span.dropdown_title.region_picker.active span{
    background: url("/assets/images/icons/breadcrumbs_triangle_bottom_grey.png") no-repeat;
    background-position: right center;
}

/*----------------------------------end region picker---------------------------------*/

/*----------------------------------start breadcrumbs_last_item---------------------------------*/
span.dropdown_title.breadcrumbs_last_item span{
    background: none;
    color: #000000;
    padding-right: 0px;
    border-bottom: #000000 dotted 1px;
    margin-right: 5px;
}
/*----------------------------------end breadcrumbs_last_item---------------------------------*/


