/* graphical menu codes */

#topmenu ul {
	list-style: none;
   width: 960px;
	height:48px;
	padding:0;
	margin: 0;
   position: relative;
	margin: 0 0 0 8px;
	overflow: hidden;
   }

#topmenu li {
   display: inline;
   position: absolute;
}


#topmenu li a{
	float: left;
	font-size:11px;
	line-height: 14px;
	white-space: nowrap;
	text-transform: uppercase;
	text-align:center;
	padding: 0 0 0 0;
	text-indent:960px;
	overflow:hidden;
	height:48px;
}

#topmenu li a:hover {
	color: #bceffa;
	}
a.on {
	color: #bceffa;
	}
	
#topmenu a {
	color: #ffffff;
	text-decoration: none;

}
#topmenu a:hover {
	color: #bceffa;
	text-decoration: none;
}	
	
	
.about_off {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
width:133px;
}

.about_on {
background: url("/graphics/topmenu.gif") 0 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.health_off {
background: url("/graphics/topmenu.gif") -133px 0 no-repeat;
width:167px;
}

.health_on{
background: url("/graphics/topmenu.gif") -133px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.hospice_off {
background: url("/graphics/topmenu.gif") -300px 0 no-repeat;
width:119px;
}

.hospice_on{
background: url("/graphics/topmenu.gif") -300px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.volunteers_off {
background: url("/graphics/topmenu.gif") -419px 0 no-repeat;
width:143px;
}

.volunteers_on{
background: url("/graphics/topmenu.gif") -419px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.locations_off {
background: url("/graphics/topmenu.gif") -562px 0 no-repeat;
width:133px;
}

.locations_on{
background: url("/graphics/topmenu.gif") -562px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.programs_off {
background: url("/graphics/topmenu.gif") -695px 0 no-repeat;
width:133px;
}

.programs_on{
background: url("/graphics/topmenu.gif") -695px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.providers_off {
background: url("/graphics/topmenu.gif") -828px 0 no-repeat;
width:132px;
}

.providers_on{
background: url("/graphics/topmenu.gif") -828px 0 no-repeat;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}





ul.dropdown {
list-style: none;
margin: 0;
padding: 0;
border: none;
z-index:10000;
position:relative;
}

ul.dropdown li span {
display: block;
_display:inline-block;
text-decoration: none;
}
ul.dropdown li a {
display: block;
position: relative;
_display:inline-block; /* so IE doesn't add space between elements */
_width: 83%; /* makes block fill width in IE */
padding: 6px 10px 6px 10px;
font-size: 13px;
color: #ffffff;
text-decoration: none;
border-bottom:1px solid #b4bcaa;

}


ul.dropdown li a:hover{
color: #ffffff;
background: #1685c4;
	text-decoration: none;
}


#about_submenu {
	width:180px;
	padding: 5px 0;
	background: #828f71;
	position: absolute;
	top: 56px;
	left: 11px;
	display: none;
	z-index:1000;
	border-top:1px solid #b4bcaa;
}

#health_submenu {
	width:180px;
	padding: 5px 0;
	background: #828f71;
	position: absolute;
	top: 56px;
	left: 144px;
	display: none;
	z-index:1000;
	border-top:1px solid #b4bcaa;
}

#hospice_submenu {
	width:180px;
	padding: 5px 0;
	background: #828f71;
	position: absolute;
	top: 56px;
	left: 311px;
	display: none;
	z-index:1000;
	border-top:1px solid #b4bcaa;
}
