/*#tasks h2 {color: #AE58AE;}*/
#tasks h2 a {color: #000; }
#tasks h2 a:hover {color: #000; background: none; text-decoration: underline; }
#tasks a:hover {background: #AE58AE; }

/*#tools h2 {color: #5DA2E8; }*/
#tools h2 a {color: #000; }
#tools h2 a:hover {color: #000; background: none; text-decoration: underline; }
#tools a:hover {background: #5DA2E8; }

/*#seminars h2 {color: #E43F3F;}*/
#seminars h2 a {color: #000; }
#seminars h2 a:hover {color: #000; background: none; text-decoration: underline; }
#seminars a:hover {background: #E43F3F;}

/*#communication h2 {color: #57B552; }*/
#communication h2 a {color: #000; }
#communication h2 a:hover {color: #000; background: none; text-decoration: underline; }
#communication a:hover {background: #57B552; }


#tasks .active {background: #EBD5EB;}
#tools .active {background: #D6E8F9;}
#seminars .active {background: #F8CFCF;}
#communication .active {background: #D5ECD4;}


.active {
        /* font-weight: bold; */
	padding:5px 0px 5px 5px;
	display: block;
}

.menu {
        width:204px;
	padding: 0px;
	float: left;
	margin: 0 10px;
	background: #fff url(img/menu-bottom2.gif) bottom no-repeat;
}

.menu ul {
	margin:0px;
	padding:0px;
	list-style: none;
}
.menu li {
	padding:0px 0px;
	border-top: 1px solid #ccc;
	height: 25px;
}
.menu h2 {
	font-size: 13px;
	padding: 12px 2px 5px 5px;
	margin: 0;
	color: #000;
	font-weight: bold;
	background: #fff url(img/menu-top4.gif) top no-repeat;
}
.menu h2 a {
	padding: 0;
	margin: 0;
	font-weight: normal;
	background: none;
}


.menu a {
	color: #444;
	text-decoration: none;
	padding:5px 0px 5px 5px;
	max-width: 202px;
	display: block;
}
.menu a:hover {
	color: #FFF;
	text-decoration: none;
}