/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/hover_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#menu
{
	/*border: 1px dotted green;*/
	list-style-type: none;
	padding: 0;
	padding-left: 165px;
	margin: 0;
	height: 35px;
	width: 833px;
	background: #d0d1d2 url(../images/topline.jpg) repeat-x;
	z-index: 9999;
}
#menu ul { list-style-type: none; padding: 0; margin: 0; }
#menu li { float: left; margin: 0; position: relative; }
#menu ul li { background-color: #d0d1d2; }

/*#menu li.sub {background:#baa;}*/

/* for IE5.5 and IE6 only */
#menu table { border-collapse: collapse; position: absolute; top: 0; left: 0; z-index: 80; font-size: 1em; }

#menu li a { display: block; color: #333333; line-height: 35px; text-decoration: none; text-align: left; padding-left: 15px; padding-right: 15px; }
#menu ul li a { display:block; color:#333333; line-height: 25px;  text-decoration:none; text-align:left; padding-left: 15px; padding-right: 5px; width:170px;}
/* top level links */

#menu :hover { color: #ffffff; background: #7b7c7e url(../images/topline.jpg) repeat-x; }
#menu :hover > a { color: #ffffff; background: #7b7c7e url(../images/topline.jpg) repeat-x; }
/*
#btn_ueberuns a
{
	width: 138px;
	text-align: center !important;
}
#btn_ueberuns li a
{
	width: 148px;
	text-align: left !important;
}
#btn_ueberuns ul li a:hover
{
	width: 148px !important;
}

#btn_therapieangebote a
{
	width: 217px;
	text-align: center !important;
}
#btn_therapieangebote li a
{
	width: 227px;
	text-align: left !important;
}
#btn_therapieangebote ul li
{
	width: 247px;
}

#btn_aktuelles a
{
	width: 190px;
	text-align: center !important;
}
#btn_aktuelles li a
{
	width: 200px;
	text-align: left !important;
}

#btn_service a
{
	width: 168px;
	text-align: center !important;
}
#btn_service li a
{
	width: 178px;
	text-align: left !important;
}
*/

/* sub level links */

#menu ul :hover { color: #ffffff; background: #7b7c7e; }
#menu ul :hover > a { color: #ffffff; background: #7b7c7e; }


#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {position:absolute; left:-9999px; width: 128px; }

#menu :hover ul{left:0; top: 35px; background: url(../images/transparent.gif); z-index: 100; } /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:187px; top:0;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:0;}

/* aktiver Menüpunkt schwarz */
#menu li a.active { color: #ffffff; background: #7b7c7e url(../images/topline.jpg) repeat-x; }
