/*---------   Style HAUPTMENU  - Block LINKS        ---------*/




/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	font-size: 12px;
	display: none;
	display: block;
}

#p7TMctrl a:link {
	color: #333333;
}
#p7TMctrl a:visited {
	color: #333333;
}
#p7TMctrl a:hover {
	color: #000000;
}


/*Sets line-height of menuitems*/
#p7TMnav div {
	line-height: 28px; 
}


/*Sets background color, border, and padding around the menu DIV*/
#p7TMnav {
	width:150px;
	background-color: #fff;
}

/*second level menuitem divs and lower -Cascades to lower levels-*/
/*Sets left margin to 12px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 12px;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	border-collapse:collapse;
	font-size: 20px;
	padding: 6px 0 6px 0;
	display: block;
	background-color: #fff;
	color: #000;	
	border-top: 1px solid #00A7E6;
	text-decoration: none;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/*The Link style for top-level   ######  COMMUNITY   #####  */
#p7TMnav div#TMMcommunity a {
	color:#FFFFFF;
	border-top: 1px solid #fff;
	background-image: url(../0_media/m_commu_ani.gif);
	background-color:#FFFFFF;

}

#p7TMnav div a:visited {
}

/*The Link style for top-level menuitems  OVER  */
#p7TMnav div a:hover {
	border-top: 1px solid #00A7E6;
	text-decoration: none;
	color: #00A7E6;	
}

/*The Link style for top-level OVER  ######  COMMUNITY   #####  */
#p7TMnav div#TMMcommunity a:hover, 
#p7TMnav div#TMMcommunity a:active {
	border-top: 1px solid #fff;
	background-image: url(../0_media/m_commu-o.gif);
	background-color:#FFFFFF;
}


/*The Link styles for second-level menuitems*/
#p7TMnav div div a {
}
#p7TMnav div div a:visited {
}
#p7TMnav div div a:hover {
	
}

/*The Link style for third-level menuitems and lower*/
/*To set a specific style for the fourth level, add a div to the selector*/
/*Fourth-level example syntax: p7TMnav div div div div a {declaration}*/
#p7TMnav div div div a {
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected. The padding on the 4 following rules supercedes (via !important) the padding on the p7TMnav div a selector when you've chosen the option to use images for the plus and minus signs*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_plus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:    url(../p7tm/p7t_minus.gif);
	background-position: 8px 50%;
	padding: 0 0 0 20px !important;
}

/*rule programatically assigned to child links when image-based plus and minus option is selected*/
.p7defmark {
	background-image:  none;
	padding: 0 0 0 20px !important;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
border-top: 1px solid #00A7E6 !important;
	text-decoration: none !important;
	color: #00A7E6 !important;
}




/*rules programatically assigned to page link correesponding to current page (You are Here)*/
.p7currentmark {
	cursor: default;
	border-top: 1px solid #00A7E6 !important;
	text-decoration: none !important;
	color: #00A7E6 !important;
}

#TMMcommunity.p7currentmark {
	cursor: default;
	border-top: 1px solid #ffffff !important;
	color: #FFFFFF !important;
	background-color:#FFFFFF;
	background-image: url(../0_media/m_commu_o.gif) !important;
}
