/* 
  -----------------------------------
  PopMenu Magic Style Sheet
  by Project Seven Development
  www.projectseven.com
  Menu Type: Vertical
  Style Theme:0 -Basic Style
  -----------------------------------
*/
#p7PMnav {
	margin: 0;
	padding:0;

}
#p7PMnav li {
	list-style-type: none;
	margin: 0;
	padding: 0;

}
#p7PMnav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
	border: 1px solid #333;
	background-color: #fff;
}
#p7PMnav a {
	display: block;
	text-decoration: none;	
	padding: 4px 15px;
	color: #fff;
	line-height:1;
	background:url(../images/navbutt.jpg);
	border-bottom:1px solid #fff;
}
#p7PMnav ul a {
	color: #536990;
	padding: 4px 8px;
}
#p7PMnav a:hover, #p7PMnav a:active, #p7PMnav a:focus{
	background: url(../images/navbutton2.jpg);
	color: #000;
	letter-spacing: .01px;
	
}
#p7PMnav ul a:hover, #p7PMnav ul a:active, #p7PMnav ul a:focus {
	background: #E8B981;
	color: #000;
	letter-spacing: .01px;
}
/* ------ the current page marker style ------ */
#p7PMnav .p7PMmark a{
/*color: #fff!important;
	font-weight: bold;
	background:url(../images/navbutt.jpg);*/
		background: url(../images/navbutton2.jpg);
	color: #000;
	letter-spacing: .01px;
}


/* Top level menu width */
#p7PMnav {
	width: 167px;
}
/* 2nd and subsequent Submenu widths */

#rightbox ul, .gallbox ul, #rightboxft ul{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 0 10px 0;
}
#rightbox li, .gallbox li, #rightboxft li{
	list-style-type: none;
	margin: 0;
	padding:5px 0 0 0px;
}
#rightbox a, .gallbox a, #rightboxft a {
	display: block;
	text-decoration: none;	
	padding: 8px 0px 0 38px;
	
	line-height:1.0;
	font-weight: bold;
	font-size:.9em;
}

#rightbox a.r1, .gallbox a.r1, #rightboxft a.r1{
	background: url(../images/drawbut.gif) no-repeat left;
	height: 26px;
}
#rightbox a.r2, .gallbox a.r2, #rightboxft a.r2{
	background: url(../images/actbut.gif) no-repeat left;
	height: 26px;
}
#rightbox a.r3,  .gallbox a.r3, #rightboxft a.r3 {
	background: url(../images/sitemap.gif) no-repeat left;
	height: 26px;
}
