/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

/* SBC blue #004A80 */
/* SBC blue-gray  */
/* SBC gray #C7C8CA */
/* header red #7E0000 */

#p7PMnav, #p7PMnav ul {
	width: 140px;
	margin: 0;
	padding:0;
	padding:10px 0 0px 5px;
}
#p7PMnav li {
	list-style-type: none;
	margin: 0 0 0 0px;
	padding: 0;
	background-image:url(../images/structure/nav-dots.png);
	background-repeat: no-repeat;
	background-position: center bottom;	/*border-bottom:2px dotted #FFF;*/
}
#p7PMnav ul {
	z-index: 10000;
	
}
#p7PMnav a {
	display: block;
	padding: 3px 0px 15px 0px;
	color: #FFF;
	text-decoration:none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight:normal;
	line-height:normal;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus {
	color: #C7C8CA;
	background-image: url(../images/structure/nav-marker.png);
	background-repeat: no-repeat;
	background-position: right 10%;
}
	
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark {
	background-image: url(../images/structure/nav-marker.png);
	background-repeat: no-repeat;
	background-position: right 10%;
	color: #C7C8CA;
	font-weight:bold;
}

/* Top level menu width 
#p7PMnav ul {
	padding: 0;
	width: 150px;
}*/
/*next three new
#p7PMnav ul li a {
	text-transform:none;
	margin-bottom:0px;
	color:#FFF;
	font-weight:bold;
	font-size:12px;
	padding: 8px 17px;

}
#p7PMnav ul li a:hover, #p7PMnav ul li a:active, #p7PMnav ul li a:focus {
	color:#770000;
	text-decoration:underline;
}
#p7PMnav ul li .p7PMmark {
	color: #770000;
}*/
.nav-arrow {font-size:16px;}