
#siteNav {
	float: left;
	width: 740px;
	padding: 0;
	z-index: 100;
}
#navBar {
	margin: 0 24px auto 28px;
	background: transparent url(themes/cnh/bg-navbar.jpg) bottom left repeat-x;
	height: auto;
}
* html #navBar {
	height: 60px;
}

/* BREADCRUMBS */

#breadcrumbs {
	color: #999999;
	float: left;
	heightX: 20px;
	width: 650px;
	paddingX: 4px 4px 8px 4px;
	padding: 4px 4px 12px 4px;
	text-align: left;
	line-heightX:1em;
	font-sizeX: 11px !important;
	font-family: Verdana, Helvetica, Times, Arial, sans-serif;
	font-weight: normal;
}
* html #breadcrumbs,
* html #breadcrumbs a {
	padding: 0 4px 8px 4px;
}

#navFlag {
	width: 60px;
	float: right;
	text-align: right;
	background-colorX: #e9eef3;
	padding: 5px 7px 3px 4px;
	margin:0;
	vertical-align: baseline;
}
#navFlag img {
	border-topX: 1px solid #b1c0cf;
	border-bottomX: 1px solid #b1c0cf;
}
* html #navFlag {
	padding: 2px 8px 2px 4px;
}

#breadcrumbs a,
#breadcrumbs a:link,
#breadcrumbs a:visited,
#breadcrumbs a:active {
	font-weight: normal;
	padding: 0 5px;
	marginX: 0 2px;
	font-sizeX: inherit;
	color: #666666;
	text-decoration: underline;
	line-heightX:0.9em;
}
#breadcrumbs a:focus,
#breadcrumbs a:hover {
	color: #981b37;
	text-decoration: underline;
	background-color: #f8edee;
}
#breadcrumbs ul li{
	list-style-image: none;
	display:inline;
	padding: 0; 
	margin: 0;
}
#breadcrumbs ul{
	margin:0;padding:0;
	list-style-image: none;
	list-style-type: none;
}

/* Add a margin - for this demo only - and a relative position
		with a high z-index to make it appear over any element below */
/*#menu_container {*/
#navBar {
/*margin:25px 0 100px 15px;*/
	padding: 0;
	position:relative;
	/*width:735px;*/
	/*height:25px;*/
	/*z-index:100;*/
	z-index: 100;

	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	/*padding-top:3px;*/
	text-align: left;
	list-style: none;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px !important;
	line-height: 16px !important;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {
	padding:2px 0 12px 0;
	margin: 1px 0 12px 4px;
	font-sizeX: 11px !important;
	line-heightX: 14px !important;
}
* html #pmenu{
	margin: 1px 0 8px 4px;
}
#pmenu, #pmenu ul {
	list-style-type: none;
	z-index:100;
}

/* Set up the link size, color and borders */
#pmenuX a, #pmenuX a:visited {
	display:block;
	font-sizeX:11px;
	/*color:white;*/
	/*height:25px;*/
	/*line-height:20px;*/
	text-decoration:none;
	text-indent:5px;
	/*border:1px solid #455a6f;*/
	/*border-width:1px 0 1px 1px;*/

	/*padding-top: 4px;*/
	/*padding-bottom:4px;*/
	widthX: 107px;
	heightX: 25px;
}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	border-width:0px 1px 1px 1px;
	border-bottom-color: #7690a9;
	font-weight: normal;
}
/*
#pmenu li a.enclose, #pmenu li a.enclose:visited {
	border-width: 1px 1px 1px 1px;
}
*/

/* Set up the list items */
#pmenu li {
	float:left;
	backgroundX:#f8edee;
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position:relative;
}
/* Make the hovered list color persist */
#pmenu li:hover > a {
	/*background:white;*/
	/*color:#7a773a;*/
}
/* Set up the sublevel lists with a position absolute for
		flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {
	display:none;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
/*#pmenu li:active > ul, #pmenu li:focus > ul,*/
#pmenu li:hover > ul {
	display:block;
	position:absolute;
	top:0;
	left:108px;
	padding:4px 25px 20px 23px;
	background: transparent url(images/transparent.gif);
	width:auto;
	widthX:200px;
				/*border: 1px solid #a4b6cc;*/
}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {
	left:-24px;
	top:16px;
}

/* get rid of the table */
#pmenu table {
	position:absolute;
	border-collapse:collapse;
	top:0;
	left:0;
	z-index:100;
	font-sizeX:1em;
}


