.white a:link { text-decoration: none; font-size:16px; color: #fff; } .white a:visited { text-decoration: none; font-size:16px; color: #fff; } #strapline{position:absolute; top:6; right:20%; } .white a:hover { text-decoration: none; text-shadow: -1px 1px 1px #; background-color:#036aca; background-color: cornflowerblue; box-shadow: 3px 2px 2px #036aca; -webkit-box-shadow: 3px 2px 2px #036aca; -moz-box-shadow: 3px 2px 2px #036aca; filter: progid:DXImageTransform.Microsoft.dropShadow(color=#036aca, offX=3, offY=4, positive=true); color: #fff; } .white a:active { text-decoration: none; color: #fff; } #header7{ background-image:url(/static/dblue2.png); background-attachment:inherit; margin: 0px auto -1px auto; top: 0px; position:fixed; width:100%; left: 0px; } #bar7{ top:25px; position:absolute; font-family: Arial, Helvetica, sans-serif; font-size: 16px; left: 170px; margin-left: 1%; margin-right: 8%; letter-spacing: -1px; z-index: 999; } #logout7{ top:2px; position:relative; font-size:12px; margin-right: 5px; float:right; z-index: 999; line-height:1.5; font-family: Arial, Helvetica, sans-serif; font-weight: normal; } #logout7 a{font-size:12px; } #logout7 a:hover{font-size:12px; } #logo7{ top:20px; margin-left: 15px; margin-right: 10%; z-index:1000; float:left; margin-top: 4px; } #rapper7{ top: 0px; left:0px; position:absolute; width: 100%; height: 62px; z-index: 1000; } .btnav { border: 0px #000000 solid;} body { z-index:0; } /* CSS Document */ #menuh-container { position: absolute; top:-0; left:10; width:auto; } #menuh { width:auto; } #menuh a { text-align: center; margin:0; } #menuh a:link, #menuh a:visited, #menuh a:active /* menu at rest */ { color: white; text-decoration:none; } #menuh a:hover /* menu on mouse-over */ { color: white; background-color: cornflowerblue; text-decoration:none; } #menuh a.top_parent, #menuh a.top_parent:hover /* attaches down-arrow to all top-parents */ { background-position: right center; width:;0; background-repeat: no-repeat; } #menuh a.parent, #menuh a.parent:hover /* attaches side-arrow to all parents */ { background-image: url(/static/nav_white.gif); background-position: right center; background-repeat: no-repeat; } #menuh ul { width:9em; /* width of all menu boxes */ /* NOTE: For adjustable menu boxes you can comment out the above width rule. However, you will have to add padding in the "#menh a" rule so that the menu boxes will have space on either side of the text -- try it */ } #menuh li { position:relative; /* Sophie Dennis contribution for IE7 */ vertical-align: bottom; /* Sophie Dennis contribution for IE7 */ } #menuh ul ul { top:auto; display:none; padding: 1em; margin:-15 -3 -3em; } #menuh ul ul ul { top:0; left:100%; } div#menuh li:hover { cursor:pointer; z-index:100; } div#menuh li:hover ul ul, div#menuh li li:hover ul ul, div#menuh li li li:hover ul ul, div#menuh li li li li:hover ul ul {display:none;} div#menuh li:hover ul, div#menuh li li:hover ul, div#menuh li li li:hover ul, div#menuh li li li li:hover ul {display:block;} /* End CSS Drop Down Menu */