.clsPartLeft {
	background-image: url("/design/Silverton/navigation/gripOpen.gif");
    width:12px;
    height:18px;
}
.clsPartHead {
	background-image: url("/design/Silverton/navigation/fillOpen.gif");
	color:#ffffff;
    width:200px;
    height:18px;
    line-height:18px;
}
.clsPartRight {
	background-image: url("/design/Silverton/navigation/arrowOpen.gif");
    background-position: bottom center;
    width:11px;
    height:18px;
}



.clsPartLeft_closed {
	background-color: #EFEFEF;
	background-image: url("/design/Silverton/navigation/gripClosed.gif");
	border-bottom:1px solid #DEDEDE;
}
.clsPartHead_closed {
	background-color: #EFEFEF;
	color:#666666;
	border-bottom:1px solid #DEDEDE;
}
.clsPartRight_closed {
	background-color: #EFEFEF;
	background-image: url("/design/Silverton/navigation/arrowClosed.gif");
	border-bottom:1px solid #DEDEDE;
}


.clsPartContent {
	background-color: #fff;
	border-left:1px solid #888B8D;
	border-right:1px solid #888B8D;
	border-bottom:1px solid #888B8D;
}
.clsPartItems LI {
	list-style-image: url("/design/Silverton/navigation/bullet.gif");
	font-size:8pt;
}
.clsPartItems SPAN {
	color : #666666;
}
.clsPartItems SPAN:hover {
	color : #333333;
}
.clsPartItemsSelected SPAN {
	color : #333333;
	text-decoration:underline;
}
LI.clsPartItemsSelected {
	list-style-image: url("/design/Silverton/navigation/bulletSelected.gif");
}



.clsPartHrule
{
	background-image: url("/design/Silverton/navigation/separator.gif");
}





.frontPageNavHead {
	color:#777777;
}
.frontPageNavItems LI {
    color:#666666;
    list-style-image: url("/design/Silverton/navigation/bullet.gif");
}
.frontPageNavItems A {
    color:#666666;
}
.frontPageNavItems A:hover {
    color:#ff9900;
}