/* For accessibility of the top level menu when tabbing */
#pmenuX li a:active, #pmenuX li a:focus {
	background: #f8edee;
	/*color: #6f454e;*/
}

/* Set up the pointers for the sub level indication */
#pmenu a.nfly {
	background-image: url(images/icons/sm-arrow-right.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
/*
#pmenu li.nfly > a:hover {
	background-image: url(images/icons/sm-arrow-down.gif);
}
*/
#pmenu li.ndrop {
	background-image: url(images/icons/sm-arrow-down.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background: url(images/icons/sm-arrow-down.gif) no-repeat right bottom;*/
}


/* keep the third level+ hidden when you hover on first level link */
#pmenu li a:hover ul ul{
	visibility:hidden;
}


/* keep the fourth level+ hidden when you hover on second level link * /
#pmenu li a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link * /
#pmenu li a:hover ul a:hover ul a:hover ul ul{
	visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link * /
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
	visibility:hidden;
}
*/

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
	visibility:visible;
	left:-30px;
	top:14px;
	lef\t:-31px;
	to\p:15px;
}

/* make the third level visible when you hover over second level link
								and position it and all further levels */
#pmenu li a:hover ul a:hover ul{
	visibility:visible;
	top:-10x;
	left:80px;
	to\p:0;
	lef\t:90px;
}

/* make the fourth level visible when you hover over third level link * /
#pmenu li a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link * /
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link * /
#pmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
	visibility:visible;
}
*/

/* If you can see the pattern in the above IE5.5 and IE6 style
			then you can add as many sub levels as you like */
#pmenu > li {
	background: transparent;
	widthXXX: auto;
	border-width: 0;
	color: #455a6f;
	marginX: 2px 0 5px 0;
}
#pmenu > li li a {
	color: #455a6f;
	/*width: 208px;*/
/*	border:1px solid #455a6f;
	border-left-color: #a8727e;
	border-width:1px 0 1px 1px;*/
	border-width:0;
	padding: 2px 3px 2px 1px;
	width: 148px;
}

#pmenuXX > li > a {
	font-sizeX:11px;
	border-width: 0 1px 0 0;
	border-right:1px solid #455a6f;
	width: 107px;
	widthX: auto;
	padding: 1px 12px 2px 2px;
	margin: 2px 0 2px 0;
	font-weight: bold;
	color:#6f454e;
}
#pmenuX > li:last-child > a {
	border-right-width:0;
}

#pmenu > li:first-child > a:hover {
	border-left:1px solid #455a6f;
	padding-left: 1px;
}
#pmenuX > li:hover > a {
	border-top:1px solid #455a6f;
	border-bottom:1px solid #455a6f;
	border-right:1px solid #455a6f;
/*	border-left:1px solid #455a6f;*/
/*	border-right:1px solid #455a6f;*/
	/*padding: 1px 12px 2px 2px;*/
	margin: 1px 0 1px 0;
	background:#a8727e;
	color:#f8edee;
}

li#navProd li li a {
	width: 215px;
}
#pmenu li li:hover > a {
	/*border-left: 1px solid #a8727e;*/
/*	background:white;*/
	color:#6f454e;
}
#pmenu span.left {float:left;}
#pmenu span.right {
	float:right;
	text-align: right;
	font-size: 8px !important;
	color: #455a6f;
	padding: 0 4px 0 0;
	margin: 0;
}
#pmenu li ul li:first-child > a {
	/*border-width: 1px 1px 1px 1px;*/
	/*border-top-color: #7690a9;*/
}
#pmenu li li {
	/*border:1px solid #455a6f;*/
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-left:10px solid #a8727e;
	border-right:1px solid #a8727e;
	border-bottom:1px solid #7690a9;
	background:white;
}
#pmenu li li:hover {
	background:#f8edee;
	border-left:10px solid #6f454e;
}
#pmenu li ul li:first-child {
	border-top:1px solid #a8727e;
}
#pmenu li ul li:last-child {
	border-bottom:1px solid #a8727e;
}





