#p7PMnav {
	margin: 0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#p7PMnav ul li a {
	font-style: normal;
	padding: 3px 0px 3px 18px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	font-weight:normal;
	background: url("arrow_tr.gif") no-repeat 8px 8px;
	background-color: #e6e4e1;
	color: inherit;
}

/*border top is set to zero to allow the top of the first dropdown to abut the bottom of our buttons*/
#p7PMnav ul {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -9000px;
	z-index: 10000;
	border-top: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
/*top border is put back on for flyouts*/
#p7PMnav ul li ul {
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
}
#p7PMnav li ul li {
}
/*this is all we need for top-level links*/
#p7PMnav a {
	display: block;
	text-decoration: none;
}
/*This rule styles the sub-menu links*/
#p7PMnav ul a{
	font-style: normal;
	padding: 3px 0px 3px 18px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	font-weight:normal;
	background: url("arrow_tr.gif") no-repeat 8px 8px;
	background-color: #e6e4e1;
	color: #5b5953;
}
/*This is top-level only and is the rule that shifts the background image so that we now
see the bottom one. It is deployed via multiple selectors for hovering, tab key access,
and so it stays persistent when its associated sub-menu is open*/
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus,
#p7PMnav .p7PMon {
	background-position: left bottom;
}
/*the sub-menu hovers*/
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background-color:#e6e4e1;
	color: #f77f00;
	background-position:8px 8px;
}
/* ------ the current page marker style ------ */
#p7PMnav ul .p7PMmark {
	color: inherit;
	background-color:#e6e4e1;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg {
	color:inherit;
	background: url("arrow_tr.gif") no-repeat 8px 8px;
	background-color:#e6e4e1;
}

/* the active trigger link style 
We turn the background image off to ensure that our top-level images do not
inherit down.*/
#p7PMnav ul .p7PMon {
	color: #f77f00;
	/*background-image: none;*/
	background: url("arrow_tr.gif") no-repeat 8px 8px;
	background-color:#e6e4e1;
}
#p7PMnav ul .p7PMon ul .p7PMon{
	color: #f77f00;
	/*background-image: none;*/
	background: url("arrow_tr.gif") no-repeat 8px 8px;
	background-color:#e6e4e1;
}


/*the submenu classes */
/*The top property here and in the show class serves to fix a minor bug introduced
by the good folks at Apple in their Safari browser for Panther OS*/
#p7PMnav .p7PMhide {
	left: -9000px;
	border: 0;
	top: 0;
}
#p7PMnav .p7PMshow {
	top: auto;
	left: auto;
	z-index: 20000 !important;
}

/* Top level menu width
We set width to auto because we are using top-level bg images and the width is
assigned directly via the IDs assigned to the links.*/
#p7PMnav li {
	float: left;
	width: auto;
}
#p7PMnav ul li {
	float: none;
}
/* 2nd and subsequent Submenu widths */
#p7PMnav ul, #p7PMnav ul li {
	width: 182px;
}
#pmmcrumb {
	font-weight: bold;
	margin-bottom: 16px;
	color: #333333;
}
#pmmcrumb a, #pmmcrumb a:visited {
	font-weight: normal;
	color: #535FAC;
}
#pmmcrumb a:hover, #pmmcrumb a:active, #pmmcrumb a:focus {
	font-weight: normal;
	color: #333333;
}
/*The top-level common properties
Height matches the height of the background images. No repeating. Text indent
hides the text offscreen left.
If you need to add more links, place a comma after #b4 and add more selectors,
incrementing from #b5*/
#storage, #networking, #consumers, #mobility, #insight, #support, #about {
	height: 24px!important;
	background-repeat: no-repeat;
	text-indent: -3000px;
}
/*The individual top-level IDS. We simply set width to match the width of the
associated background image and then we set the background image.
If you need to add more links, add more selectors, incrementing from #b5*/
#storage {
	width: 80px;
	background-image: url(storage0.gif);
}
#networking {
	width: 105px;
	background-image: url(networki.gif);
}
#mobility {
	width: 95px;
	background-image: url(mobility.gif);
}
#consumers {
	width: 95px;
	background-image: url(consumer.gif);
}
#insight {
	width: 184px;
	background-image: url(insight0.gif);
}
#support {
	width: 171px;
	background-image: url(download.gif);
}
#about {
	width: 93px;
	background-image: url(about000.gif);
}
