
/*Sets line-height of all menuitems*/
#p7TMnav, #p7TMnav2 {
	width:176px; 
	font-size:10px;
	margin:0;
	padding:0;
}

/* all nav links */

#p7TMnav a, #p7TMnav2 a {
   display: block;
	color: #369;
	text-decoration: none;
	padding: 4px 10px;
}

#p7TMnav a:visited, #p7TMnav2 a:visited {
	color: #369;
}
#p7TMnav a:hover, #p7TMnav2 a:hover {
	color: #E89900;
}


/*cascading indents*/
#p7TMnav div a, #p7TMnav2 div a {
	margin: 0;
    padding: 3px 3px 3px 10px;
	border-top: 1px solid #EFE7DE;
    border-bottom: none;
	border-left: none;
	border-right: none;
}

#p7TMnav div div a, #p7TMnav2 div div a {
	margin: 0;
    padding: 3px 3px 3px 15px;
	border: none;
}

#p7TMnav div div div a , #p7TMnav2 div div div a {
	margin: 0;
    padding: 3px 3px 3px 25px;
	border: none;
}


/* selected */

#current a{
	color: #E89900 !important;
	font-weight:bold;
	background-repeat: no-repeat;
	background-image:   url(tbullet.gif);
	background-position: 0em .6em;	
}
#subcurrent a{
	color: #E89900 !important;
	background-repeat: no-repeat;
	background-image:   url(tbullet.gif);
	background-position: 0em .6em;
}

#subsubcurrent a{
	color: #E89900 !important;
	background-repeat: no-repeat;
	background-image:   url(tbullet.gif);
	background-position: 0em .6em;
}

#pagecurrent a{
	color: #E89900 !important;
	background-repeat: no-repeat;
	background-image:   url(tbullet.gif);
	background-position: 0em .6em;
}

