/* ***************************************************** */
/* Onmouse over items for menu */

div.menu ul a.menu-01
{
	background-image: url('../img/menu/photographers-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-02
{
	background-image: url('../img/menu/illustration-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-03
{
	background-image: url('../img/menu/3d-cgi-animation-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-04
{
	background-image: url('../img/menu/postproduction-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-05
{
	background-image: url('../img/menu/production-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-06
{
	background-image: url('../img/menu/showreel-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-07
{
	background-image: url('../img/menu/studio-over.png');
	background-repeat: no-repeat;
    background-position: 80px -20px;
}

div.menu ul a.menu-01:hover
{
	background-image: url('../img/menu/photographers-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-02:hover
{
	background-image: url('../img/menu/illustration-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-03:hover
{
	background-image: url('../img/menu/3d-cgi-animation-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-04:hover
{
	background-image: url('../img/menu/postproduction-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-05:hover
{
	background-image: url('../img/menu/production-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-06:hover
{
	background-image: url('../img/menu/showreel-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}

div.menu ul a.menu-07:hover
{
	background-image: url('../img/menu/studio-over.png');
	background-repeat: no-repeat;
    background-position: 80px 9px;
}


