
@media only screen and (max-width:  959px)
{
}

@media only screen and (min-width: 640px) and (max-width:  959px)
{
}

@media only screen and (min-width: 960px)
{

	#contextNavigation .VerticalMenu.ExpandableList > li:first-child 
	{
		padding: 			0;
	}
	#contextNavigation .VerticalMenu.ExpandableList > li:first-child:hover 
	{
		background-color:	#99ccff;
	}
	#contextNavigation .VerticalMenu.ExpandableList > li:first-child > input + label
	{
		/* turn off left_nav titles  */
		display: 			none;
		cursor: 			default;
	}

}

@media only screen and (min-width: 1280px)
{
}

@media only screen and (min-width: 1700px)
{
}
