a { color: gray; text-decoration: none; }
a:hover { color: black; text-decoration: none; }


.menulist
     {
	font-size: 12px;
	list-style: none;
	top: 0;
	left: 0;
}

li.home
{
background-image: url(../images/orange.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}

li.about
{
background-image: url(../images/red.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}

li.plastic
{
background-image: url(../images/pink.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}



li.print
{
background-image: url(../images/green.jpg);
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}


li.mail 
{ 
background-image: url(../images/yellow.jpg); 
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}


li.fulfilment 
{ 
background-image: url(../images/turq.jpg); 
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}


li.it 
{ 
background-image: url(../images/blue.jpg); 
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}


li.clients 
{ 
background-image: url(../images/purple.jpg); 
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}


li.contact 
{ 
background-image: url(../images/lilac.jpg); 
background-repeat: no-repeat;
background-position: 0 50%;
margin: .4em 0;
padding: 3px 0 3px 22px;
}

