/* Menu Styles - There are more style options in the superfish.css file that pertain to the functionality and appearance of this menu. These styles define the roll over effects for the picture menu items */

.menu
{
	padding: 0 0 16px 0;
}

.m_home a
{
	display: block;
	width: 79px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat 0 0;	
}

.m_homeOver a
{
	display: block;
	width: 79px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat 0 -20px;
}

.m_home a:hover
{
	background-position: 0 -20px;
}

.m_benefits a
{
	display: block;
	width: 163px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -79px 0;
}

.m_benefitsOver a
{
	display: block;
	width: 163px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -79px -20px;
}

.m_benefits a:hover
{
	background-position: -79px -20px;
}

.m_location a
{
	display: block;
	width: 162px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -242px 0;
}

.m_locationOver a
{
	display: block;
	width: 162px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -242px -20px;
}

.m_location a:hover
{
	background-position: -242px -20px;
}


.m_support a
{
	display: block;
	width: 94px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -404px 0;
}

.m_supportOver a
{
	display: block;
	width: 94px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -404px -20px;
}

.m_support a:hover
{
	background-position: -404px -20px;
}

.m_login a
{
	display: block;
	width: 209px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -498px 0;
}

.m_loginOver a
{
	display: block;
	width: 209px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -498px -20px;
}

.m_login a:hover
{
	background-position: -498px -20px;
}

.m_about a
{
	display: block;
	width: 128px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -707px 0;
}

.m_aboutOver a
{
	display: block;
	width: 128px;
	height: 20px;
	background: url('../images/pi_navigation.gif') no-repeat -707px -20px;
}

.m_about a:hover
{
	background-position: -707px -20px;
}
