.tagCloud {
	background-color: #EBEEF7;
}

.menuBox li a {
	color: #AAABAD;
	background-color: #fff;
}	
	
.menuBox li a:hover {
	color: #AAABAD;
}

.menuBox li.act a {
	background: #fff;
	color: #156EAB;
}

.menuBox li.act a:hover{
	color: #156EAB;
}


.subNavBox li.no a {
	background: #ffffff;
	color: #AAABAD;
}

.subNavBox li.act a {
	background: #ffffff;
	color: #156EAB;
}

.subNavBox li.act a:hover {
	color: #156EAB;
}

.subNavBox li.no a:hover {
	color: #AAABAD;
}

.bulletsBox ul li {
	background-image: url(../bullets/bullet_8x6_blue.gif);
}

