a.child_item:link { text-decoration: none; }
a.child_item:hover { text-decoration: none; color: #FFFFFF; background-color: #9292CB; }
a.child_item:active { text-decoration: none; }
a.child_item:visited { text-decoration: none; }

.father_item {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #5152AC;
	height: 22px;
	background-image: url(../images/bullets/menu_bullet.gif);
	background-position: 6px center;
	padding-left: 16px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.child_item {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5152AC;
	background-color: #E6E2E2;
	height: 17px;
	padding-left: 16px;
	width: 100%;
	line-height: 16px;
}
