.float_r {float: right}
/* tmenu */
.tmenu{  background-color: #4a9ce1;background-image: url(../images/tmenu_right.png);    background-position: right top;    background-repeat: no-repeat;}
.tmenu ul li a:hover{    text-decoration: underline;    color: #b4ebff;}
.tmenu ul li a.order_now:hover{    color: #000000;}
.tmenu ul li a.order_now{    color: #000000;}
.tmenu ul li a{    text-align: center;    display: block;    margin-top: 11px;    color: #fff;    text-decoration: none;    font-size: 12px;    font-weight: bold;}
.tmenu ul li{    float: left;    height: 37px;    list-style: none;    width: 102px; white-space:nowrap;}

.tmenu ul{    background-image: url(../images/tmenu_left.png);    background-position: left top;    background-repeat: no-repeat;    margin: 0;    padding: 0px 0px 0px 0px;    height: 37px;}

.clr             {clear: both; font-size: 0px;}/* menu index */

.menu_p{
    margin:0;
    margin-left:-20px;
    padding:0;
}

.tab_l {
    float: left;
    width: 30px; height: 25px;
    background-image: url("../images/imenu/tab_l.png")
}

.tab_r {
    float: left;
    width: 16px; height: 25px;
    background-image: url("../images/imenu/tab_r.png")
}
ul.menu_index li a
{
    text-align: center;
    display: block;

    color: #fff;
    font-family: verdana;
    text-decoration: none;
    font-size: 11px;
}
ul.menu_index li a:hover .tab_l
{
    background-image: url("../images/imenu/tab_l_h.png");
}
ul.menu_index li a:hover .tab_bg
{
    background-image: url("../images/imenu/tab_bg_h.png");
}
ul.menu_index li a:hover .tab_r
{
    background-image: url("../images/imenu/tab_r_h.png");
}
ul.menu_index li
{
    float: right;
    position: relative;
    margin-left: -7px;
    height: 25px;
    list-style: none;
    z-index: 1;
    display:inline;

}
ul.menu_index li:hover
{
    z-index: 10;
}
ul.menu_index
{   float: left;
    margin-bottom:-1px;
    padding: 0px 0px 0px 9px;
    height: 25px;
    margin-left:6px;
    margin-top:-1px;
    display:inline;
}

.tab_bg {
    float: left; height: 25px;
    padding-top:5px;
    background-image: url("../images/imenu/tab_bg.png");
    min-width:98px;
    
}
