@charset "utf-8";
body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
	font-size: 12px;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}
h1 {
	font-size: 28px;
	color: #fff;	
	margin-top: 20px;	
	font-weight: normal;
}
h2 {
	font-size: 16px;
	color: #2B9269;	
	margin-top: 0px;
}
h3 {
	font-size: 14px;
	color: #999;	
}
h10 {
	font-size: 6px;
	color: #999;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #666;
	text-decoration: underline;	
}
.orange-line {
	border-bottom: 1px solid #008752;
	margin: 20px 0px 20px 0px;
	width: 100%;
	height: 1px;
}
.twoColFixLtHdr #container { 
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header { 
	background: #fff; 
	height: 36px;
	padding: 20px 0px 10px 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.twoColFixLtHdr #header #hdrLeft {
	float: left;
	height: 36px;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #header #hdrRight {
	float: right;
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0px 0px 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #topNav {
	width: 740px;
	height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 210px;
    z-index:100;
	background-image: url(../images/bg-nav-grn.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent { 
	width: 950px;
	margin: 0px 0px 0px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 16px 0px 16px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	overflow: hidden;
	position: relative;
}
.twoColFixLtHdr #mainContent #bg-home { 
	width: 481px;
	height: 406px;
	margin: 0px 0px 25px 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 62px 425px 0px 44px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/bg-home.jpg);
	background-repeat: no-repeat;
	color: #fff;
}
.twoColFixLtHdr #mainContent #bg-home h1 {
	font-size: 27px;
	color: #fff;	
	margin-top: 20px;	
	font-weight: normal;
}
.twoColFixLtHdr #mainContent #bg-home p {
	line-height: 24px;
	color: #fff;	
}	
.twoColFixLtHdr #mainContent #home-nav {
	color: #787878;
}
.twoColFixLtHdr #mainContent #home-nav ul {
	padding: 0px 0px 0px 32px; 
	margin:0;
	font-size: 11px;
}
.twoColFixLtHdr #mainContent #home-nav ul li a {
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px;
	color: #787878;	
	display: block;
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #home-nav a {
	color: #fff;
	padding-left: 18px;
	text-decoration: none;
}

