/* CSS Document */
/* ------------------------------------ MainMenu ------------------------------------ */
.bluetabs{

}

.bluetabs ul{
padding: 0;
margin: 0;
list-style-type: none;
text-align: left;
}

.bluetabs li{
display: inline;
float: left;
margin: 0;
}

.bluetabs li a{
text-decoration: none;
padding: 0px;
margin: 0px;
display:block;
height:37px;
}


/* fashion */
.bluetabs li#menus-fashion a { background: url(../img/rbase/gnavi01_off.jpg); width:138px;}
.bluetabs li#menus-fashion a:hover { background: url(../img/rbase/gnavi01_on.jpg); }
.bluetabs li#menus-fashion.selected a { background: url(../img/rbase/gnavi01_on.jpg); }
body#fashion #menus-fashion a { background: url(../img/rbase/gnavi01_on.jpg); }

/* food */
.bluetabs li#menus-food a { background: url(../img/rbase/gnavi02_off.jpg); width:138px;}
.bluetabs li#menus-food a:hover { background: url(../img/rbase/gnavi02_on.jpg); }
.bluetabs li#menus-food.selected a { background: url(../img/rbase/gnavi02_on.jpg); }
body#food #menus-food a { background: url(../img/rbase/gnavi02_on.jpg); }

/* interior */
.bluetabs li#menus-interior a { background: url(../img/rbase/gnavi03_off.jpg); width:138px;}
.bluetabs li#menus-interior a:hover { background: url(../img/rbase/gnavi03_on.jpg); }
.bluetabs li#menus-interior.selected a { background: url(../img/rbase/gnavi03_on.jpg); }
body#interior #menus-interior a { background: url(../img/rbase/gnavi03_on.jpg); }

/* entertainment */
.bluetabs li#menus-entertainment a { background: url(../img/rbase/gnavi04_off.jpg); width:138px;}
.bluetabs li#menus-entertainment a:hover { background: url(../img/rbase/gnavi04_on.jpg); }
.bluetabs li#menus-entertainment.selected a { background: url(../img/rbase/gnavi04_on.jpg); }
body#entertainment #menus-entertainment a { background: url(../img/rbase/gnavi04_on.jpg); }

/* relaxation */
.bluetabs li#menus-relaxation a { background: url(../img/rbase/gnavi05_off.jpg); width:138px;}
.bluetabs li#menus-relaxation a:hover { background: url(../img/rbase/gnavi05_on.jpg); }
.bluetabs li#menus-relaxation.selected a { background: url(../img/rbase/gnavi05_on.jpg); }
body#relaxation #menus-relaxation a { background: url(../img/rbase/gnavi05_on.jpg); }


/* service */
.bluetabs li#menus-service a { background: url(../img/rbase/gnavi06_off.jpg); width:136px;}
.bluetabs li#menus-service a:hover { background: url(../img/rbase/gnavi06_on.jpg); }
.bluetabs li#menus-service.selected a { background: url(../img/rbase/gnavi06_on.jpg); }
body#service #menus-service a { background: url(../img/rbase/gnavi06_on.jpg); }

.bluetabs li a:visited{
color: #2d2b2b;
}

.bluetabs li a:hover{text-decoration: underline;}

.bluetabs li.selected{
}
.bluetabs li.selected a{
}
.bluetabs li.selected a:hover{
text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_b{
position:absolute;
top: 0;
border-width: 0;
line-height:18px;
z-index:100;
width: 135px;
visibility: hidden;
}
.first .dropmenudiv_b{
position:absolute;
top: 0;
border-width: 0;
line-height:18px;
z-index:100;
width: 135px;
visibility: hidden;
}
.last .dropmenudiv_b{
position:absolute;
top: 0;
border-width: 0;
line-height:18px;
z-index:100;
width: 135px;
visibility: hidden;
}

.dropmenudiv_b a{
width: auto;
display: block;
text-indent: 5px;
padding:3px 0px;
text-decoration: none;
color: #333;
}

/* special */
#dm_special{background-color:#AAEAFF; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_special a{border-bottom:1px dotted #00ADE6;}
#dm_special a:hover{background-color:#00ADE6; color:#fff;}


/* fashion */
#dm_fashion{background-color:#F5D1D9; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_fashion a{border-bottom:1px dotted #E27C91;}
#dm_fashion a:hover{background-color:#E27C91; color:#fff;}

/* food */
#dm_food{background-color:#ECD9CE; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_food a{border-bottom:1px dotted #CC987D;}
#dm_food a:hover{background-color:#CC987D; color:#fff;}

/* interior */
#dm_interior{background-color:#E0F0D2; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_interior a{border-bottom:1px dotted #80C342;}
#dm_interior a:hover{background-color:#80C342; color:#fff;}

/* entertainment */
#dm_entertainment{background-color:#F3D3BC; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_entertainment a{border-bottom:1px dotted #DF8641;}
#dm_entertainment a:hover{background-color:#DF8641; color:#fff;}

/* relaxation */
#dm_relaxation{background-color:#C2DEF1; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_relaxation a{border-bottom:1px dotted #2A83BD;}
#dm_relaxation a:hover{background-color:#2A83BD; color:#fff;}

/* service */
#dm_service{background-color:#CAE6DB; filter:alpha( style=0, opacity=90 ); -moz-opacity:0.9; opacity:0.9;}
#dm_service a{border-bottom:1px dotted #50A684;}
#dm_service a:hover{background-color:#50A684; color:#fff;}

* html .dropmenudiv_b a{
width: 100%;
}

/* ------------------------------------ /MainMenu ------------------------------------ */
