body
{
background-image:url('home.JPG');
background-color:#cccccc;
background-norepeat;
ba
}
#navigation  { font-size:0.75em; width:300px;
					font-family: Verdana;
					}
#navigation ul {margin:0px; padding:0px;}
#navigation li { list-style:none;}

ul.top-level {background:#555;}
ul.top-level {
	border-bottom: #fff solid;
	border-top: #fff solid;
	border-width: 1px;
}

#navigation a {
	color: #fff;
	cursor: pointer;
	display:block;
	height:25px;
	line-height: 25px;
	text-indent: 10px;
	text-decoration:none;
	width: 100%;
}

#navigation a:hover {
	text-decoration:underline;	
}

#navigation li:hover {
	background: #f90;
	position:relative;
}

ul.sub-level {
	display:none;
}

li:hover .sub-level {
	background: #999;
	border: #fff solid;
	border-width: 1px;
	display: block;
	position: absolute;
	left: 150px;
	top: 5px;
}

ul.sublevel li {
	border: none;
	float:left;
	width:300px;
}

/*second level*/
#navigation .sub-level{
	background: #999;
	width:300px;
}

/*third level*/
#navigation .sub-level .sub-level {
	background: #09c;
}

/*reset styles*/
li:hover .sub-level .sub-level {
	display:none;
}

.sub-level li:hover .sub-level {
	display:block;
}
.H1
	font 
		color:white;
}
	