/* CSS Document */
body{font-family:Calibri, sans-serif;font-size:.9em}
#page{width:600px;margin:0 auto}
pre{background:#f5f5f5;padding:5px}
h1 small{font-size:15px}
a{color:#00c;text-decoration:underline}
a:hover{text-decoration:none}
.footer{text-align:center;clear:both;padding-top:3em;font-size:11px}


.ed1{background:#fff}
.ed1 ul, .ed1 li{list-style:none;margin:0;padding:0}
.ed1 ul li{display:block;float:left;position:relative}
.ed1 ul li a{display:block;height:20px;line-height:20px;padding:5px 15px;border:0px solid #aaa;margin-left:-1px;color:#555;text-decoration:none;font-size:1.4em;font-weight: bold;}
.ed1 ul li.hover a{background:#eee}
.ed1 ul li.hover a:hover{color:#059}
.ed1 ul li.hover ul a{background:#fff;color:#555}
.ed1 ul ul{position:absolute;top:32px;z-index:2}
.ed1 ul ul li{float:none}
.ed1 ul ul li a{margin:-1px 0 0 -1px;display:block;width:150px;font-size:1.2em;font-weight: normal;}
.ed1 ul ul li a:hover{background:#f5f5f5}
.nojs .ed1 ul ul{display:none}