/* CSS Document */

/*font family for page. If you have another style sheet that sets font family, you can delete this rule*/
div, td, p {
	font-family: Arial, Helvetica, sans-serif;
}

/*Sets line-height of all menuitems*/
#p7TMnav {
	/*line-height: 1.5; */
}
#p7TMnav div {
	margin: 8px 0 8px 0;
	background-image:url(../images/structure/REM-menudot.gif);
	background-repeat:no-repeat;
	padding:0 0 0 0;
	height: 1%;
	min-height:1%;
	display:block;
}
html>body #p7TMnav div {
height: auto
}
/*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 8px;
	background-image:none;
	padding:1px 0 1px 0;
	display:block;
}

/*The Link style for top-level menuitems*/
#p7TMnav div a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight:bold;
	padding: 0 0 0 20px;
	text-decoration:none;
}
#p7TMnav div a:visited {
	color: #FFFFFF;
}
#p7TMnav div a:hover {
	color: #CCCC99;
}

/*The Link style for second-level menuitems*/
#p7TMnav div div a {
	font-size: 11px;
}

/*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: 11px;
}

/*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(../images/structure/REM-menuplus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	display:block;
}
.p7minusmark {
	background-repeat: no-repeat;
	background-image:   url(../images/structure/REM-menuminus.gif);
	background-position: 0 50%;
	padding: 0 0 0 20px !important;
	display:block;
}
/*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;
	display:block;
}

/*rules programatically assigned to page link correesponding to current page (You are Here)*/
#p7TMnav div .p7currentmark {
	color: #CCCC99!important;
	margin: 0px 0 0px 0;
	background-image:url(../images/structure/REM-menuRstar.gif);
	background-repeat:no-repeat;
	padding:0 10px 0 20px!important;
	background-position: right 100%;
	display:block;
}
#p7TMnav div div .p7currentmark {
	color: #CCCC99!important;
	margin: 0px 0 0px 0;
	background-image:url(../images/structure/REM-menuRstar.gif);
	background-repeat:no-repeat;
	padding:1px 10px 1px 20px!important;
	background-position: right 100%;
	/*background-image:none!important;*/
	display:block;
}
.hang {
	text-indent: -0px;
	padding-left: 0px!important;
}