		#ulmenu ul
		{
			list-style-type: none;	
			margin: 0px 0px 0px 15px;
			padding: 0px;
			
		}
		
		#ulmenu ul li
		{
			margin: 0px;
			padding: 0px;
			font-family: arial, sans serif;
			font-size: 12px;
			font-weight: normal;
			color: #808080;
			line-height: 20px;
			text-decoration: none;		
		}
		
		#ulmenu ul li ul li
		{
			margin-left: 0px;
			padding: 0px;
			font-family: arial, sans serif;
			font-size: 12px;
			font-weight: normal;
			color: #808080;
			line-height: 20px;
			text-decoration: none;	
			
		}
		
		
	.standard ul
	{
		margin-top: 0px;

	}
	
	
		/**********************************************************************************/
		/*********************************************Left level  1************************/
		
		.levelTwoBoks{
			margin-left: 15px;
		}
		
		a.menuOverLeft
		{
			
			font-weight: bold;
			color: #808080;
			text-decoration: none;
			padding-left: 14px;
			
		}
		
		a.menuOverLeft:hover
		{ 	
			color: #1c6466;	
			text-decoration: none;
		}		
		
		a.menuOverLeftOn
		{
			background-image: url(../img/bullet_grey.gif);
			background-repeat: no-repeat;
			background-position: 2px 5px;
			padding-left: 14px;
			font-weight: bold;
			color: #808080;
			text-decoration: none;
			padding-left: 14px;
		
		}
		
		a.menuOverLeftOn:hover
		{ 	
			color: #1c6466;	
			text-decoration: none;
		}		
		
		a.menuOverLeftActive
		{
			background-image: url(../img/bullet.gif);
			background-repeat: no-repeat;
			background-position: 2px 5px;
			padding-left: 14px;
			font-weight: bold;
			color: #1c6466;
			text-decoration: none;
		}
		
		a.menuOverLeftActive:hover
		{
			color: #1c6466;	
			text-decoration: none;
		}		

		/**********************************************************************************/
		/*********************************************Left level  2************************/		
		
		a.menuUnderLeft
		{ 
			color: #808080;
			font-size: 11px;
			text-decoration: none;
			
		}
		
		a.menuUnderLeft:hover
		{ 	
			color: #1c6466;
			font-size: 11px;
			text-decoration: none;
		}
		
		a.menuUnderLeftActive
		{ 
			padding-left: 0px;
			color: #1c6466;
			font-size: 11px;
			text-decoration: none;
		}

		
		/* Level 1 menu */

		.menuHolder
		{
		 position: relative;
		 float: left;
		 width: 588px;
		 height:122px;
		 margin-left:35px;
		 
		}
		
		.menuColumn
		{
		 position: relative;
		 float: left;
		 width: 196px;
		 height:74px;
		 margin-top: 24px;
		 padding-bottom: 24px;
		}
		
		.menu1
		{
			
			margin-top: 8px;
			margin-bottom: 0px;
		}
		.menu1Link
		{
			
			margin-top: 8px;
			margin-bottom: 0px;
		}
		html>body .menu1Link
		{
			margin-top: 8px;
			margin-bottom: 8px;
		}
		
		a.menu1Link
		{
			font-family: arial, sans serif;
			font-size: 10px;
			font-weight: nornmal;
			color: #808080;
			text-decoration: none;
			/* text-transform: uppercase */
		}
		
		
		
		
		a.menu1Link:hover
		{
			color: #1c6466;
			text-decoration: none;
		}
		
		a.menu1LinkActiveTop
		{
			font-family: arial, sans serif;
			font-size: 10px;
			font-weight: nornmal;
			color: #1c6466;
			text-decoration: none;
			/* text-transform: uppercase */
		}
		
		
		a.menu1LinkActiveTop:hover
		{
			color: #1c6466;
			text-decoration: none;
		}
		
