﻿
div.mainnavigatie {
	position:relative;
	height:35px;
	width:700px;
	padding-left:33px;
	z-index: 5;
	/*background:#f5f5f6;*/
	background-image:url('/gfx/nav-bg.gif')
		}

.news{
	float:left!important;
	width:112px!important;
	text-align:left!important;
}
		
a.but{
	color:#b1bd05;
	color:#ffffff;	
	font-size:12px;
	height:35px;
	padding:0 10px;
	cursor:hand;
	text-decoration: none;
	display:block;
	float:left;
	width:130px;
	text-align:center;
}

a.butseleted{
	font-size:12px;
	height:35px;
	padding:0 10px;
	cursor:hand;
	text-decoration: none;
	display:block;
	float:left;
	width:130px;
	text-align:center;
	color:#00a6e1!important;
	color:#ffffff!important;
	background:#afd238;
}



a.but:hover{
	background:#dcea7d;
	background:#afd238;
	color:#ffffff!important;

}





span.stroke{
	float:left;
	position:relative;
	display:block;
	height:35px;
	width:3px;
	background-image:url('/gfx/nav-stroke.gif')
	}
	

.item {
	float:left;
	position:relative;
	}
	.item a {
		display:block;
		color:#747373;
		font-size:12px;
		line-height:35px;
		text-decoration: none;
		}

div.sub {
	position:absolute;
	bottom:35px;
	_bottom:34px;
	left:0px;
	float:left;
	visibility:hidden;
	overflow:hidden;
	width:150px;
	}
	
	div.sub a {
		color:#FFFFFF;
		display:block;
		line-height:33px;
		height:33px;
		white-space:nowrap;
		position:relative;
		margin:1px 0;
		padding-left:10px;
		overflow:hidden;
		width:140px;
		cursor:hand;
		}
	div.sub a:hover {
		color:#000;
		display:block;
		line-height:33px;
		height:33px;
		white-space:nowrap;
		position:relative;
		margin:1px 0;
		padding-left:10px;
		overflow:hidden;
		width:140px;
		cursor:hand;
		}
			
		
		a.first span {
			position:absolute;
			z-index:-1;
			top:0px;
			right:0px;
			height:35px;
			width:250px;
			background-image:url('/gfx/nav-top-bg.png');
			_background:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/gfx/nav-top-bg.png');
			}
			
		a.first:hover span {
			position:absolute;
			z-index:-1;
			top:0px;
			right:0px;
			height:35px;
			width:250px;
			background-image:url('/gfx/nav-top-bg-o.png');
			_background:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/gfx/nav-top-bg-o.png');
			}


		a.center span{
			position:absolute;
			z-index:-1;
			top:0px;
			right:0px;
			height:35px;
			width:250px;
			background-image:url('/gfx/nav-cent-bg.png');
			_background:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/gfx/nav-cent-bg.png');
		}
		a.center:hover span{
			position:absolute;
			z-index:-1;
			top:0px;
			right:0px;
			height:35px;
			width:250px;
			background-image:url('/gfx/nav-cent-bg-o.png');
			_background:none;
			_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='/gfx/nav-cent-bg-o.png');
		}

