/* Style for top-menu */.topMenu {
	color: #A863C2;
}/* Style for submenus */.submenu {  background-color: #FFFFFF;  border-width: 1px;  border-style: solid;  border-color: #AAAAAA;  padding: 0px;
	text-align: center;
	color: #A863C2;
}/* Style for top items: normal state */.topItemNormal {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  color: #A863C2;  cursor: pointer;  width: 100px;  height: 32px;  padding-left: 5px;  padding-right: 5px;
	text-align: center;
	background: #f3e5f4 no-repeat;
}/* Style for top items: mouseover state */.topItemOver {  background-repeat: no-repeat;  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  color: #A863C2;  cursor: pointer;  width: 100px;  height: 32px;  padding-left: 5px;  padding-right: 5px;
	text-align: center;
}/* Style for items: normal state */.itemNormal {  cursor: pointer;  background-color: #FFFFFF;  padding: 5px 15px 5px 15px;  width: 100px;
	text-align: center;
	color: #A863C2;
}/* Style for items: mouseover state */.itemOver {  cursor: pointer;  background-color: transparent;  padding: 5px 15px 5px 15px;  width: 100px;
	text-align: center;
	color: #A863C2;
}/* Style for items text: normal state */.itemTextNormal {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  color: #A863C2;  width: 100%;
	text-align: center;
}/* Style for items text: mouseover state */.itemTextOver {  font-family: Arial, Helvetica, sans-serif;  font-size: 12px;  color: #A863C2;  width: 100%;
	text-align: center;
}
