/*body{
    font-family:"Lucida Sans Unicode","Lucida Grande",Helvetica,Arial,sans-serif;
    font-size:14px;
    color:gray;
}*/
.mbmenu{
    display:none;
}

.rootVoices td.rootVoice {
    vertical-align:middle;
    /*background-color:transparent;*/
    /*background: #FFFFFF;*/ /*url("images/hn.gif")*/
    /*background: url("/templates/theme1/images/bg_productmenu.gif");*/
    background: url("../image/bg_menu_left.gif");
    background-color:#FFFFFF;
    /*background-color:transparent;*/
    background-repeat:no-repeat;
    font-family:Arial,Helvetica,sans-serif;
    /*color: #FFFFFF;*/
    font-size:13px;
    line-height:23px;
    cursor: pointer;
    padding-left:10px;
    font-weight:bold;
    margin:0px;
    color:#5B503E;
    /*-moz-border-radius:8px 8px 0 0;
    -webkit-border-top-right-radius:8px;
    -webkit-border-top-left-radius:8px;*/
}

.rootVoices td.rootVoice a{
    color:#368d86;
    text-decoration:none;
}

.rootVoices td.rootVoice.selected{

    background-repeat:no-repeat;
    color:#5B503E;
    cursor: pointer;
    font-size:13px;
    line-height:23px;
    padding-left:10px;
    font-weight:bold;
}

.rootVoices td.rootVoice.selected a{
    color:#d92b58;
    text-decoration:none;
}

.rootVoices.vertical {
    /*width:171px;*/
}
.rootVoices.vertical td.rootVoice{
    /*-moz-border-radius:8px 0px 0 8px;
    -webkit-border-top-right-radius:0px;
    -webkit-border-top-left-radius:8px;
    -webkit-border-bottom-right-radius:0px;
    -webkit-border-bottom-left-radius:8px;*/

}

.menuShadow{
    padding:0px;
    padding-bottom:0px;
    left:-2px;
    top:1px;
}

/**/

.menuContainer{
    /*background-color:gray;*/
    background-color:transparent;
    text-align:left;
    /*padding:0;*/
}
.menuContainer .line{
    /*background-color:transparent;*/
    width:198px;
    background-color:#FFFFFF;
    /*border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #6A2F4A;
    border-left-color: #6A2F4A;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-bottom-color: #6A2F4A;
    padding-top:0px;*/
}
.menuContainer .test{
    /*background-color:transparent;*/
    /*border-right-width: 2px;
    border-left-width: 2px;
    border-top-style: none;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #6A2F4A;
    border-left-color: #6A2F4A;
    border-top-width: 0px;
    border-bottom-width: 0px;
    border-bottom-color: #6A2F4A;
    padding-top:0px;*/
    background-image:url("../image/menup_mid_left.gif");
    background-repeat:repeat-y;
}
.menuContainer .line.title {
    background-color:#FFFFFF;
    font-family:Arial,Helvetica,sans-serif;
    font-size:14px;
    border-bottom:0px solid darkred;
}
.menuContainer .line.title a{
    font-size:14px;
    color:#FFFFFF;
}
.menuContainer td{
    text-decoration:none;
    color: #666666;
    /*background-image:url("images/hsub-bgn.gif");*/
    background-repeat:no-repeat;
    font-size:13px;
}
.menuContainer td.title{
    text-decoration:none;
    color: #666666;
    /*background-image:url("images/hsub-bgn.gif");*/
    background-repeat:no-repeat;
    font-size:13px;
}
.menuContainer td a{
    font-family:tahoma,sans-serif;
    text-decoration:none;
    color: #5B503E;
    font-size:13px;
    padding-left:0px;
    /*width:198px;*/
}
.menuContainer .separator{
    width:193px;
    /*background-color:#6A2F4A;*/
    background-image:url("../image/menup_separator.gif");
    background-repeat:no-repeat;
    position:relative;
    left:5px;
    height:2px;
}
.menuContainer td.voice{
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    height:30px;
    font-weight:bold;
    padding-left:10px;
    /*background-color:#F7D4E4;*/
    background: #FFFFFF url("../image/menup_bg_main.gif") right;
}

.menuContainer td.img{
    /*font-family:Arial,Helvetica,sans-serif;
    text-align:center;
    font-size:12px;
    color: #c3c3c3;
    background-color:transparent;
    width:24px;
    padding:5px;*/
    display:none;
}
.menuContainer td.img img{
    /*width:20px;*/
    display:none;
}
.menuContainer .textBox{
    font-family:tahoma,sans-serif;
    font-size:13px;
    /*background:dimgray url("images/hsub-top.gif");*/
    /*background-color:transparent;*/
    color: #FFFFFF;
}
.menuContainer .selected .voice{
    /*background-color:#ff6600;*/
    /*height:23px;
    padding:0px;*/
    /*background-image:url("images/hsub-bgv.gif");*/
    /*background-color:#F2E8ED;*/
    background: #FED6D6 url("../image/menup_bg_main.gif") right;
    /*background-repeat:no-repeat;*/
    font-weight:bold;
}
.menuContainer .selected .voice a{
    /*height:23px;
    padding:0px;*/
    color:#5B503E;
    font-weight:bold;
}
.menuContainer .disabled td, .menuContainer .disabled td a {
    color: #cccccc;
}
.menuContainer .subMenuOpener{
    /*background-image:url("http://server/ibuy/templates/theme1/images/menuArrow.gif");*/
    background-repeat:no-repeat;
    background-position:right;
}
.menuContainer .selected .subMenuOpener{
    /*background-image:url("http://server/ibuy/templates/theme1/images/menuArrow.gif");*/
    background-repeat:no-repeat;
    background-position:right;
}

