.ddsmoothmenu{
    font-size: 14px;
    width: 100%;
    border:0px solid red;
    height:40px;
    margin:0px 0px 20px 16px;

}

.ddsmoothmenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

/*Top level list items*/
.ddsmoothmenu ul li{
    position: relative;
    display: inline;
    float: left;
    border:0px solid yellow;
    margin-left: -16px;
}





/*Top level menu link items style*/
.ddsmoothmenu ul li a{
    font-family: 'Century Gothic', Battambang;
    display: block;
    color: #484848;
    text-decoration: none;
}


.ddsmoothmenu ul li a span.middle{
    float: left;
    width:auto; height:40px;
    line-height: 40px;
    text-align:center;
    padding:0px 15px 0px 15px;
    background: url("bg_menu.png") repeat-x;
    margin:0;
}

.ddsmoothmenu ul li a span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu.png") repeat-x;
    position: relative;
    z-index: 10;
}

.ddsmoothmenu ul li a span.left{
    border-left: 2px solid #d7d2cf;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
    display: inline-block;
}


/*============ Hover Menu ==========*/
.ddsmoothmenu ul li a:hover{
    display: block;
    color: #fff ;
    text-decoration: none;
}

.ddsmoothmenu ul li:hover{
    position: relative;
    z-index: 100 !important;
}

.ddsmoothmenu ul li a:hover span.middle{
    float: left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align:center;
    background: url("bg_menu_c.png") repeat-x;
    padding:0px 15px 0px 15px;
    margin:0;
}

.ddsmoothmenu ul li a:hover span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu_c.png");
}

.ddsmoothmenu ul li a:hover span.left{
    border-left: none;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu_c.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

}


.ddsmoothmenu ul li a.current{
    display: block;
    color: #fff ;
    text-decoration: none;
}

.current{
    position: relative;
    z-index: 100 !important;
}

.ddsmoothmenu ul li a.current span.middle{
    float: left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align:center;
    background: url("bg_menu_c.png") repeat-x;
    padding:0px 15px 0px 15px;
    margin:0;
}

.ddsmoothmenu ul li a.current span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu_c.png");
}

.ddsmoothmenu ul li a.current span.left{
    border-left: none;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu_c.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

}



.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
    display: block;
    color: #fff ;
    text-decoration: none;
}

.ddsmoothmenu ul a.selected{
    position: relative;
    z-index: 100 !important;
}

.ddsmoothmenu ul li a.selected span.middle{
    float: left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align:center;
    background: url("bg_menu_c.png") repeat-x;
    padding:0px 15px 0px 15px;
    margin:0;
}

.ddsmoothmenu ul li a.selected span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu_c.png");
}

.ddsmoothmenu ul li a.selected span.left{
    border-left: none;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu_c.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

}


/********** No seperate EN ********************/

.ddsmoothmenu ul li.noseperate a{
    display: block;
    color: #484848;
    text-decoration: none;
}


.ddsmoothmenu ul li.noseperate a span.middle{
    float: left;
    width:auto; height:40px;
    line-height: 40px;
    text-align:center;
    padding:0px 15px 0px 15px;
    background: url("bg_menu.png") repeat-x;
    margin:0;
}

.ddsmoothmenu ul li.noseperate a span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu.png") repeat-x;
    position: relative;
    z-index: 10;
}

.ddsmoothmenu ul li.noseperate a span.left{
    border-left: 2px solid #d7d2cf;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;
}




.ddsmoothmenu ul li.noseperate a.current{
    display: block;
    color: #fff ;
    text-decoration: none;
}


.ddsmoothmenu ul li.noseperate a.current span.middle{
    float: left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align:center;
    background: url("bg_menu_c.png") repeat-x;
    padding:0px 15px 0px 15px;
    margin:0;
}

.ddsmoothmenu ul li.noseperate a.current span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu_c.png");
}

.ddsmoothmenu ul li.noseperate a.current span.left{
    border-left: none;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu_c.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

}


.ddsmoothmenu ul li.noseperate a:hover{
    display: block;
    color: #fff ;
    text-decoration: none;
}


.ddsmoothmenu ul li.noseperate a:hover span.middle{
    float: left;
    width:auto;
    height:40px;
    line-height: 40px;
    text-align:center;
    background: url("bg_menu_c.png") repeat-x;
    padding:0px 15px 0px 15px;
    margin:0;
}

