  /* 
  -----------------------------------
  Tree Menu Magic 2
  by Project Seven Development
  www.projectseven.com
  Style Theme: 10 - Classic
  -----------------------------------
*/
.p7TMM10 {
	font-size: 0.9em;
	font-family:"Century Gothic", Helvetica, Arial, sans-serif;
	zoom: 1;
	font-weight: normal;
	width: 275px;
}
.p7TMM10 ul {
}
.p7TMM10 ul ul {
	text-align: right;
	margin-right: 75px;
}
.p7TMM10 ul ul ul {
 padding-top: 10px;
 margin: 0px;
}
.p7TMM10 ul li {
	list-style-type: none;
	margin: 0;
	padding-right: 10px;
}
.p7TMM10 ul ul li {
	
}
.p7TMM10 ul a:link, .p7TMM10 ul a:visited {
	color: #000;
	display: block;
	padding: 3px 8px 3px 14px;
	text-decoration: none;
	zoom: 1;
	outline: 0;
	font-weight: normal;
	line-height: 1.2em;
}
.p7TMM10 ul a:hover, .p7TMM10 ul a:focus, .p7TMM10 ul a:active {
	color: #df0b14;
	text-decoration: underline;
}
.p7TMM10 ul ul a:link, .p7TMM10 ul ul a:visited {
	font-variant: normal;
	color: #000;
}
.p7TMM10 ul ul li ul a:link, .p7TMM10 ul ul li ul a:visited {
	font-variant: normal;
	color: #000;
}
.p7TMM10 ul ul li ul a.current_mark {
	font-weight:bold;
	color:#df0b14;
}
.p7TMM10 a.p7tmm_page {}
.p7TMM10 a.trig_closed {

}
.p7TMM10 a.trig_open {
    /*font-weight: bold;*/
	padding-bottom: 10px;
}
.p7TMM10 ul ul a.trig_closed, .p7TMM10 ul ul a.trig_open { /*controls links with submenus*/
	/*font-weight: bold;*/
}
.p7TMM10 ul ul a.trig_open {
	color: #000 !important;
}
.p7TMM10 a.current_mark {
	font-weight:bold;
	color:#df0b14;
}
.p7TMM10 ul ul a.current_mark {
	font-weight:bold;
	color:#df0b14;
}
.p7TMMtoggle {
	display:none;
}
.p7TMM10_toggle_all {
	margin: 0 0 12px 0;
}
.p7TMM10_toggle_all a:link, .p7TMM10_toggle_all a:visited {
	color: #000;
	outline: 0;
}
.p7TMM10_toggle_all a:hover, .p7TMM10_toggle_all a:focus, .p7TMM10_toggle_all a:active {
	color: #df0b14;
	text-decoration: underline;
}


/* bullet styles*/

#postersprints ul li {
	background-image: url(../images/navimgs/list_postersprints.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#vintageposters ul li {
	background-image: url(../images/navimgs/list_vintageposters.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#artboutique ul li {
	background-image: url(../images/navimgs/list_artboutique.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}
#publications ul li {
	background-image: url(../images/navimgs/list_publications.gif);
	background-repeat: no-repeat;
	background-position: right 5px;
}

#postersprints ul li ul li,
#vintageposters ul li ul li,
#artboutique ul li ul li,
#publications ul li ul li {
	background-image: url(../images/navimgs/list_3rdlevel.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
	margin-left: 0px;
	margin-right: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
}

