/* CSS Menus - Horizontal CSS Menu with Dropdown and Popout Menus - 20050131 */ *{margin:0;padding:0;border:none;} body { background: #dadada; font-family:verdana,tahoma,arial,sans-serif; background-image: url("margine1.jpg"); background-repeat: repeat-x; } /* Begin CSS Popout Menu */ #menu { width:800px; } #menu a, #menu h2 { font:bold 11px/16px verdana; text-align: center; display:block; border-width:1px; border-style:solid; border-color:#667 #667 #667 #667; white-space:nowrap; margin:0; padding:1px 0 1px 3px; } #menu h2 { color:#fff; text-transform:uppercase } #menu a { background:#667; text-decoration:none; } #menu a, #menu a:visited { color:#fff; } #menu a:hover { color:#000; background:#d0ddff; } #menu a:active { color:#55f; background:#d0ddff; } #menu ul { list-style:none; margin:0; padding:0; float:left; width:160px; } #menu li { position:relative; } #menu ul ul { position:absolute; z-index:500; top:auto; display:none; } #menu ul ul ul { top:0; left:100%; } /* Begin non-anchor hover selectors */ /* Enter the more specific element (div) selector on non-anchor hovers for IE5.x to comply with the older version of csshover.htc - V1.21.041022. It improves IE's performance speed to use the older file and this method */ div#menu h2:hover { background:#000 url(/css/images/expand3.gif) no-repeat -999px -9999px; } div#menu li:hover { cursor:pointer; z-index:100; } div#menu li:hover ul ul, div#menu li li:hover ul ul, div#menu li li li:hover ul ul, div#menu li li li li:hover ul ul {display:none;} div#menu li:hover ul, div#menu li li:hover ul, div#menu li li li:hover ul, div#menu li li li li:hover ul {display:block;} /* End of non-anchor hover selectors */ /* Styling for Expand */ #menu a.x, #menu a.x:visited { font-weight:bold; color:#a00; background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%; } #menu a.x:hover { color:#a00; background:#000; } #menu a.x:active { color:#a00; background:#ccc; } #wrapper { background:#ccc; background-image: margine1.gif; background-repeat: repeat-x; width: 800px; margin: 0 auto; border-width:1px; border-style:solid; border-color:#000; } #continut { background: #fff; padding: 30px; font-family: verdana; font-size: 11px; line-height: 18px; color: #000; } #continut ul { padding-left: 60px; } #footer , #footer a { text-align: center; line-height: 20px; background: #99a; color: #fff; font-family: verdana; font-size: 10px; padding: 5px; } #breadcrumb { color: #ca8; padding: 15px; } #categorie h2 { font-size: 12px; font-style: bold; text-decoration: underline; line-height: 40px; } #subcat { line-height: 15px; padding-left: 40px; } #titlu { font-size: 14px; font-style: italic; font-weight: bold; line-height: 15px; }