Body {
	width:100%;
	Height:100%;
	margin: 0px;
	z-index:0;
}

*{margin: 0; padding: 0;}

#PageContainer {
	width:800px;
	Height:100%;
	border:2px solid #a1a1b8;
	background-color: #c0c0c0;
	margin:0 auto;
}

#ContentContainer {
	width:772px;
	Height:100%;
	margin:0 auto;
	color: white;
	font:Arial, Helvetica, sans-serif;
}

#PageContainer1 {
	width:774px;
	min-Height:800px;
	margin: 8px auto;
	border: 2px solid white;
	}
	
#HeaderContainer {
	Width: 772px;
	Height: 236px;
	Margin: 0 auto;
	background-image:url(header.gif);
}

#menu {
	height: 30px;
	width: 100%;
	padding-left: 4px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
float: left;
display:inline;
}

#menu a {
font: 60% arial, helvetica, sans-serif;
display: block;
margin: 0 auto;
padding: 2px 3px;
width:122px;
float:left;
cursor:pointer;
}

#menu h2 {
color: #fff;
background: url(btn_bg.gif) no-repeat;
float:left;
height:30px;
text-align:center;
}

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu ul li h2 a { 
 color: #fff; 
 background: url(btn_bg.gif) no-repeat; 
 float:left; 
 height:30px; 
 } 
  
 #menu ul li h2 a:hover { 
 color: #fff; 
 background: url(btn_bg.gif) no-repeat; 
 float:left; 
 height:30px; 
 }
 
#menu a:hover {
color: #a00;
background: #fff;
}

#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
margin:30px 0 0 0;
}

#menu ul ul ul {
position:absolute;
width:124px;
background: #efefef;
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;}


