body {
    padding-right: 5em;
    font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
    color: #999999;
    background-color: #333333;
	}

img { 
border: 0px solid; 
}

p {font-family: Verdana, Arial, sans-serif; size: 13px;}

ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5em;
	left: 3em;
	width: 1em;
	}

h3 {
  	font-family: Verdana, Arial, sans-serif;
  	margin-left: 300;
  	top: 9em;
	left: 3em;
	right: 25em;
	}
	
h4 {
  	font-family: Verdana, Arial, sans-serif;
  	margin-left: 300;
  	top: 9em;
	left: 3em;
	right: 25em;
	}	

ul li {
        position: relative;
       }

	
li ul {
        position: absolute;
        left: 149px;
        top: 0;
        display: none;
        }
		
ul li a {
        display: block;
        text-decoration: none;
        color: #666666;
        background: #333333;
        padding: 5px;
        border: 1.5px solid #666666;
        border-bottom: 0;
        }
		
/* formats body content, not the navigation */
.bodycontent {
			  margin-left: 190;
		      top: 90;
			}

.headertext {font-size: 23px;}
			
		
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; }
* html ul li a { height: 1%; }
/* End */


ul {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 150px;
        border-bottom: 1.5px solid #999999;
        }
li:hover ul { display: block; }

startList = function() {
if (document.all&&document.getElementById) {
navRoot = document.getElementById("nav");
for (i=0; i<navRoot.childNodes.length; i++) {
node = navRoot.childNodes[i];
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replaceČ
        (" over", "");
   }
   }
  }
 }
}
window.onload=startList;



}
  h1 {
    font-family: Verdana, Geneva, Arial,
          SunSans-Regular, sans-serif; }
	l.navbar li {
    background: #333333;
    margin: 0.5em 0;
    padding: 0.3em;
    border-right: 1em solid black; }
  ul.navbar a {
    text-decoration: none }
  a:link {
    color: #999999;}
  a:visited {
    color: #999999;}
