body {
	margin:0;
	padding:0;
	background:#666666;
}


A {
color: blue;
font-family: Verdana;
text-decoration: none;
}
A:hover {
color: red;
}
td {
font-family: Verdana;
font-size: 8pt;
}
.form_element {
font-family: Verdana;
font-size: 8pt;
color: #ffffff;
background-color: #000000;
}
.form_data {
font-family: Verdana;
font-size: 8pt;
color: #ffcc00;
background-color: #000000;
}
.content {
padding-bottom: 25px;
}


#menubar {
	font: bold 12px Tahoma, Verdana, Arial;
	padding-bottom:1px;
}
#menubar ul {
	margin:0;
	padding:0;
}
#menubar ul li {
	margin:0;
	padding:0;
	list-style:none;
	float:left;
	position: relative;
	text-align:left;
}
#menubar h2 {
	margin:0;
	padding:0;
	font: bold 12px Tahoma, Verdana, Arial;
}
#menubar a {
	color:#000000;
	text-decoration:none;
	padding:0 10px;
	height:20px;
	line-height:20px;
	display:block;
	float:left;
}
#menubar a:hover {
	background:#FFFFFF;
}


#menubar ul ul {
	position: absolute;
	z-index: 500;
	top: 100%;
	left: 0;
	border:1px solid #000000;
	width:150px;
}

html>body #menubar ul ul {
	width:auto;
}

#menubar ul ul li {
	display:block;
}
#menubar ul ul li a {
	width:150px;
	background:#000000;
	color:#FFFFFF;
	display:block;
	float:none;
}
#menubar ul ul li a:hover {
	background:#ffcc00;
	color:#000000;
}

#menubar ul ul ul {
	position: absolute;
	top: 100%;
	left: 0;
}

#menubar ul ul,
#menubar ul li:hover ul ul,
#menubar ul ul li:hover ul ul
{display: none;}

#menubar ul li:hover ul,
#menubar ul ul li:hover ul,
#menubar ul ul ul li:hover ul
{display: block;}

html ul li { float: left; height: 1%;}
html ul li a { height: 1%; }

#menubar li:hover ul, li.over ul { display: block; float:left;}




<!--[if lt IE 7]>
#menubar{float:none;}
body{behavior:url(csshover.htc); }
#menubar ul li{float:left; }
#menubar a{height:1%;font: bold 11px/16px arial, helvetica, sans-serif;}

<![endif]-->

.level1 {
	font: bold 12px Tahoma, Verdana, Arial;
}

