	#nav{ /* all lists */
		padding: 0;
		margin: 0;
		border:0;
		list-style: none;
		width : 800px;
		text-align: center;
		z-index: 100;
		background: #ffffff;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		background-color: #ffffff;
		background-image: url('images/menuup.jpg');
		background-repeat: repeat-x;
		background-position: bottom left;
		color: #000000;
		height: 20px;
		line-height: 20px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: bold;
		padding-top: 4px;
	}

	#nav li:hover{
		background-image: url('images/menudown.jpg');
		background-repeat: repeat-x;
		background-position: top left;
		color: #000000;
	}

	#nav li a, #nav li ul a {
		color: #000000;
		text-decoration: none;
	}
	
	#nav li ul { /* second-level lists */
		position: absolute;
		display: none;
		left: 0px;
		top: 24px;
		text-align: left;
		padding: 0;
		margin: 0;
		list-style: none;
	}

	#nav li ul li { /* second-level lists */
		border:0;
		background: #ff9900;
		color: #333333;
	}

	#nav li ul li a {
		color: #333333;
	}

	#nav li ul li:hover {
		background: #003399;
		color: #ffffff;
	}

	#nav li ul li:hover a {
		color: #ffffff;
	}

	#nav li ul li:hover li a {
		color: #333333;
	}

	#nav li ul li li:hover a {
		color: #ffffff;
	}
		
	#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 li ul ul { /*third level */

		position: absolute;
		display: none;
		top: 0px;
	}

	#nav li li:hover ul {

		display: block;
	}

	#nav #navPadLeft{
		width: 47px;
		background-image: url('images/menupad.jpg');
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#nav #navPadLeft:hover, #nav #navPadRight:hover {
		background-image: url('images/menupad.jpg');
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#navHome{
		width: 60px;
		z-index: 100;

	}
	
	#navAbout{
		width: 95px;
		z-index: 100;

	}

	#navAbout ul li {
		width: 165px;
		padding-left: 5px;
		top: 0px;
	}

	#navAbout ul ul {
		left: 170px;
	}

	#navServices{
		width: 70px;
		z-index: 100;

	}

	#navServices ul li {
		width: 205px;
		padding-left: 5px;
		top: 0px;
	}

	#navServices ul ul {
		left: 210px;
	}

	#navServices ul ul li{
		width: 245px;
	}

	#navClients{
		width: 65px;
		z-index: 100;

	}

	#navLiterature{
		width: 80px;
		z-index: 100;

	}
	 
	#navNews{
		width: 60px;
		z-index: 100;
	}	
	
	#navContact {
		width: 70px;
		z-index: 100;

	}

	#navContact ul li {
		width: 175px;
		padding-left: 5px;
		top: 0px;
	}

	#nav #navLinks{
		width: 57px;
		z-index: 100;

	}

	#nav #navPadRight{
		width: 186px;
		border-left: 1px;
		border-right: 0;
		background-image: url('images/menupad.jpg');
		background-repeat: repeat-x;
		background-position: bottom left;
	}

	#nav .navEnd{
		width: 1px;
		background-image: url('images/navend.gif');
		background-repeat: repeat-x;
		background-position: bottom left;
	}
	
	#nav .navSplit{
		width: 1px;
		background-image: url('images/navsplit.gif');
		background-repeat: repeat-x;
		background-position: bottom left;
	}