
/*style for right side menus*/


/*Sets line-height of all menuitems*/
#p7TMnav {
	/*/*/line-height: 2em; /* */
	text-align:left;
}


/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color:#054ea8 !important;
	text-decoration: none;
	display:block;
	
}
#p7TMnav div a:visited {
	color:#054ea8 !important;
	text-decoration: none;
	display:block;
	
}
#p7TMnav div a:hover {
	color: #78a22e !important;
	text-decoration: none;
	display:block;
	background:url(/images/current.png) right center no-repeat;
	width:100%;
}
#p7TMnav div a:active {
	color: #78a22e !important;
	text-decoration: none;
	display:block;
	background:url(/images/current.png) right center no-repeat;
	width:100%;
}




/*rules programatically assigned to page link corresponding to current page (You are Here)*/
.p7currentmark {
	font-weight: bold;
	color: #78a22e !important;
	background:url(/images/current.png) right center no-repeat;
	display:block;
	width:100%;
}
