/*--------------------------------------------------*/
/* PageID:style.css */
/* Author:J s hladek */
/* Last Revision:01/13/05 */
/* IV DESIGN */
/*--------------------------------------------------*/
#container {
	position: absolute;
	margin: 0 auto;
	width: 74px;
	text-align: left;
	top:395px;
	left:29px;
	font-family:century gothic;
	height: 103px;
	z-index: 22;
	visibility: visible;
}

a:visited{color:#999;
border: none;
}
a:hover, a:active{
color:#930;
background-color: #ON;
border:0;
text-decoration:none;
}

body{
background:#000;}

ul {
margin: 0;
padding: 0;
list-style: none;
width: 150px;
 border-top:1px solid #533;
 border-bottom:1px solid #533;
}
ul li {
 postion: relative;
 }
 li ul {
	padding:0;
	position: absolute;
	left: 66px;
	top: 0px;
	display: none;
	height: relative;
	border:0;
 }
 ul li a {
 display: block;
 text-decoration: none;
 color: #999;
 background: none;
 padding: 3px;
 border:0;
 }

ul {
 margin: 0px 0px 0px 0px;
 padding:0;
 list-style: none;
 width:80px;

 }

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", "");
}
li.over ul  { text-decoration: none }li.over ul  { display: none; 
 } 
