/* Based partially on Matthew Carroll's keyboard accessible flavor of Suckerfish 
 * Dropdowns by Patrick Griffiths and Dan Webb. 
 * http://carroll.org.uk/sandbox/suckerfish/bones2.html
 */

/* ----[ LINKS ]----*/

/* all menu links */
#nav a, #subMenusContainer a {
	text-decoration:none;
	display:block;
	padding:0px 0px;
height:21px;
	color:#FFF;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
}

#teamsub a{background:#fc7c2a; width:101px; height:18px; font-size:11px;}
*+html #teamsub a{width:110px;} 
#teamsub a:hover {background:#F60;}
#behandlungsub a{ background:#8d8077;width:176px; height:18px; font-size:11px; font-weight:}
*+html #behandlungsub a{width:188px;} 
#behandlungsub a:hover{ background:#6f6259;}

#nav #home a {
background:#FFF;
border-bottom:1px solid #b7aba3;
	width:173px;
	height:16px;
	color:#b7aba3;
	padding-top:8px;
	font-weight:normal;
}
#nav #home a:hover {
	background:#FFF;
border-bottom:1px solid #b7aba3;
}
#nav #wie-wir-arbeiten a {
background:#FFF;
border-bottom:1px solid #3d85a6;
	width:173px;
	height:16px;
	color:#3d85a6;
	margin-top:32px;
	padding-right:2px;
	padding-top:4px;
	font-weight:normal;
}
#nav #wie-wir-arbeiten a:hover {
	color:#fff;
	background:url(../navigation/wie-wir-arbeiten_a.jpg) no-repeat;
}
#wie-wir-arbeitenm #wie-wir-arbeiten a {
	color:#fff;
	background:url(../navigation/wie-wir-arbeiten_a.jpg) no-repeat;
}
#nav #ganzheitliche a {
	background:#FFF;
border-bottom:1px solid #646567;
		width:173px;
	height:16px;
	color:#646567; margin-top:30px;
	font-weight:normal;
	font-size:12px;
		padding-right:2px;
		padding-top:4px;
}
#nav #ganzheitliche a:hover {
	color:#FFF;
	background:url(../navigation/genzheitliche-behandlung_a.jpg) no-repeat;
}
#ganzheitlichem #ganzheitliche a {
color:#FFF;
background:url(../navigation/genzheitliche-behandlung_a.jpg) no-repeat;
}
#nav #praxis a {
	background:#FFF;
border-bottom:1px solid #6ab023;
	width:173px;
	height:16px;
	color:#6ab023;
	margin-top:30px;
	font-weight:normal;			padding-right:2px;
		padding-top:4px;
}
#nav #praxis a:hover {
	color:#FFF;
		background:url(../navigation/praxis_a.jpg);
}
#praxism #praxis a {
color:#FFF;
		background:url(../navigation/praxis_a.jpg);
}
#nav #team a {
	background:#FFF;
border-bottom:1px solid #fc7c2a;
		width:173px;
	height:16px;
	color:#fc7c2a;
	margin-top:30px;
	font-weight:normal;			padding-right:2px;
		padding-top:4px;
}
#nav #team a:hover {
	color:#FFF;
	background:url(../navigation/team_a.jpg) no-repeat;
}
#team #team a {
color:#FFF;
	background:url(../navigation/team_a.jpg) no-repeat;
}
#nav #behandlung a {
	background:#FFF;
border-bottom:1px solid #8d8077;
		width:173px;
	height:16px;
	color:#8d8077;
	margin-top:30px;;
	font-weight:normal;			padding-right:2px;
		padding-top:4px;
}
#nav #behandlung a:hover {
	color:#FFF;
		background:url(../navigation/behandlung_a.jpg) no-repeat;
}
#behandlungm #behandlung a {
	color:#FFF;
		background:url(../navigation/behandlung_a.jpg) no-repeat;
}
#nav #links a {
	background:#FFF;
border-bottom:1px solid #7f2161;
		width:173px;
	height:16px;
	color:#7f2161;
	margin-top:30px;
	font-weight:normal;			padding-right:2px;
		padding-top:4px;
}
#nav #links a:hover {
	color:#FFF;
	background:url(../navigation/links_a.jpg) no-repeat;
}
#linksm #links a {
	color:#FFF;
	background:url(../navigation/links_a.jpg) no-repeat;
}
#nav #aktuell a {
	background:#FFF;
