/* CSS Document */

body { font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#666666;
	background-color: #000000;
}
h3 {
	font-size: small;
	font-weight: normal;
	padding-top: 0px;
	padding-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 0.5em;
}
h4 {
	font-size: medium;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 200px;
	word-spacing: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 10px;
}
h5 {
	font-size: x-small;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: "Courier New", Courier, monospace;
	margin-top: 4px;
	margin-bottom: 4px;
	color:#666666;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight: normal;
	color: #666666;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
}
.imgspace {
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#footer {
	font-size: xx-small;
	color:#666666;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 10px;
}
.vidinfo {
	font-family: "Courier New", Courier, monospace;
	font-size: xx-small;
	padding-top: 200px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 200px;
}
a:link {
	text-decoration: none;
	color:#999999;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	color : #ffffff;
	text-decoration: none;
	background-color: #cccccc;
}
a:active, a:focus {
	background-color : 999999;
	text-decoration: none;
	color: #ffffff;
}

div#container { width : 1040px;
margin : 0 auto;
padding : 20px;
text-align : left;
position : relative; }

div#content { 
float : right;
width : 950px;
margin : 0;
padding : 0;
txt-align : left;
}
div#content_sub { 
float : left;
width : 800px;
margin : 0;
padding : 0;
}
div#navigation { 
float : left;
width : 50px;
margin : 0;
padding : 0; 
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	}
	
	ul li {
	position: relative;
	}
	
	li ul {
	position: absolute;
	left: 99px;
	top: 0;
	display: none;
	}
	
	ul li a {
	display: block;
	text-decoration: none;
	color:#777;
	background: #000;
	padding: 5px;
	border: none;
	border-bottom: 0;
	}
	
	/* 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: 100px;
	border-bottom: none;
	}	
	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;

li:hover ul, li.over ul { 
	display: block; }
	
	<ul id="nav">	
	
	/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ol {
	font-family: "Courier New", Courier, monospace;
	font-size: x-small;
	list-style-type: none;
}
.vidspace {
	padding: 0px;
	letter-spacing: 100px;
}
