

.menu {
	font-size: .85em;
	text-decoration:none;
	font-weight: normal;
	font-style:normal;
	color: #E2D5F3;
	width: 190px;
	line-height: 17px;
	display: block;
	padding-left: 3px;
	border-top: 1px solid #C6AEE8;
	border-left: 1px solid #C6AEE8;
	border-right: 2px solid #6D5886;
	border-bottom: 2px solid #6D5886;
	background: #5C3588;
}

.menu:hover {
	font-weight: normal;
	font-size: .85em;
	font-style:italic;
	text-decoration:none;
	display: block;
	border-top: 1px solid #E9E3EF;
	border-left: 1px solid #E9E3EF;
	border-right: 2px solid #391562;
	border-bottom: 2px solid #391562;
	padding-left: 3px;
	color: #ffffff;
}

.active, .active:hover {
	font-size: .85em;
	text-decoration:none;
	font-weight: normal;
	font-style:normal;	
	color: #5C3588;
	width: 190px;
	line-height: 17px;
	display: block;
	padding-left: 3px;
	padding-bottom: 1px;
	border-top: 1px solid #C6AEE8;
	border-left: 1px solid #C6AEE8;
	border-right: 2px solid #5C3588;
	border-bottom: 2px solid #5C3588;
	background:  #E2D5F3;
}

.submenu {
	font-size: .85em;
	text-decoration:none;
	font-weight: normal;
	font-style:normal;
	color: #E2D5F3;
	width: 190px;
	line-height: 17px;
	display: block;
	padding-left: 3px;
	border-top: 1px solid #C6AEE8;
	border-left: 1px solid #C6AEE8;
	border-right: 2px solid #6D5886;
	border-bottom: 2px solid #6D5886;
	background: #5C3588;
}

.submenu:hover {
	font-weight: normal;
	font-size: .85em;
	font-style:italic;
	text-decoration:none;
	display: block;
	border-top: 1px solid #E9E3EF;
	border-left: 1px solid #E9E3EF;
	border-right: 2px solid #391562;
	border-bottom: 2px solid #391562;
	padding-left: 3px;
	color: #ffffff;
}
