@charset "UTF-8";


ul.dropdown {
margin-top: 2px;
 font-weight: bold;
}

ul.dropdown li {
	 border-style: none;
	 color: #000;
	 padding-right: 10px;
}

/* -- level mark -- */

ul.dropdown ul {
	 width: 190px;
	 margin-top: 1px;
	}

ul.dropdown ul li {
		 font-weight: normal;
		}

/* @group home */

ul#nav.dropdown li.home:hover a{
	color: #fff;
}

/* @end */

/* @group treatment */


ul#nav.dropdown.dropdown-horizontal li a{
	color: #434343;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	display: block;

}

ul#nav.dropdown li.treatment:hover a{
	color: #fff;
	background-color: #7bb3e4;
	
}

.psychotherapy, .couples, .sex, .sleep, .children, .teens, .family{
	width: 190px;

}

ul#nav.dropdown li.psychotherapy:hover a, ul#nav.dropdown li.couples:hover a, ul#nav.dropdown li.sex:hover a, ul#nav.dropdown li.sleep:hover a, ul#nav.dropdown li.children:hover a, ul#nav.dropdown li.teens:hover a, ul#nav.dropdown li.family:hover a {
	color: #434343;
	background-color: #699ac1;
}


/* @end */
	
	
/*
ul.dropdown li.hover,
	ul.dropdown li:hover {
	 background-color: #eee;
	}

ul.dropdown li {
	 padding: 7px 10px;
	 border-style: none;
	 
	}



ul.dropdown li.hover,
ul.dropdown li:hover {
	 background-color: #699ac1;
	 color: #000;
	}

	ul.dropdown a:link,
	ul.dropdown a:visited	{ color: #fff; }
	ul.dropdown a:hover		{ color: #fff; }
	ul.dropdown a:active	{ color: #fff; }

/* @group get rid of */

/* @group biography */

ul#nav.dropdown li.biography:hover a {color: #fff;}

/* @end */

/* @group contact */

ul#nav.dropdown li.contact:hover a {color: #fff;}

/* @end */

/*




*/

/* @end */

/* @group Not Needed for Now */

/* @group credits */

/*-------------------------------------------------/
 * @section		Base Drop-Down Styling
 * @structure	ul (unordered list)
 *				ul li (list item)
 *				ul li a (links)
 *				/*\.class|(li|a):hover/
 * @level sep	ul
 */

/** 
 * Default CSS Drop-Down Menu Theme
 *
 * @file		default.css
 * @name		Default
 * @version		0.1
 * @type		transitional
 * @browsers	Windows: IE5+, Opera7+, Firefox1+
 *				Mac OS: Safari2+, Firefox2+
 *
 * @link		http://www.lwis.net/
 * @copyright	2008 Live Web Institute. All Rights Reserved.
 *
 * Module Classes: *.dir {} *.on {} *.open {} li.hover {} li.first {} li.last {}
 * Expected directory tag - li
 *
 */



/* @end */

/*-------------------------------------------------/
 * @section		Support Class `dir`
 * @level sep	ul, .class
 */


ul.dropdown *.dir {
 padding-right: 20px;
 background-image: url(images/nav-arrow-down.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}


/* -- Components override -- */

ul.dropdown-horizontal ul *.dir {
 padding-right: 15px;
 background-image: url(images/nav-arrow-right.png);
 background-position: 100% 50%;
 background-repeat: no-repeat;
}

ul.dropdown-upward *.dir {
 background-image: url(images/nav-arrow-top.png);
}

ul.dropdown-vertical *.dir,
ul.dropdown-upward ul *.dir {
 background-image: url(images/nav-arrow-right.png);
}

ul.dropdown-vertical-rtl *.dir {
 padding-right: 10px;
 padding-left: 15px;
 background-image: url(images/nav-arrow-left.png);
 background-position: 0 50%;
}





/* @end */






