body {
	margin:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: left;
	padding: 0px;
	z-index: 100;
}
#navcontainer {
	height: 26px;
	width: 796px;
	position: relative;
	z-index: 1000;
}

ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {
	display:block;
	color:#2D3A40;
	text-decoration:none;
}
ul.menu li {
	position:relative;
	float:left;
}
ul.menu ul {
	position:absolute;
	top:26px;
	left:0;
	display:none;
	opacity:0;
	list-style:none;
	background-color: #D7E6EC;
}
ul.menu ul li {
	position:relative;
	width:160px;
	margin:0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
ul.menu ul li a {
	display:block;
	background-color:#D7E6EC;
	padding-top: 3px;
	padding-bottom: 5px;
	padding-left: 11px;
}
ul.menu ul li a:hover {
	background-color:#D7E6EC;
	text-decoration: underline;
	color: #F60;
}
ul.menu ul ul {
	left:160px;
	top:-1px
}
ul.menu .menulink {
	width:auto;
	padding-top: 5px;
	padding-right: 9px;
	padding-bottom: 7px;
	padding-left: 9px;
	font-weight: bold;
}

ul.menu .menulink:hover, ul.menu .menuhover {
	background-color: #D7E6EC;
	color: #F60;

}

ul.menu .sub {
	background-color: #D7E6EC;
	background-image: url(../Pict/arrow.gif);
	background-repeat: no-repeat;
	background-position: 150px 8px;
}
ul.menu .topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#clear {
	clear: both;
}
