/*** 1er + 2on NIVELL ***/
#navpisos {
position:relative;
width:100%;
height:22px;
margin-left:0;
padding:0;
border-bottom:1px solid #ccc;
white-space:nowrap;
list-style:none;
}

#navpisos li {
float:left;
margin:0 3px 0 0;
border-width:1px 1px 0 1px;
border-style:solid;
border-color:#ccc;
list-style-type:none;
}

#navpisos li a {
position:relative;
width:6em;
display:block;
margin:0;
padding:3px 5px 4px 5px;
color:#0000ee;
font:normal 12px Verdana, Geneva, sans-serif;
text-align:center;
background:url(/img/sprite_restaurants_tabs.png) repeat-x left top #e7e7e7;
}

#navpisos li a:hover {
color:#6666f5;
background:url(/img/sprite_restaurants_tabs.png) repeat-x left -22px #e7e7e7;
}

#navpisos li#pisactive a {
font-weight:bold;
color:#000;
background:url(/img/sprite_restaurants_tabs.png) repeat-x left -44px #fff;
border-bottom:1px solid #fff;
}

/*#navpisos li#pisactive a:hover {color:#0066cc;}*/

#navpisos ul#subnavpisos {
position:absolute;
width:100%;
left:0;
top:23px;
height:22px;
margin:0;
padding:0;
border-right:1px solid #ccc;
border-bottom:1px dotted #bdbdbd;
border-left:1px solid #ccc;
white-space:nowrap;
list-style:none;
}

#navpisos ul#subnavpisos li {
margin:0;
border:0;
list-style-type:none;
}

#navpisos ul#subnavpisos li a {
width:auto;
padding:4px 10px;
border:0;
color:#0000ee;
font-weight:normal;
background:#fff;
}

#navpisos ul#subnavpisos li a:hover {color:#6666f5;}

#navpisos ul#subnavpisos li#subactive a {
color:#000;
font-weight:bold;
background:#fff;
}

/*** 3er NIVELL ***/
#contentContainer {
position:absolute;
width:100%;
left:0;
top:23px;
margin:0;
padding:0 0 15px 0;
border-right:1px solid #ccc;
border-bottom:1px solid #ccc;
border-left:1px solid #ccc;
font:normal 12px Verdana, Geneva, sans-serif;
background:url(/img/bg_box.gif) repeat-x left bottom;
}

#contentContainer ul {
float:left;
display:inline; /*fixes disappearing bullet bug*/
margin:10px 15px 0 40px;
padding:0;
}

#contentContainer ul li {
float:none;
list-style-type:disc;
}

#navpisos ul#subnavpisos li#subactive #contentContainer ul li a {
padding:0;
color:#0000ee;
font-weight:normal;
text-align:left;
display:inline; /*fixes disappearing bullet bug*/
}

#navpisos ul#subnavpisos li#subactive #contentContainer ul li a:hover {
color:#6666f5;
background-color:#fff;
text-decoration:underline;
}