border-bottom:1px solid #ee7e82;
		width:173px;
	height:16px;
	color:#ee7e82;
	margin-top:30px;
	font-weight:normal;			padding-right:2px;
		padding-top:4px;
}
#nav #aktuell a:hover {
	color:#FFF;
	background:url(../navigation/aktuell_a.jpg) no-repeat;
}
#aktuellm #aktuell a {
color:#FFF;
	background:url(../navigation/aktuell_a.jpg) no-repeat;
}

/* Just main menu links --[for non-javascript users this applies to submenu links as well]*/
#nav a {
	margin:0px;
}
*+html #nav a {
	margin:-1px;
}
/* Just sub menu links */
#subMenusContainer a, #nav li li a {
	text-align:left;
	margin-top:1px;
	padding-top:2px;
	padding-left:2px;
}
/****************************/



/* Submenu Outer Wrapper - each submenu is inside a div with this class - javascript users only */
.smOW {
	display:none;
	position: absolute;
	overflow:hidden;
	/*the 2px left & right padding lets you have a 1px border 
	  on the ul or ol inside since overflow is set to hidden*/
	padding:0 0px;
	margin:0px 0 0 5px;
}
/* All submenu OLs and ULs */
#nav ol, #nav ul, #subMenusContainer ul, #subMenusContainer ol {
	/*border around submenu goes here*/
	left:0;
}
/* All ULs and OLs */
#nav, #nav ul, #nav ol, #subMenusContainer ul, #subMenusContainer ol {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}
/* List items in main menu --[for non-javascript users this applies to submenus as well]  */
#nav li a {
	/*great place to use a background image as a divider*/
	display:block;
	list-style:none;
	position:relative;
	color:#FFF;
}
#subMenusContainer li {
	list-style: none;
}
/* main menu ul or ol elment */
#nav {
	display:block;
	position: relative;
	list-style:none;
	width:156px;
	margin:0px;
	float:left;
	z-index:5;
	top:0px;
	left:0;
	text-align: right;
	display:block;
}
#subMenusContainer {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:0;
	overflow:visible;
	z-index:1000000000;
}
/* --------------------------[ The below is just for non-javscript users ]--------------------------*/
#nav li ul {
	left:0px;
}
#nav li li {
	float:none;
	margin-top:5px;
	margin-left:5px;
}
#nav li li a { /* Just submenu links*/
	position:relative;
	float:none;
	background:#0F0;
}
#nav li ul { /* second-level lists */
	position: absolute;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* third-and-above-level lists */
#nav li ul ul {
	margin: -1em 0 0 -1000em;
}
#nav li:hover ul ul {
	margin-left: -1000em;
}
/* lists nested under hovered list items */
#nav li:hover ul {
	margin-left: 186px;
	margin-top:-2.5em;
}
#nav li li:hover ul {
	margin-left: 10em;
}
/* extra positioning rules for limited noscript keyboard accessibility */
#nav li a:focus + ul {
	margin-left: 186px;
	margin-top:-2.5em;
}
#nav li li a:focus + ul {
	left:186px;
	margin-left: 1010em;
	margin-top:-2.5em;
}
#nav li li a:focus {
	left:186px;
	margin-left:1000em;
	width:10em;
	margin-top:-2.5em;
}
#nav li li li a:focus {
	left:186px;
	margin-left: 2010em;
	width: 10em;
	margin-top:-2.5em;
}
#nav li:hover a:focus {
	margin-left: 0;
}
#nav li li:hover a:focus + ul {
	margin-left: 10em;
}


/* IE 7 HACK*/
*+html #nav a  {
	text-decoration:none;
	display:block;
	padding:0px 0px;
height:21px;
	color:#FFF;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-right:30px;
			width:156px;

}
*+html #subMenusContainer a{
	text-decoration:none;
	display:block;
height:18px;
	color:#FFF;
	font-size:12px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	margin-right:20px;

		margin-top:-1px;
}
*+html #subMenusContainer li a{
	position:relative;
	margin-bottom:0px;;
}
