#pMenuHook ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 166px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}
	
#pMenuHook ul li {
	position: relative;
	}
	
#pMenuHook ul li ul {
	position: absolute;
	left: 164px; /* Set 1px less than menu width (originally 149 */
	top: 0;
	display: none;
	z-index: 99; /* fix for IE7 */
	}
/* Default Styles for Menu Items */
#pMenuHook ul li a {
	display: block;
	text-decoration: none;
	color: #000099;
	background: url(../img-ui/bg-nav-li.png) repeat-x;
	padding: 2px 5px 5px 3px;
	border-bottom: 1px solid #6382A0;
	border-right: 1px solid #6382A0;
	border-left: 1px solid #6382A0;
	min-height: 12px;
	}
/* Default Hover State Style */
#pMenuHook ul li a:hover {
	display: block;
	text-decoration: none;
	color: #E18700;
	background: url(../img-ui/bg-nav-li-over.png) repeat-x;
	padding: 2px 5px 5px 3px;
	border-bottom: 1px solid #6382A0;
	border-right: 1px solid #6382A0;
	border-left: 1px solid #6382A0;
}

/* Holly Hack. IE Requirement \*/
* html #pMenuHook ul li { float: left; height: 1%; }
* html #pMenuHook ul li a { height: 1%; }
/* End */

#pMenuHook li:hover ul, #pMenuHook li.over ul { display: block; }

.tip_pdf {
	display: block;
	background: #EDF6FF url(../img-ui/icon_pdf.gif) no-repeat center center;
	margin: 0px;
	float: right;
	height: 16px;
	width: 16px;
	cursor: pointer;
	position: relative;
	z-index:100;
}
.tip {
	display: none;
	position: absolute;
	top:-3px;
	left: 21px;
	width: 130px;
	padding: 4px;
	border:1px solid #999999;
	color: #E18700;
	background: url(../img-ui/bg-nav-li-over.png) repeat-x;
	font-size: 10px;
	font-weight: normal;
	z-index:101;
}
