/*-------------------------Menu Doc -------------------------------*/
.ddsmoothmenu ul {
    padding: 0;
    list-style-type: none;
    margin: 0;
    width: 204px;
}
.ddsmoothmenu ul li {
    position: relative;
}
/* Top level menu links style */
.ddsmoothmenu ul li a {
    background: url('../images/bg_menu_left.png') no-repeat;
    color: #4a4a4a;
    font-size: 12px;
    text-transform: uppercase;
    padding-left: 33px;
    line-height: 28px;
    height: 31px;
    display: block;
}
.ddsmoothmenu ul li a:focus, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a:active {
    color: #F3912E;

    text-decoration:none;
}
/*Sub level menu items */
.ddsmoothmenu ul li ul {
    height:32px;
    line-height:32px;
    color:#4a4a4a;
    position: absolute;
    width: auto;
    min-width:190px;
    white-space:nowrap;
    top: 0;
    left: 0;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li a {
    line-height:30px;
    margin: 0;
    text-transform: none;
}
.ddsmoothmenu ul li ul li ul li a {
    line-height:30px;
    margin: 0;
    text-transform: uppercase;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #fff600;
    text-decoration:none;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu ul li a {
    height: 1%;
}
/* End */


.ddsmoothmenu3{
    font-size: 12px;
    position: relative;
    z-index: 18;
}
.ddsmoothmenu3 ul{
    z-index:100;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu3 ul li{
    background-position: right;
    position: relative;
    display: inline;
    float: left;
    z-index: 5000;
    height: 50px;

}
.ddsmoothmenu3 ul li:last-child{background:none;}
/*Top level menu link items style*/
.ddsmoothmenu3 ul li a {
    font-family: Segoe UI;
    color: #505050;
    display: block;
    font-size: 14px;
    line-height: 50px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}
* html .ddsmoothmenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
/*.ddsmoothmenu3 ul li a:hover{*/
/*background-color: #4b0049;*/
/*color: #c4c4c4;*/
/*text-decoration: none;*/
/*}*/
.ddsmoothmenu3 ul li:hover{
    background-color: #E88877 ;/*#D6B69C*/;
}
.ddsmoothmenu3 > ul > li:hover > a{
    color: #FFFFFF;
    text-decoration: none;
}

/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{
    position: absolute;
    left: 0;
    padding-left: 0;
    display: none;
    visibility: hidden;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu3 ul li ul li ul{
    top: 0;
    padding-left: 1px;
}

.ddsmoothmenu3 ul li ul li{
    height: auto;
    padding-right: 0px;
    border-right: 0;
}

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a{
    width: 180px;
    font-size: 14px;
    color: #fff;
    margin: 0;
    line-height: 16px;
    border-bottom: 1px solid #E2C2A9;
    background: #E88877;
    opacity: 0.9;
    text-transform: none;
    padding: 6px 10px 7px 10px;
    z-index: 5001;
    text-align: left;
    margin: 0;
}



.ddsmoothmenu3 ul li ul li a:hover{
    /*background: #d6d6d6;*/
    color: #fff600;

}
.ddsmoothmenu3 ul li ul li {
    margin: 0px;

}
/* Holly Hack for IE \*/
* html .ddsmoothmenu3 ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu3 ul li a {
    height: 1%;
}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
    display:none;
}
.rightarrowclass {
    display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow {
    display: none;
    background: none;
}
.toplevelshadow {
}/* 
.ddsmoothmenu3 ul li ul li ul li:first-child a{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
}
.ddsmoothmenu3 ul li ul li ul li:last-child a{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
} */
/*  .ddsmoothmenu3 ul li ul li:first-child a{
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    
} */
/* .ddsmoothmenu3 ul li ul li:last-child a{
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    
}  */

.ddsmoothmenu2 ul li{
    background: url('../images/menu_hover.png') repeat-x;
    position: relative;
    /* display: inline; */
    /* float: left; */
    z-index: 999;
    display: inline-block;
}
.ddsmoothmenu2 ul li:last-child{background:none;}
/*Top level menu link items style*/
.ddsmoothmenu2 ul li a {
    color: #330032;
    font-weight: normal;
    display: block;
    font-size: 12px;
    line-height: 14px;
    padding: 0 15px;
    text-decoration: none;
    border-right: 1px solid #777;
    text-transform: uppercase;
}
* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}
.ddsmoothmenu2 ul li a:hover{

    text-decoration: underline;
}

/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
    position: absolute;
    left: 0;
    padding-left: 0;
    display: none;
    visibility: hidden;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
    top: 0;
    padding-left: 0;
}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
    width: 148px;
    font-size: 12px;
    color: #000;
    margin: 0;
    line-height: 26px;
    border-top-width: 0;
    border-bottom: 1px solid gray;
    background: #F9F9F9;
    opacity: 0.9;
    padding: 7px 5px 6px 5px;

    z-index: 5001;
    border-left: none;
    border-right: none;
}
.ddsmoothmenu2 ul li ul li a:hover{
    background: #F9F9F9;
    color: #000;
    text-decoration: underline;
}
.ddsmoothmenu2 ul li ul li{

    border-left: none;
    border-right: none;

}
.ddsmoothmenu2 ul li:last-child a{
    border: 0;
}
.ddsmoothmenu2 ul{
    /* float: right; */
    /* margin: 0 auto; */
    margin-bottom: 0;
    text-align: center;
}