BODY 		 { margin-top: 0 }
h1           { font-family: Trebuchet MS; font-weight: bold; font-size: 24pt; }
h2           { font-family: Trebuchet MS; font-weight: bold; font-size: 18pt }
h3           { font-family: Trebuchet MS; font-weight: normal; font-size: 14pt }
h4           { font-family: Trebuchet MS; font-weight: bold; font-size: 12pt }
h5           { font-family: Trebuchet MS; font-weight: bold; font-size: 17pt }
p            { font-family: Trebuchet MS; font-weight: normal; font-size: 10pt }
li           { font-family: Trebuchet MS; font-weight: normal; font-size: 10pt }
.links       { font-family: Trebuchet MS; font-weight: normal; font-size: 8pt }
.agate		 { font-family: Trebuchet MS; font-weight: bold; font-size: 8pt }
.12			 { font-family: Trebuchet MS; font-weight: bold; font-size: 12pt }

.menu{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Trebuchet Unicode MS", "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu ul{
	background:#454343;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu li{
		float:left;
		padding:0px;
		}
	.menu li a{
		background:#454343 url("images/separator.gif") bottom right no-repeat;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu li a:hover, .menu ul li:hover a{
			background: #2580a2 url("images/hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu li ul{
		background:#333333;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu li:hover ul{
		display:block;
		
		}
	.menu li li {
		background:url('images/sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu li:hover li a{
		background:none;
		
		}
	.menu li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu li ul a:hover, .menu li ul li:hover a{
			background:#2580a2 url('images/hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu p{
		clear:left;
		}
		
.menu-green{
	border:none;
	border:0px;
	margin:0px;
	padding:0px;
	font: 67.5% "Trebuchet Unicode MS", "Lucida Sans Unicode", "Bitstream Vera Sans", "Lucida Grande", Verdana, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	}
.menu-green ul{
	background:#006600;
	height:35px;
	list-style:none;
	margin:0;
	padding:0;
	}
	.menu-green li{
		float:left;
		padding:0px;
		}
	.menu-green li a{
		background:#006600 url("images/Green-separator.gif") bottom right no-repeat;
		color:#ffffff;
		display:block;
		font-weight:normal;
		line-height:35px;
		margin:0px;
		padding:0px 25px;
		text-align:center;
		text-decoration:none;
		}
		.menu-green li a:hover, .menu-green ul li:hover a{
			background: #663300 url("images/Green-hover.gif") bottom center no-repeat;
			color:#FFFFFF;
			text-decoration:none;
			}
	.menu-green li ul{
		background:#006600;
		display:none;
		height:auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:225px;
		z-index:200;
		/*top:1em;
		/*left:0;*/
		}
	.menu-green li:hover ul{
		display:block;
		
		}
	.menu-green li li {
		background:url('images/Green-sub_sep.gif') bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:225px;
		}
	.menu-green li:hover li a{
		background:none;
		
		}
	.menu-green li ul a{
		display:block;
		height:35px;
		font-size:12px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.menu-green li ul a:hover, .menu-green li ul li:hover a{
			background:#663300 url('images/Green-hover_sub.gif') center left no-repeat;
			border:0px;
			color:#ffffff;
			text-decoration:none;
			}
	.menu-green p{
		clear:left;
		}