.ddsmoothmenu ul li.noseperate a:hover span.right{
    float: left;
    height: 40px;
    width: 29px;
    background: url("r_menu_c.png");
}

.ddsmoothmenu ul li.noseperate a:hover span.left{
    border-left: none;
    float: left;
    height: 40px;
    width: 20px;
    background: url("bg_menu_c.png") repeat-x;
    border-top-left-radius: 6px;
    -o-border-top-left-radius: 6px;
    -moz-border-top-left-radius: 6px;
    -webkit-border-top-left-radius: 6px;

}

/********** end No seperate ********************/




/*1st sub level menu*/
.ddsmoothmenu ul li ul{
    position: absolute;
    left: 0;
    display: none; /*collapse all sub menus to begin with*/
    visibility: hidden;
    padding:0px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
    display: list-item;
    float: none;
    padding:0px;
    background:none;
    margin: 0px;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
    top: 0;
}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
    color: #FFFFFF;
}

.ddsmoothmenu ul li ul li a span.middle{
    width: 210px; /*width of sub menus*/
    height: auto !important;
    line-height: 28px;
    margin: 0 0 0 0;
    padding:3px 6px;
    border-bottom: 1px solid #d51c1c;
    border-right: 1px solid #d51c1c;
    background: rgba(213,28,28,0.8);
    text-align:left;
    font-size: 14px;
}

.ddsmoothmenu ul li ul li a span.left{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 20px;
    background: none ;
}

.ddsmoothmenu ul li ul li a span.right{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 29px;
    background: none ;
}



.ddsmoothmenu ul li  ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li ul li a.current{ /*CSS current menu*/
}



/* Sub level menu links style */
.ddsmoothmenu ul li.noseperate ul li a{
    color: #FFFFFF;
}

.ddsmoothmenu ul li.noseperate ul li a span.middle{
    width: 210px; /*width of sub menus*/
    height: auto !important;
    line-height: 28px;
    margin: 0 0 0 0;
    padding:3px 6px;
    border-bottom: 1px solid #d51c1c;
    border-right: 1px solid #d51c1c;
    background: rgba(213,28,28,0.8);
    text-align:left;
    font-size: 14px;
}

.ddsmoothmenu ul li.noseperate ul li a span.left{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 20px;
    background: none ;
}

.ddsmoothmenu ul li.noseperate ul li a span.right{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 29px;
    background: none ;
}


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a:hover{

}

.ddsmoothmenu ul li ul li a:hover span.middle{
    width: 210px; /*width of sub menus*/
    height: auto !important;
    line-height: 28px;
    margin: 0 0 0 0;
    padding:3px 6px;
    border-bottom: 1px solid #d51c1c;
    border-right: 1px solid #d51c1c;
    background: rgba(237,58,58,0.8);
    text-align:left;
    font-size: 14px;
}

.ddsmoothmenu ul li ul li a:hover span.left{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 20px;
    background: none ;
}

.ddsmoothmenu ul li ul li a:hover span.right{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 29px;
    background: none ;
}




.ddsmoothmenu ul li.noseperate ul li a:hover span.middle{
    width: 210px; /*width of sub menus*/
    height: auto !important;
    line-height: 28px;
    margin: 0 0 0 0;
    padding:3px 6px;
    border-bottom: 1px solid #d51c1c;
    border-right: 1px solid #d51c1c;
    background: rgba(237,58,58,0.8);
    text-align:left;
    font-size: 14px;
}

.ddsmoothmenu ul li.noseperate ul li a:hover span.left{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 20px;
    background: none ;
}

.ddsmoothmenu ul li.noseperate ul li a:hover span.right{
    float: left;
    height: auto !important;
    line-height: 28px;
    width: 29px;
    background: none ;
}





/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
    float:right;
    position: absolute;
    margin:0px 0px 0px 0px;
    top: 15px;
    right: 4px;
}

.downarrowclass {
    float:right;
    position: absolute;
    margin:0px 0px 0px 10px;
    top: 20px;
    right: 2px;
    width:11px;
    height:8px;
    /*background: url(down.gif) right no-repeat;*/
}
.rightarrowclass {
    /*position: absolute;
    right: 0;
    top: 0;
    visibility: hidden*/

    float:right;
    position: absolute;
    margin:0px 0px 0px 10px;
    top: 10px;
    right: 4px;
    width:8px;
    height:11px;
    background: url(right.gif) right no-repeat;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
    opacity: 0.8;
}