@charset "utf-8";
/* CSS Document */

		/*this is the css for the horizontal version*/
		.horizontal ul{
			border: none;
			list-style-type: none;
			padding: 0;
			margin: 0px 0 0 0;
		}
		
		* html .horizontal ul li{
		width: 130px;
		}
		
		.horizontal ul li{
			float: left;
			position: relative;
			border-left: 0px #cfd0d2 solid;
			border-right: 1px #cfd0d2 solid;
			border-bottom: 1px #cfd0d2 solid;
			border-top: 1px #cfd0d2 solid;
		}
		.horizontal ul li a {
			font-family:Arial, Helvetica, sans-serif;
			color: #6e6e70;
			font-size:12px;
			font-weight:bold;
			display: block;
			margin:0;
			
			text-decoration: none;
			height: 12px;
			overflow: hidden;
			
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 4px;
			padding-bottom: 6px;
			
		}
		
		
		.horizontal li ul{
			margin: 0;
		}
		
		.horizontal li li{
			float: none;
			border-left: 1px #cfd0d2 solid;
			margin-bottom: -1px;
		}
		.horizontal li li.last{
			border-bottom: 1px #cfd0d2 solid;
		}
		.horizontal ul li ul{
			position: absolute;
			top: 22px;
			left: -1px;
			margin-top: -1px;
			
		}
		.horizontal ul ul ul{
			width: 130px;
			top: -1px;
			left: 128px;
			margin-top: 0;
		}
		.horizontal.left ul ul ul,.horizontal .left ul ul{
			top: -1px;
			left: -128px;
		}
		.horizontal ul li li a{
			border: 0px solid #cfd0d2;
			border-top: none;
			

		}
		.horizontal ul li:first-child>a{
			border-left: 0px solid;
		}
		
		/*.horizontal ul li:last-child>a{
			border-right: 0px solid;
		}*/
		
		.horizontal ul li a.first{
			/*border-left: 1px solid #cfd0d2;*/
		}
		.horizontal ul li li a.first{
			border-top: none;
		}
		.horizontal ul li li:first-child>a{
			border-top: none;
		}
		div.horizontal ul li.pixelfix ul{
			left: 0;
		}
		div.horizontal ul li.pixelfix ul ul{
			left: 128px;
		}
		/*here we use a little CSS to make a basic/backup dropdown menu in modern browsers *cough* not IE6 or less *cough* if javascript is disabled.Flickering never happens in these browsers*/
		.mlmenu li ul{
			display: none;
		}
		.mlmenu li:hover>ul{
			display: block;
		}
		/*This section makes the menu not work in non-javascript enabled browsers by not showing the menu by default-This can be worked around by making top level links point to a sitemap*/
		.accessible li ul{
			display: block;
		}
		/*Code to show an element has a child*/
		/*.mlmenu.plus li a:first-child:not(:last-child):after{
			content: '+';
		}*/
		.plus a span{
			padding-left: .5em;
		}
		.noshow{
			visibility: hidden;
		}
		
		
		/*colors for menu right Top*/
		.mtop li a{
			background-color: #fff;


		}
		.mtop li a:hover,.mtop li a.first:hover,.mtop .trail a.hover{
			background-color: #fff;
			color: #ffae00;
			text-decoration:none;
			z-index:999;
			border-color:#cfd0d2;

			font-weight:bold;
			padding-left: 15px;
			padding-right: 15px;
			padding-top: 4px;
			padding-bottom: 6px;		
			
		}
		/*.mtop li:first-child>a:hover{
			background-color: #fff;
			color: white;
			border-color: #c00;
			border-left-width: 1px;
			border-right-width: 1px;
			text-decoration:none;	
		}*/
		/*.mtop ul{
			border-color: #646466;
			border-left-width: 0px;
			border-right-width: 0px;

		}*/
		
		/* Menu neu */
		
		ul .menu2nd {
			width: 130px;
		}
		
		ul .menu2nd li {
			margin-top: 0px;
			top:1px;
			border-bottom: 1px #cfd0d2 solid;	
		}
		
		ul .menu2ndfirst {
			width: 130px;
		}
		
		ul .menu2ndfirst li {
			margin-top: 0px;
			top:1px;
			border-bottom: 1px #cfd0d2 solid;	
			left:-1px;
		

		}
		



