﻿


BODY
{
background-image:url('bkgrnd.jpg');
behavior: url("help.htc");
}



#menu {


float: left;
	z-index:200;
}



#menu ul {

list-style: none;
margin: 0;
padding: 0;
width: 150px;
float: left;
}

#menu a, #menu h2 {
display: block;
margin: 0;
padding: 3px 6px;	

}

#menu h2 {
color: #fff;
text-align:center;
}

#menu a {
color: #fff;
background: #000;
text-decoration: none;
font-weight:bold;
}

#menu a:hover {
color: #E37613;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font-size: 7pt;
font-family:Verdana, sans-serif;
}