#menu_left
{
  	position: relative;
	float: left;
	left: 9px;
	
}

#menu_right
{
  	position: relative;
	float: right;
}

#menu_right_bas
{
  	position: relative;
	margin-top: 5px;
	float: right;
}
ul  
{
	margin:0;
	padding:0;
	list-style-type:none;		
}
ul ul 
{
	display: none; 
	position: absolute;  
	left: 14px; 
	top: -1px; 

	left: 0px; 
	top: 27px; 
	margin-top: 0px; 
	padding: 0px; 
		padding: 0px;
	margin: 0px;
}
 
li 
{
	list-style-type: none;
	position: relative; 
	float:left;
	margin:auto;
	padding:0;
	color:white;
	letter-spacing: -1px;
	font-size: 8pt;
	font-weight: bold;
	color: white;
	padding: 6px;
	height: 27px;
	cursor: pointer;


}

li:hover  ul.niveau2,li  li:hover ul.niveau3 {display: block;}


ul.niveau2 
{	
	padding: 0px;
	margin: 0px;
left: -9px; 
	top: 27px;
}


li.spacer
{
	color:white;
	font-weight: bold;
	padding-top: 3px;
	padding:6px;
}



li.sub  
{

	padding: 0px;
	margin: 0px;
	padding-top: 2px;
	padding-left: 3px;
	text-align: left;	
	width: 120px;
	height: 16px;
	_height: 20px;
	background-image: url("/design/1/menuline.png");
	background-repeat: no-repeat;
}

li.sub a
{
	padding: 0px;
	margin: 0px;
	color: #4065A2;
}

li.sub a:hover
{
	padding: 0px;
	margin: 0px;
	color: #FFFFFF;
}

li.finmenu
{	
	display:block;
	padding:0px;
	padding-left: 3px
	width: 120px;
	_width: 120px;
	height: 11px;
	background-image: url("/design/1/finmenu.png");
	background-repeat: no-repeat;
	*width: 123px;
	*height: 13px;
}



<!--[if !IE]> <-->
<style type="text/CSS">
li  ul {
	padding: 0px;
	margin: 0px;
position: relative;

}
</style>
<!--><![endif]-->








