/* Menu general */
ul#dayPopup ul { height: auto;}
ul#dayPopup, ul#dayPopup ul { list-style-type: none; margin: 0px; padding: 0px; }

ul#dayPopup li                { position: relative; float: left; padding: 0px; text-align: center; color: #ffffff; height: 20px; background: transparent url(../images/sub.tab.png) no-repeat bottom left; }
ul#dayPopup li div.container  { width: 100%; padding-bottom: 0px; padding-top: 2px; }
ul#dayPopup li a              { color: #ffffff; font-weight: bold; display: block; margin-top: 2px; }
ul#dayPopup li.current        { background-position: top left;}
ul#dayPopup li.current a      { color: #fff; }
/*
div.tabContainer                  { clear: both; float: left; }
div.tabContainer div.tab          { background: transparent url(../images/sub.tab.png) no-repeat bottom left; float: left; cursor: pointer; margin-right: 2px; height: 17px; text-align: center; padding-top: 3px; }
div.tabContainer div.tab span     { color: #fff; }
div.tabContainer div.current      { cursor: default; background-position: top left; }
div.tabContainer div.current span { cursor: default; color: #fff; } 
div.tabContent                    { clear: both; }
*/
