/*--------------------------------------------------*/
/* Web Design Example CSS Document */
/*--------------------------------------------------*/
/* PageID:style.css */
/* Author:JH */
/* Last Revision:01/03/05 */
/* IV Design (ivdzynx@aol.com) */
/*--------------------------------------------------*/

body {
	background-image: url(drew site/images/bk_gall2.jpg);
	background-repeat:no-repeat;
background:#000;
background-width:720px;
background-height:480px;
background-repeat:no-repeat;
background-position:0px 0px 0px 0px;
margin:0; 
padding:0px 0px 0px 0px; 
font-family:helvetica, arial, sans-serif;
}


#container {
	position: absolute;
	margin: 0 auto;
	width: 100px;
	text-align: left;
	top: 458px;
	left:20px;
	font-family:century gothic;
	height: 44px;
	z-index: 22;
	visibility: visible;
}

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


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

ul {
 margin: 0px 0px 0px 0px;
 padding:0;
 list-style: none;
 width:80px;
 border-top:1px solid #533;
 border-bottom:1px solid #533;
 }

li:hover ul, li.over 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", "");
}



 /* CSS Document */
