/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#nav {
	position: relative;
	padding: 0;
	margin: 0 auto;
	z-index: 100;
	width: 1030px;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu {
	list-style-type: none;
	padding: 0;
	margin: 0 auto;
	/*display: table;*/
}

#pmenu ul {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
}

#pmenu li {
	padding: 0 !important;
	margin: 0 !important;
	cursor: pointer;
	display: block;
	float: left;
}

/* Hide the sub levels */
#pmenu li ul {
	display: none;
}

/* Set up the link size, color and borders */
#pmenu li a, #pmenu li a:visited {
	display: block;
	float: left;
	padding: 0 20px 0 10px;
	margin: 0;
	width: 70px;
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_off.gif) top left no-repeat;
	color: #fff;
	text-align: left;
	text-decoration: none;
}
	 
/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {
	width: 150px;
	background-image: none !important;
	background-color: #ddd;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 1px solid #666;
	color: #000;
}

#pmenu li ul#logo_submenu li a, #pmenu li ul#logo_submenu li a:visited {
	background-color: #fff;
}

#pmenu li ul#logo_submenu li a:hover {
	background-color: #f93;
}

* html #pmenu li ul li a, #pmenu li ul li a:visited {
	margin: 0 !important;
}

#pmenu li ul li a:hover {
	background-color: #f93;
	color: #fff;
}

* html #pmenu li ul li a:hover {
	margin: 0 !important;
}

/* Make the hovered list color persist */
#pmenu li ul li:hover > a {
	background-color: #f93;
	color: #fff;
}

/* Set up the link size, color and borders of the current link */
#pmenu li a.current {
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_blue.gif) top left no-repeat;
}

#pmenu li a.current:hover {
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_on.gif) top left no-repeat;
}

/* Set up the logo link */
a#nav_bar_logo {
	padding: 0 !important;
	margin: 0 !important;
	width: 222px !important;
	height: 38px !important;
	background: url(http://static.sdnn.com/migration/sdnn/images/sdnnbusinesslogo.jpg) top right no-repeat !important;
	border-width: 0 !important;
}

ul#logo_submenu {
	top: 26px !important;
}

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


#pmenu li.tc {
	display: table-cell;
	height: 25px;
	width: 101px;
	line-height: 25px;
}

#pmenu li.tc ul li {
	line-height: normal; 
}

#pmenu li.tc ul li a {
	padding: 5px 20px 5px 10px !important; 
}

ul#logo_submenu li {
	line-height: normal;
}

ul#logo_submenu li a {
	padding: 5px 20px 5px 10px !important; 
}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {
	position: relative;
}

/* Make the hovered list color persist */
#pmenu li:hover > a {
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_on.gif) top left no-repeat;
}

/* 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: -10px; /* s border 11px */
	left: 80px;
	padding: 10px 30px 30px 30px;
	width: 150px;
}

/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {
	left: -30px;
	top: 16px;
}

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

/* For IE5.5 and IE6 give the hovered links a position relative. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {
	position: relative;
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_on.gif) top left no-repeat;
}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {
	background: url(http://static.sdnn.com/migration/sdnn/images/topnav_on.gif) top left no-repeat;
	color: #fff;
}

/* 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;
	color: #fff;
	top: -11px;
	left: 80px;
	padding: 10px 30px 30px 30px;
}

/* 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 */

