#p7PMnav {
	margin:0;
	padding:0;
}
#p7PMnav ul {
	margin:0;
	padding:0;
	border: 1px solid #CCCCCC;
	border-left: 0;
	}

/* these are the menu styles */

#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ------ the menu link styles ------ */
#p7PMnav a, #p7PMnav a:visited{
	display: block;
	text-decoration: none;
	padding: 3px 6px 3px 6px;
	color: #fff;
	line-height:1;
	font: bold 10px Arial, Helvetica, sans-serif;
	font-variant:small-caps;
}
 #p7PMnav a.syh{ color:#cc6600; text-align:right;}

#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus  {
	color:#CCCCCC;
	letter-spacing: .01px;
}

/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	color: #ccc;
	font-weight: bold;
}
/* ------ the trigger link styles ------- */

/*the normal trigger links */
#p7PMnav ul .p7PMtrg, #p7PMnav ul .p7PMon {
}
/* the active trigger link style */
#p7PMnav .p7PMon {
	color: #FFFFFF;
	border-left: 6px solid #333333;
}

/* Top level menu width */
#p7PMnav li {
	float: left;
	/*width: 80px;*/
}
#p7PMnav ul li {
	float: none;
}
.first{margin-left:6px;}