/* The following set the rules for pop up menu, this is used only for the sidebar only*/ #menu { width: 10em; } #menu ul { list-style: none; margin: 0; padding: 0; text-align: right; } #menu a:hover{ color:#cc9900; } #menu li:hover{ color:#cc9900; } #menu a, #menu li{ display: block; margin: 0; padding: 2px 3px; text-decoration: none; color: #ffffff; background-color: #990000; } #menu li {position: relative;} #menu ul ul{ position: absolute; top: 0; left: 100%; width: 80%; text-align:left; } div#menu ul ul, div#menu ul li:hover ul ul {display: none; border: thin solid #000000 } div#menu ul li:hover ul {display: block;} div#menu ul ul ul, div#menu ul ul li:hover ul ul {display: none;} div#menu ul ul li:hover ul {display: block;}