.twoColFixLtHdr #mainContent #mainLeft {
	clear: left;
	float: left; /* since this element is floated, a width must be given */
	width: 196px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0px;
}
.twoColFixLtHdr #mainContent #mainLeft #mainLeftFiller {
	clear: left;
	float: left;
	width: 196px;
	min-height: 210px;
	margin: 20px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainLeft #mainLeftFiller #mainLeftFiller-top {
	clear: right;
	width: 196px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainLeft #mainLeftFiller #mainLeftFiller-mid {
	clear: left;
	width: 176px;
	margin: 0px 0px -3000px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px 3000px 10px;
	background-image: url(../images/bg-mainLeftFiller-mid.jpg);
	background-repeat: repeat-y;
	color: #333;
}
.twoColFixLtHdr #mainContent #mainLeft #mainLeftFiller #mainLeftFiller-btm {
	clear: both;
	width: 196px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;	
}
.twoColFixLtHdr #mainContent #mainRight { 
	float: right;
	clear: right;
	width: 738px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 16px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent #mainRight #hdr-company-profile { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/mainRightTop-img02.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRight #hdr-operations { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/operations-top.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRight #hdr-investor-relations { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/Invstr-Relations.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRight #hdr-royalty-relations { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/royalty-relations-top.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRight #hdr-careers { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/careers-top.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRight #hdr-contactus { 
	clear: right;
	width: 717px;
	height: 63px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 63px 0px 0px 21px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background-image: url(../images/contact-us-top.jpg);
	background-repeat: no-repeat;
}
.twoColFixLtHdr #mainContent #mainRightContent {
	float: left;
	clear: left;
	width: 539px;
	min-height: 557px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 17px 30px 0px 20px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent #mainRightContent a {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #mainRightContentWide {
	float: left;
	clear: left;
	width: 688px;
	min-height: 557px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 5px 30px 0px 20px;  /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.twoColFixLtHdr #mainContent #mainRightContentWide a {
	text-decoration: underline;
}
.twoColFixLtHdr #mainContent #mainRightSide {
	float: right;
	clear: right;
	width: 149px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news {
	clear: right;
	width: 149px;
	margin: 20px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-top {
	width: 149px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid {
	clear: right;
	width: 129px;
	height: auto;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px 1px 10px;
	background-image: url(../images/bg-recent-news-mid.jpg);
	background-repeat: repeat-y;
	color: #fff;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid h2 {
	color: #fff;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid h3 {
	color: #fff;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	font-size: 12px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid a {
	color: #fff;
	margin: 0px 0px 0px 0px;
	text-decoration: underline;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid a:hover {
	color: #ccc;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-mid p {
	color: #fff;
	margin: 0px 0px 0px 0px;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent #mainRightSide #recent-news #recent-news-btm {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	clear: right;
	width: 149px;
	height: 10px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	background-color: #018553;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources {
	clear: right;
	width: 149px;
	margin: 20px 0px 20px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-top {
	width: 149px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid {
	clear: right;
	width: 129px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px 1px 10px;
	background-image: url(../images/bg-resources-mid.jpg);
	background-repeat: repeat-y;
	color: #333;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid h2 {
	color: #008752;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid h3 {
	color: #43403e;
	font-weight: bold;
	margin: 15px 0px 0px 0px;
	font-size: 10px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid p {
	color: #43403e;
	margin: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid a {
	text-decoration: none;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-mid a:hover {
	text-decoration: none;
	color: #666px;
}
.twoColFixLtHdr #mainContent #mainRightSide #resources #resources-btm {
	clear: right;
	width: 149px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;	
	background-color: #9BB6CB;
}
.twoColFixLtHdr #mainContent #mainRightSide #mainLeftSideFill {
	clear: right;
	width: 149px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #mainLeftSideFill #mainLeftSideFill-top {
	clear: right;
	width: 149px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
}
.twoColFixLtHdr #mainContent #mainRightSide #mainLeftSideFill #mainLeftSideFill-mid {
	clear: right;
	width: 129px;
	margin: 0px 0px -2000px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 1px 10px 2000px 10px;
	background-image: url(../images/bg-resources-mid.jpg);
	background-repeat: repeat-y;
	color: #333;
}
.twoColFixLtHdr #mainContent #mainRightSide #mainLeftSideFill #mainLeftSideFill-btm {
	clear: right;
	width: 149px;
	height: 10px;
	margin: 0px 0px 0px 0px;  /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 0px 0px 0px;
	position: absolute;
	bottom: 0;	
}
.twoColFixLtHdr #footer { 
	padding: 10px 0px 20px 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666666;
}
.twoColFixLtHdr #footer a {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #666;
}
.twoColFixLtHdr #footer a:hover {
	color: #333;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
a img {
	border: 0px;
}




/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* 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 {margin:0px; position:relative; width:740px; height:22px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block; font-size:12px; color:#fff; line-height:22px; text-decoration:none; text-align: center; border:0px solid #000; border-width:0px 0px 0px 0px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {text-transform: none; font-weight: normal; text-indent: 5px; border-color: #CCCCCC; border-width:0 1px 1px 1px; background-color: #FFFFFF; color:#666; font-size:10px; display:block; text-align: left; line-height:16px;}
#pmenu li ul li a:hover {border-color: #CCCCCC; border-width:0 1px 1px 1px; background-color: #ccc; color:#333; font-size:10px; display:block; width: 130px; text-align: left; line-height:16px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}
#pmenu li a.enclose:hover {border-width:1px;}

/* Set up the list items */
#pmenu li, #pmenu li a:visited {float:left;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {color:#ccc;}
/* 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:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}
/* Position the first sub level beneath the top level liinks */
#pmenu > li:hover > ul {left:-30px; top:12px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* 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 li a:hover {position:relative; color:#333;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {color:#333;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#7484ad url(http://www.cssplay.co.uk/menus/fly.gif) no-repeat right center;}
#pmenu li.drop {}


/* 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:-11px; left:80px; padding:10px 30px 30px 30px; background:transparent url(transparent.gif);}

/* 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:-11px; left:80px;
}
/* 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 */

