

.MainMenu
{
	font-size:small;
	font-family:MS Sans Serif;
}

.ItemHoverStyle
{
	 background-color:Transparent;
	 Cursor:crosshair; 
	 font-family:MS Sans Serif;
}

.DefaultItemStyle
{
    cursor:crosshair;
    color:#666666;
    font-family:MS Sans Serif;
    
}

.DefaultGroupStyle
{
	cursor:crosshair;
	Height:100%;
}

.ItemSelectedStyle
{
	cursor:default;
	background-color:#eeeeee;
}
.GroupHoverStyle
{
	cursor:crosshair;
	Height:100%;
	font-family:MS Sans Serif;
}



.GroupStyle					{}

.horizontalMenuButton		{text-align:center;}
