/*div#navigation {
	position: relative;
	left: -17px;
	top: 0px;
    width:749px;
	height:33px;
	background: url(../img/default/bg/bg_navigation.gif) repeat-x 0 0;
	z-index: 50;
}*/

#mtmenu {
    position: absolute;
/*    left:10px;*/
    top:0;
	padding: 0;
	height: auto;
	z-index: 51;
}

#mtmenu li#main {
	float: left;
	list-style: none;
	height:33px;
	min-width:60px;
	text-align:center;
	display: block;
	z-index: 999;
	border-left: 2px solid #fff;
	
}

#mtmenu li#main:hover { 
	background-image:url(../img/default/core/core-dd-background_active.jpg);
	background-repeat:repeat-x;
	
	
}

#mtmenu li#main:hover a { 
background-image:url(../img/default/core/core-dd-background_active.jpg);
color: #fff !important;
background-repeat:repeat-x;

}

#mtmenu li#main.active { 
	background-image:url(../img/default/core/core-dd-background_active.jpg);
	background-repeat:repeat-x;
	
}

#mtmenu li#main a {
	display: block;
	text-decoration: none;
	color: #FFF !important; 
	white-space: nowrap;
	height: 33px;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height:32px;
    z-index: 1000;
	background-image:url(../img/default/core/core-dd-background.jpg);
	background-repeat:repeat-x;
	padding: 0 5px 0 5px;
	

}

#mtmenu li#main a:hover
{	color: #159dcf;}

#mtmenu li#main a.active { 
	background: url(../img/default/core/core-dd-background_active.jpg) repeat-x;
	color: #159dcf !important;
}
/**********************************SUBMENUE***********************************************/	
		#mtmenu li#main ul
		{	margin: 0;
			padding: 0;
			position: absolute;
			/*visibility: hidden;*/
			display: none;
			z-index: 150;
		}
		/* kann auch in die entsprechenden IE CSS Dateien gelegt werden */

		* html #mtmenu li#main ul {
			/*background-color: #9c0105;*/
			width: 165px;
			text-align: left;
		}
		#mtmenu li#sub
		{	float: none;
			display: inline;
			border-left: none;
			border-right: none;
			background: none;
			background-color: transparent !important;
			z-index: 1500;
		}
		
		#mtmenu li#sub:hover {
			background: white;
		}
		
		
		#mtmenu li#sub a
		{	background-color: #199cd0 !important;
			filter:alpha(opacity=70); /* Internet Explorer */
			-moz-opacity: 0.70; /* Mozilla Browser */
			opacity: 0.70; /* Opera */
			display: block;
			float: none;
			padding: 0 10px;
			position: relative;
			border: none;
			/*color:#8ecee7;*/
			background-image: none !important;
			height: 30px;
			text-align:left;
			line-height: 32px;
			font-size: 10px !important;
         z-index:1501;
			
		}
		
		#mtmenu li#sub a:hover {
			background-color: #199cd0 !important;
			color: #fff !important;
			filter:alpha(opacity=100); /* Internet Explorer */
			-moz-opacity: 1; /* Mozilla Browser */
			opacity: 1; /* Opera */
			background-image: none;
			border-top: 1px solid #159dcf;
			border-bottom: 1px solid #159dcf;
			height: 28px !important;
			line-height: 30px !important;
		}
