		.menu-header {
			margin: 0 0 0 0;
			background: url('../images/catalog_menu_bg.png');
			height: 39px;
			padding: 1px;
			padding-bottom: 0px;
			paddi ng-right: 2px;		
		}
		.menu-header ul {
			margin: 0;
			padding: 0;
			display: block;
			float: left;
			height: 39px;
		}
		.menu-header ul li {
			posi tion: relative;
			float: left;
			padding: 7px 46px 18px 46px;
			display: block;
			list-style-type: none;
		}
		.menu-header ul li.active {
			background-image: url('../images/double2.png');
			background-repeat: no-repeat;	
			letter-spacing: 0;	
		}
		.menu-header ul li a {
			padding: 0 0 0 0;	
			margin: 0 0 0 0;
			display: inline;
			font-size: 18px;
			letter-spacing: 0em;
			color: #ffffff;
			text-decoration: none;
			border-bottom: dashed 1px #ffffff;
		}
		.menu-header ul li a:hover {		
		}
		.menu-header ul li.active a {
			color: #0E3E84;
			border-bottom: none;
			padding-top: 17px;	
		}
		.menu-header ul li#first {
			background-position: -71px 0;
			padding-left: 11px;
			margin-left: 1px;
		}
		.menu-header ul li#middle {
			margin-left: -55px;
			background-position: 10px -40px;
		}
		.menu-header ul li#last {
			padding-right: 13px;
			margin-left: -59px;
			border-right: solid 1px #2881B7;
			background-position: 11px 0;
		}

