	#nav{ /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		width : 800px;
		text-align: center;
		z-index: 100;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background: #999999;
		color: #ffffff;
		border-right: 1px solid white;
		height: 20px;
		line-height: 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-transform: uppercase;
		z-index: 100;
	}

	#nav li:hover{
		background: #CC0033;
		color: #ffffff;
	}

	#nav li a, #nav li ul a {
		color: #ffffff;
		text-decoration: none;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		display: none;
		left: 0px;
		top: 20px;
		text-align: left;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 100;
	}

	#nav li ul li { /* second-level lists */
		border:0;
		z-index: 100;
	}
		
	#nav li:hover ul { /* lists nested under hovered list items */

		display: block;
	     
	}

	#nav li:hover ul ul { /* lists nested under hovered list items */
		display: none;	     
	}

	#nav ul li:hover ul { /* lists nested under hovered list items */

		display: block;
	     
	}

	#menuPadLeft{
		width: 35px;
	}

	#nav #menuPadRight{
		width: 29px;
		border-right: 0;
	}

	#nav #menuPadLeft:hover, #nav #menuPadRight:hover {
		background-color: #999999;
	}

	#menuHome {
		width: 60px;

	}
	
	#menuCorporate{
		width: 101px;

	}

	#menuLinks{
		width: 90px;
	}
	
	#menuNews{
		width: 90px;
	}

	#menuContacts{
		width: 80px;
	}

	#menuContacts ul li {
		width: 110px;
		padding-left: 5px;
		top: 0px;
	}

	#menuCompany {
		width: 110px;
	}

	#menuHistory {
		width: 116px;
	}

	#menuLinks ul li {
		width: 165px;
		padding-left: 5px;
		top: 0px;
		left:-50px;
	}
	#menuLinks ul li a{
		display: block;
	}

	#menuExhibitions{
		width: 80px;
	}

	#menuExhibitions ul li {
		width: 135px;
		padding-left: 5px;
		top: 0px;
	}

	#menuExhibitions ul li ul {
		position: absolute;
		display: none;
		left: 140px;
		top: 0px;
		text-align: left;
		padding: 0;
		margin: 0;
		list-style: none;
		z-index: 100;
	}