.hmenu{
	margin:0px;
	background-color: #000000;
	width: 100%;
	position: relative;
	left: 0px;
	top: 0px;
	z-index: 1;
	
	}
	
	
.hmenu ul{
	height:30px;
	list-style:none;
	margin: 0px;
	padding:0px;
	font: Verdana, Geneva, sans-serif;
	letter-spacing: 1px;
	font-size: 11px;
	font-weight: bold;
	background-image: #ffffff url(http://www.schultzcenter.org/img/seperator.gif);
	background-repeat: no repeat;
	
	}
	
	
	.hmenu li{
		float: left;
		padding:0px;
		}
		
		
	.hmenu li a{
		background:#000000 url(http://www.schultzcenter.org/img/seperator.gif) no-repeat;
		color:#ffffff;
		display:block;
		font-weight:bold;
		line-height:30px;
		margin:0px;
		padding:0px 14px;
		text-align:center;
		text-decoration:none;
		}
	.hmenu li a:hover{
	color: #ffffff;
	text-decoration:none;
	background-color: #0066cc;
	background-image: url(http://www.schultzcenter.org/img/hover.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
				}
	
	
	
	
	.hmenu li ul{
		
		background:#000000;
		display:none;
		height:Auto;
		padding:0px;
		margin:0px;
		border:0px;
		position:absolute;
		width:250px;
		z-index:250;
		border-top: solid thin #fff;
		/*top:1em;
		/*left:0;*/
		}
		
		.hmenu li > ul{	
		top: auto;
		left: auto;
		}
		
		
		
	.hmenu li:hover ul, li.over ul{
		display:block;
		
		}
	.hmenu li li {
		background:url(http://www.schultzcenter.org/img/sub_sep.gif) bottom left no-repeat;
		display:block;
		float:none;
		margin:0px;
		padding:0px;
		width:250px;
		
		}
	.hmenu li:hover li a{
		background:none;
		color: #ffffff;
		}
	.hmenu li ul a{
		display:block;
		height:30px;
		font-size:11px;
		letter-spacing: 1px;
		font-style:normal;
		margin:0px;
		padding:0px 10px 0px 15px;
		text-align:left;
		}
		.hmenu li ul a:hover, .hmenu li ul li:hover a{
			background:#e5e9ee url(http://www.schultzcenter.org/img/hover_sub1.gif) center left no-repeat;
			border:0px;
			color: #0066cc;
			text-decoration: none;
			}
	.hmenu p{
		clear: left;
		}	

		
