div.menuitem { cursor:pointer; margin-left: 0px; background-color: white;}
div.menuitem_mouseover {cursor:pointer; margin-left: 0px;  background-color: white;}
div.menuitem_chosen {cursor:pointer; margin-left: 0px;  background-color: black;}


.menu_p 		{background-color: white; color: black; font-weight: bold; font-size: 10pt;}
.mouseover_p 	{background-color: white;  color: black; font-weight: bold; font-size: 10pt;}
.chosen_p 		{background-color: white; color: black; font-weight: bold; font-size: 10pt; text-decoration: line-through;}


.menusubitems .menu_p 		{background-color: white; color: gray; font-weight: normal; font-size: 10pt;}
.menusubitems .mouseover_p 	{background-color: white; color: gray; font-weight: normal; font-size: 10pt;}
.menusubitems .chosen_p 	{background-color: white; color: gray; font-weight: normal; font-size: 10pt; text-decoration: line-through;}

.menusubitems_expanded .menu_p 	{background-color: white; color: gray; font-weight: normal; font-size: 10pt;}
.menusubitems_expanded .mouseover_p 	{background-color: white; color: gray; font-weight: normal; font-size: 10pt;}
.menusubitems_expanded .chosen_p 	{background-color: white; color: gray; font-weight: normal; font-size: 10pt; text-decoration: line-through;}

div.menuitem 	{ font-weight: bold; background-color: white; margin-top:0px; margin-bottom:2px; font-size: 10pt;}
div.menupoint	{ font-weight: bold; float: left; margin-top:0px; margin-bottom:2px; font-size: 10pt;}
div.menusubitems{ font-weight: bold; display: none; margin-top:0px; margin-bottom:2px; font-size: 10pt;}
div.menusubitems_expanded{ font-weight: bold; display: block; margin-top:0px; margin-bottom:2px; font-size: 10pt;}