﻿<style type="text/css">
body{behavior:url(../cssHoverFix.htc);}

#navigation {
	float: left;
	width: 200px;
	font-size: 1em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	position: relative;
	display: inline;
	text-transform: uppercase;
}
	#navigation ul {
	background: #800000;
	margin: 0px;
	padding: 0px;
}
	ul.top-level {
	background-color: #800000;
}
		
		#navigation li { list-style: none; }
        ul.top-level li {
	border-bottom: #CCCCCC solid;
	border-top: #CCCCCC solid;
	border-width: 1px;
}
			#navigation a {
				color: #fff;
				cursor: pointer;
				display:block;				
				line-height: 35px;
				text-indent: 10px;					
				text-decoration:none;
				width:100%;
			}
			#navigation a:hover{ text-decoration:underline;	}
	        #navigation li:hover {
	background: #808080;
	position: relative;
}
        ul.sub-level { display: none; }
        li:hover .sub-level {
	background: #000000;
	z-index: 1000;
	border: #CCCCCC solid;
	border-width: 1px;
	display: block;
	height: auto;
	position: absolute;
	left: 175px;
	top: 5px;
}
        ul.sub-level li {
			border: none;
			float:left;
			width:300px;			 
        }
		#navigation .sub-level {
	background: #333333;
}
		#navigation .sub-level .sub-level { background: #09C; }
						
	/*IE RESET HELPER*/
	li:hover .sub-level .sub-level { display:none; }
	.sub-level li:hover .sub-level { display:block; }	
</style>
.caption1-green {
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	font-weight: 600;
	font-style: normal;
	color: #339933;
}
