@chartset "UTF-8";

a.eafstudiosmain{
	display:block;
	width:116px;
	height:30px;
	text-indent:-5000px;
	background: url(../images/menu_images/eaf_studios.jpg);
	text-decoration:none;
}

a.decorative{
	display:block;
	width:100px;
	height:22px;
	text-indent:-5000px;
	background: url(../images/menu_images/DECORATIVE.jpg);
	background-position: 0 -22px;
	text-decoration:none;
}

/*
a:hover.decorative{
	background-position: 0 -22px;
}
*/

a.logout{
	display:block;
	width:50px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/menu_images/Logout.jpg);
	text-decoration:none;
}

a:hover.logout{
	background-position: 0 -21px;
}

a.motivational{
	display:block;
	width:118px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/menu_images/MOTIVATIONAL.jpg);
	text-decoration:none;
}

a:hover.motivational{
	background-position: 0 -21px;
}

a.bath{
	display:block;
	width:50px;
	height:21px;
	text-indent:-5000px;
	background: url(../images/menu_images/BATH.jpg);
	text-decoration:none;
}

a:hover.bath{
	background-position: 0 -21px;
}

a.photographs{
	display:block;
	width:120px; /*118px;*/
	height:21px;
	text-indent:-5000px;
	background:url(../images/menu_images/PHOTOGRAPHS.jpg);
	text-decoration:none;
}

a:hover.photographs{
	background-position: 0 -21px;
}

a.watercolors{
	display:block;
	width:118px;
	height:22px;
	text-indent:-5000px;
	background: url(../images/menu_images/WATERCOLORS.jpg);
	text-decoration:none;
}

a:hover.watercolors{
	background-position: 0 -22px;
}

a.satire{
	display:block;
	width:58px;
	height:22px;
	text-indent:-5000px;
	background:url(../images/menu_images/SATIRE.jpg);
	text-decoration:none;
}

a:hover.satire{
	background-position: 0 -22px;
}

a.contact{
	display:block;
	width:85px;
	height:21px;
	text-indent:-5000px;
	background:url(../images/menu_images/CONTACT.jpg);
	/*background-position: 0px -21px;*/
	text-decoration:none;
}

a:hover.contact{
	background-position: 0 -21px;
}

a.leftarrow{
	display:block;
	width:53px;
	height:22px;
	text-indent:-5000px;
	background: url(../images/menu_images/PREV.jpg);
	text-decoration:none;
}

a:hover.leftarrow{
	background-position: 0 -22px;
}

a.rightarrow{
	display:block;
	width:58px;
	height:22px;
	text-indent:-5000px;
	background:url(../images/menu_images/NEXT.jpg);
	text-decoration:none;
}

a:hover.rightarrow{
	background-position: 0 -22px;
}

