@charset "utf-8";
/* CSS Document */
* 
{
	margin:0;
	padding:0;	
}

body
{
	font: 15px PMingLiU, sans-serif;	
	letter-spacing: 1px;
}

* html body
{
	letter-spacing: normal;
}

ul
{
	list-style-type: none;
}

a:link
{
	color: #000000;	
}

a:visited
{
	color: #000000;
}

a:hover
{
	text-decoration: underline;
	color: #FF0000;
}

/* CSS ids */
#top, #top2
{
	width: 100%;
	border-bottom: 1px solid black;
}

/* End of CSS IDS */

/* CSS Classes */
.imgFloatLeft, .imgFloatLeft2
{
	float: left;	
}


.imgFloatLeft2
{
	border: 1px solid black;
	margin-right: 10px;
}

.clear
{
	clear: both;
}

img.bullet
{
	margin-right: 10px;
}

/* End of CSS Classes */

/*Top Header Navigation Bar */
ul#topLinks
{
	float: right;
}

ul.bgimage-switch, ul.bgimage-switch li
{
	padding: 0;
  	margin: 0;
  	text-align: left;  	
}

ul.bgimage-switch li
{
	float:left;
}

ul.bgimage-switch li a 
{
	text-align: center;
  	float: left;   	
  	line-height: 28px;
  	height: 40px;
  	text-indent: -5000px;
  	text-decoration: none;
  	background-position: 0 0;
}

ul.bgimage-switch li#homeLink a, ul.bgimage-switch li#otherLink a, ul.bgimage-switch li#otherServicesLink a
{
	margin: 0 20px;
}

ul.bgimage-switch li#homeLink a
{
	width: 87px;	
}

ul.bgimage-switch li#otherLink a
{
	width: 130px;	
}

ul.bgimage-switch li#otherServicesLink a
{
	width: 100px;	
}

ul#topLinks li a:hover
{
  background-position: 0 -36px;
/* the second number should be the negative height of the link. */
}

ul.bgimage-switch li#homeLink a 
{
	background-image: url("../Images/homeLink.jpg");
}

ul.bgimage-switch li#otherLink a
{
	background-image: url("../Images/otherLink.jpg");
}

ul.bgimage-switch li#otherServicesLink a 
{
	background-image: url("../Images/otherServicesLink.jpg");
}

/* Start of Dropdown Menu for otherLinks and  otherServices */
ul.bgimage-switch li#otherLink, ul.bgimage-switch li#otherServicesLink
{
	position: relative;
	z-index: 1;
}

ul.bgimage-switch li#otherLink:hover ul, ul.bgimage-switch li#otherLink.over ul, ul.bgimage-switch li#otherServicesLink:hover ul, ul.bgimage-switch li#otherServicesLink.over ul
{
	display: block;
}

ul.bgimage-switch li#otherLink ul, ul.bgimage-switch li#otherServicesLink ul
{
	position: absolute;
	left: 0px;
	top: 40px;
	display: none;
	border-bottom: 1px solid #CCC;
	width: 190px;
}

ul.bgimage-switch li#otherLink ul li#mentalHandicapped ul, ul.bgimage-switch li#otherLink ul li#smallGroups ul, ul.bgimage-switch li#otherLink ul li#mentalIllness ul, ul.bgimage-switch li#otherLink ul li#occupationalServices ul
{
	display: none;
	position: absolute;
	left: -198px;
	top: 0px
}

ul.bgimage-switch li#otherLink ul li#smallGroups ul
{
	top: 25px;
}

ul.bgimage-switch li#otherLink ul li#mentalIllness ul
{
	top: 50px;
}

ul.bgimage-switch li#otherLink ul li#occupationalServices ul
{
	top: 75px;
}	

ul.bgimage-switch li#otherLink ul li#mentalHandicapped:hover ul, ul.bgimage-switch li#otherLink ul li#mentalHandicapped.over ul, ul.bgimage-switch li#otherLink ul li#smallGroups:hover ul, ul.bgimage-switch li#otherLink ul li#smallGroups.over ul, ul.bgimage-switch li#otherLink ul li#mentalIllness:hover ul, ul.bgimage-switch li#otherLink ul li#mentalIllness.over ul, ul.bgimage-switch li#otherLink ul li#occupationalServices:hover ul, ul.bgimage-switch li#otherLink ul li#occupationalServices.over ul
{
	display: block;
}

ul.bgimage-switch li#otherLink ul li, ul.bgimage-switch li#otherServicesLink ul li
{
	float: none;
	border: 1px solid #CCC;
	border-bottom: 0;
	background-color:#FFF;
	padding: 3px;
	width: 190px;
	text-align: left;
}

ul.bgimage-switch li#otherServicesLink ul, ul.bgimage-switch li#otherServicesLink ul li
{
	width: 150px;
	left: -32px;
}

ul.bgimage-switch li#otherLink ul li a, ul.bgimage-switch li#otherServicesLink ul li a
{
	text-align: left;
  	float: none;   	
  	line-height: 0px;  	
  	text-indent: 0px;
  	text-decoration: none;
	background-image: none;
	margin: 0px;
}

ul.bgimage-switch li#otherLink ul li a:hover, ul.bgimage-switch li#otherServicesLink ul li a:hover, ul.bgimage-switch li#otherLink ul li.currentService a, ul.bgimage-switch li#otherServicesLink ul li.currentService a
{
	text-decoration: underline;
	color: #FF0000;
}

ul.bgimage-switch li#otherLink ul li.mentalHandicapped, ul.bgimage-switch li#otherLink ul li.smallGroups
{
	height: auto;
	text-indent: 0px;
	text-decoration: none;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.bgimage-switch li#otherLink ul li, * html ul.bgimage-switch li#otherServicesLink ul li
{ 
	float: left; 
	height: 1%; 
}
* html ul.bgimage-switch li#otherLink ul li a, * html ul.bgimage-switch li#otherServicesLink ul li a
{ 
	height: 1%; 
}
/* End */
/* End of Dropdown Menu for other services */



/*End of Top Header Navigation Bar */


