/* ================================================================ 
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.
=================================================================== */

#menuleft
{
	/*border: 1px dotted green;*/
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menuleft ul { list-style-type: none; padding:0; margin:0; }
#menuleft li { line-height: 25px; } 
/*#menuleft li { margin: 0px 0px 0 0; position:relative;}*/

#menuleft li a { color:#ffffff; text-decoration: none; }
#menuleft li a:hover { text-decoration: underline; }
/* aktiver Menüpunkt schwarz */
#menuleft>li a.active { color: #000000; }
