div#primary-nav {  
	position:absolute;
	top:76px;
	font-size:1.0em;
	padding-left:25px;
	font-size:1.0em;
	z-index:3000;
}

div#primary-nav table,div#primary-nav table tbody tr td,div#primary-nav table thead tr th, div.blueband table,div.blueband table tbody tr td,div.blueband table thead tr th {  
	border:0;
	width:auto;
}

/* commom style for all browsers */

.menu5 {
	text-align:left; 
	position:relative; 
	height:1.5em; 
	margin:0; 
	padding:0; 
	list-style-type:none;
}
.menu5 ul {
	padding:0; margin:0; list-style-type:none; /* for Firefox */

}
.menu5 li {
	background:none;
	padding:0;
	font-weight:bold;
	float:left; position:relative;
	border-bottom: 1px dotted #666666;
}
.menu5 li.noline {
	border-bottom:0;
}
.menu5 li.sub {
	background:url(http://www.entrust.com/images/sub.gif) no-repeat right center;
}

.menu5 li a, .menu5 li a:visited {
	display:block; 
	text-decoration:none; 
	width:10em; 
	color: rgb(255,255,255); 
	float:left; 
	padding-right:1em; 
	height:2em; 
	line-height:2em; 

}
* html .menu5 li a, .menu5 li a:visited {
	width:12em; w\idth:11em; /* hack for IE5.5 */
}
.menu5 li a.drop, .menu5 li a.drop:visited {
	font-weight:bold;
}
.menu5 li ul {
	visibility:hidden; 
	position:absolute; 
	top:1.65em; 
	left:0; 
	height:0; 
	overflow:hidden;
}
.menu5 table {
	margin:-1px; 
	border-collapse:collapse; 
	font-size:1em; /* font size for IE5.5 */
}

/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */
.menu5 li:hover a,
.menu5 li a:hover {
	text-decoration:none; 
	border:0;
}
.menu5 li:hover a.noline, 
.menu5 li a.noline:hover{
	border-bottom: 0;
}
.menu5 li:hover ul,
.menu5 li a:hover ul {
	visibility:visible; 
	height:auto; 
	width:15em; 
	background:#999; 
	border: 1px solid #666666; 
	left:0; 
	top:1.65em; 
	overflow:visible;
}


.menu5 li:hover ul li a,
.menu5 li a:hover ul li a {
	display:block; 
	font-weight:normal; 
	background:transparent; 
	text-decoration:none; 
	height:auto; 
	line-height:1em; 
	padding:0.3em 0.5em; 
	width:14em;
}

* html .menu5 li a:hover ul li a {
	width:12em; 
	w\idth:13.9em; /* hack for IE5.5 */

}
.menu5 li:hover ul li a.drop,
.menu5 li a:hover ul li a.drop {
	font-weight:bold;
}
.menu5 li:hover ul li ul,
.menu5 li a:hover ul li a ul {
	visibility:hidden; 
	position:absolute; 
	top:0; 
	left:15.0em; 
	height:0; 
	overflow:hidden;
}

.menu5 li:hover ul li a:hover,
.menu5 li a:hover ul li a:hover {
	color: rgb(63,96,129);
}

.menu5 li:hover ul li:hover ul,
.menu5 li a:hover ul li a:hover ul {
	visibility:visible; 
	color:#000; 
	border: 1px solid #666666; 
	padding-right:.5em; 
	height:auto; 
	background:#999; 
	width:14em;
	top:-1px;

} 
.menu5 li:hover ul li:hover ul.left,
.menu5 li a:hover ul li a:hover ul.left {
	left:-9.3em;
}
.menu5 li:hover ul li:hover ul li a,
.menu5 li a:hover ul li a:hover ul li a {
	display:block; 
	height:auto;
}
.menu5 li:hover ul li:hover ul li:hover a,
.menu5 li a:hover ul li a:hover ul li a:hover {
	color: rgb(63,96,129);
}


.menu5 li a.currentsection {
	color: rgb(214,214,255);
}