/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden;*/
* html #pmenu li ul {
	visibility:hidden;
	display:block;
	position:absolute;
	top:-5px;
	left:40px;
	padding:3px 30px 30px 30px;
	background:transparent url(images/transparent.gif);
}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of
background and foreground color. This is needed to trigger IE to show the sub levels */
/** html #pmenu a {
	display: block;
	backgroundX: transparent;
	paddingX: 4px;
	widthX: 120px;

	font-size: 1.1em;
	border-widthX: 0 1px 0 0;
	width: 122px;
	widthX: auto;
	padding: 5px 12px 2px 2px;
	margin: 0px 0 2px 0;
	font-weight: bold;
	color:#6f454e;
}
* html #pmenu li li a,
* html #pmenu li li li a,
* html #pmenu li li li li a {
	border-right-width: 0;
}

* html #pmenuXXX li a {
	background: transparent;
	border-right:1px solid #455a6f;
	color:#6f454e;
}
* html #pmenu li a:hover {
	position:relative;
	border-top:1px solid #455a6f;
	border-bottom:1px solid #455a6f;
	border-right:1px solid #455a6f;
	border-left:1px solid #455a6f;
	border-right:1px solid #455a6f;
	padding: 1px 12px 2px 2px;
	background:#a8727e;
	color:#f8edee;
}
* html #pmenu li li a {
	background: white;
	color:#455a6f;
	width: 148px;
	border-width:0;
	font-size: 1em;
}
* html #pmenu li li a:hover {
	background: #f8edee;
	color:#6f454e;
}


* html li#navProd li li a {
	width: 200px;
}
* html #pmenu ul li a,

*/

#pmenu a,
#pmenu a:visited {
	display:block;
	text-indent:6px;
	marginX: 2px 0 0 0;
	text-decoration:none;
	line-heightX: 14px;
	font-sizeX: 0.7em;
}
* html #pmenu a,
* html #pmenu a:visited {
	font-sizeX: 1em;
	line-heightX: 1.4em;
	paddingX: 2px;
}
#pmenuX a, #pmenuX a:visited {
	text-decoration:none;
	widthX: 107px;
	heightX: 25px;
}

#pmenu a.nlink {
	padding: 2px 0 2px 0;
	background: transparent;
	border-right:1px solid #455a6f;
	color:#6f454e;
	width:121px;
}
#pmenu > li:first-child > a.nlink {
	border-left:1px solid #455a6f;
	padding-left: 1px;
}
#pmenu a.nlink:hover {
	background: #a8727e;
	color:#f8edee;
	border-top: 1px solid #455a6f;
	border-bottom: 1px solid #455a6f;
	padding: 1px 0 1px 0;
}

.ndrop li a {
	background: white;
	border-right:0;
	color:#455a6f;
	width: 148px;
	line-heightX: 120%;
}
* html #pmenu li.nfly a {
	line-height: 180%;
}

.ndrop li a:hover {
	background: #f8edee;
	color:#6f454e;
}

* html .ndrop a:hover {
	position:relative;
}


/* HEADER Stuff */
#headerleft1 {
	float: left;
	width: 300px;
	background-color: transparent;
}
#pagebanner {
	position: absolute;
	float: right;
	topX: 30px;
	rightX: 152px;
	top: 22px;
	rightx: 14px;
	margin-left: 438px;
	background-color: #f8edee;
	width: 314px;
	height: 109px;
	padding: 0;
	border-top: 1px solid #cfb1b8;
	border-left: 1px solid #cfb1b8;
	border-right: 1px solid #cfb1b8;
	border-bottom: 1px solid #cfb1b8;
	z-index: 105;
}
#enlarge {
	padding: 0;
	margin: 3px auto;
	list-style-type: none;
	width: 306px;
	height: 102px;
	floatX: right;
	border-top: 1px solid #cfb1b8;
	border-left: 1px solid #cfb1b8;
	positionX: absolute;
	top: 100px;
	left: 100px;
	z-indexX: 106;
	background-colorX: red;
}
#enlarge li {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	position: relative;
	border-right: 1px solid #cfb1b8;
	border-bottom: 1px solid #cfb1b8;
	margin: 0;
	padding: 0;
}
#enlarge li a {
	display: block;
	width: 50px;
	height: 50px;
	/*background: transparent;*/
	background-color: #e9eef3;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
}
#enlarge li a img {
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	z-indexX: 106;
}
#enlarge li a:focus,
#enlarge li a:hover {
	position: absolute;
	z-index: 110;
	background: transparent url(images/opaque.png);
	left: -25px;
	top: -25px;
	width: 100px;
	height: 100px;
	border-top: 1px solid #cfb1b8;
	border-left: 1px solid #cfb1b8;
	border-right: 1px solid #cfb1b8;
	border-bottom: 1px solid #cfb1b8;
	border-top: 2px solid #cfb1b8;
	border-left: 2px solid #cfb1b8;
	border-right: 2px solid #edf2f8;
	border-bottom: 2px solid #edf2f8;

	border: 2px solid white;
}
#enlarge li a:focus img,
#enlarge li a:hover img {
	z-indexX: 115;
}

/* @end */