P.menu {
	text-decoration : none;
	margin-top: 0.1cm;
	color : White;
}

P.menu-active {
	color : Purple;
	text-decoration : none;
	margin-top: 0.2cm;
	margin-bottom: 0.3cm;
//	margin-right: 0.1cm;
//        padding-right: 1cm;
        font-weight: bold;
        background-color: #C2CEFF;
//	border-color: Purple;
        border-top : 2px double White; 
//        border-left : 2px solid; 
//        border-right : 2px solid ; 
	border-bottom : 2px solid white; 
}

P.rootItem {
	text-decoration : none;
	color : White;
	font-weight : bold;
	font-size : 110%;
}

A:HOVER {
	text-decoration : underline;
//        background-color: White;
//        color:	Black;
}


TD.contentTitle {
	color: Black;
	background-color : #C2CEFF;
	border-bottom : 2px solid #2A41A1; 
	height: 73px;
	padding: 5px 5px 5px 25px;
	background-image : url("../../images/topcorner.gif");
	background-repeat : no-repeat;
	background-position : top left;
	vertical-align : middle;
}

