#sidesubmenu P
{
	background-color : #c14;
}

#contents H2
{
	background : url("/img/h2/h2univ.gif") no-repeat ;
}

#contents H5
{
	background : url("/img/h4univ.gif") no-repeat ; 
}

P#pyramid
{
	float : right;
	margin-left : 1em;
	font-size : 90%;
	text-align : center;
	width : 162px;
}

UL.tree
{
	margin : 0;
	padding : 0;
	list-style-type : none;
}

LI.tree
{
	display : inline;
	margin : 0;
	padding : 0;
}

LI.tree A
{
	display : block;
	padding : 0 0 0 20px;
	background : url("/img/icon/tree1.gif") no-repeat 0 50%;
	height : 1.5em;
	line-height : 1.5em;
}

LI.tree.first A
{
	display : block;
	padding : 0;
	background : none;
	height : 1.5em;
	line-height : 1.5em;
}

LI.tree.last A
{
	display : block;
	padding : 0 0 0 20px;
	background : url("/img/icon/tree2.gif") no-repeat 0 50%;
	height : 1.5em;
	line-height : 1.5em;
}

LI.tree A:link,
LI.tree A:visited
{
	color : #333;
	text-decoration : none;
}

LI.tree A:hover
{
	color : #06f;
	text-decoration : underline;
}

UL.tree.subbed
{
	margin : 0 0 0 2.5em;
	padding : 0;
	list-style-type : none;
}


