

/*Control DIV for expand all and collapse all links*/
#p7TMctrl {
	margin: 20px 0 5px 10px;
	font-size: 11px;
	display: block;
	/*/*/display: block; /* hide from NN4*/
}
#p7TMctrl a{
	color: #0058A0;
	font-size:11px;
}



/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 1.5; /* */
}

/*second level menuitem divs on - Cascades to lower levels*/
/*Sets left margin to 16px establishing a cascading indent*/
#p7TMnav div div {
	margin: 0 0 0 0;
	background: #E6EEFE!important;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	
display:block;
	
	color:#000;
	padding:7px 10px 7px 15px;
	font-size: 1.1em;
	text-decoration:none;
	
	margin-top:5px;
}




#p7TMnav div a:hover {
	color: #0058A0;font-weight:bold;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
	background: #E6EEFE url('http://83.223.119.211/~mylocalc/wp-content/themes/mylocalcollege/images/hover-bg.jpg') no-repeat right center!important;
	display:block;
	color: #004D93;
	margin-bottom:1px;
	
	padding:5px 10px 5px 20px!important;
}

#p7TMnav div div a:hover{
	background: #A8B2CA!important;
	font-weight:bold;
	color:#fff;
	
}



/*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 {
	font-size: 12px;
}

/*rules programatically assigned to parent links when image-based plus and minus option is selected*/
/*do not remove*/
.p7plusmark {
	background-repeat: no-repeat;
	background-image:   url('http://83.223.119.211/~mylocalc/p7tm/p7t_plus.gif')!important;
	background-position: 0 50%;
	
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url('http://83.223.119.211/~mylocalc/p7tm/p7t_minus.gif')!important;
	background-position: 0 50%;
	color: #003374!important;
	font-weight: bold;	
}
/*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 {
	font-weight: bold;
	padding-left:20px;
	color: #003374!important;
}


#sidebar a {text-decoration:none;}
