/* CSS Document */
#bg, #bg table, #bg td {
    width:100%;
    height:100%;
    overflow:hidden;
}

#bg div {
    position:absolute;
    width:200%;
    height:200%;
    top:-50%;
    left:-50%
}

#bg td {
    vertical-align:middle;
    text-align:center
}

#bg img {
    min-height:50%;
    min-width:50%;
    margin:0 auto
}

html, body {
    width:100%;
    height:100%;
    overflow:hidden;
}

#wrapper {
    position:absolute;
    top:0;
    left:0;
    z-index:2;
    width:100%;
    height:100%;
}
body {
	color: #000000;
	font-size: 12px;
	font-family: Helvetica;
	font-weight: normal;
	background-color: #FFFFFF;
	font-stretch: wider;
	margin:0;
	padding:0;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;	
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.style2 {color: #000000; font-size: 18px; font-family: Helvetica; font-weight: normal; }

.style3 {color: #000000; font-size: 14px; font-family: Helvetica; font-weight: normal; }

.style4 {color: #990000; font-size: 12px; font-family: Helvetica; font-weight: normal; }

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

ul li {
	position: relative;
	}

li ul {
	position: absolute;
	left: 149px;
	top: 0;
	display: none;
	}

ul li a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	background: #fff;
	padding: 5px;
	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: 150px;
	}

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;
if (node.nodeName=="LI") {
node.onmouseover=function() {
this.className+=" over";
  }
  node.onmouseout=function() {
  this.className=this.className.replace»
	(" over", "");
   }

window.onload=startList;


    </style>
