@charset "UTF-8";
/* CSS Document */

#Table {
	position:absolute;
	left:0px;
	top:0px;
	width:153px;
	height:170px;
	z-index: 1;
}

#Spacer {
	position:absolute;
	left:0px;
	top:0px;
	width:150px;
	height:20px;
	z-index: 1;
}
#Spacer-v {
	position:absolute;
	left:0px;
	top:0px;
	width:8px;
	height:170px;
	z-index: 1;
}

#Home-Page {
	left:8px;
	top:20px;
	width:145px;
	height:30px;
	display: block;
	position:absolute;
	z-index: 1;
	background: url("Images/home.png");
	background-repeat: no-repeat;
	background-position: 0 -60px;
	overflow: hidden;
}
	
a.Home {
	left:8px;
	top:20px;
	width:145px;
	height:30px;
	background: url("Images/home.png") 0 0;
	display: block;
	position:absolute;
	z-index: 1;
}
       a:hover.Home {
       background-position: 0px -30px ;}

#About-Page {
	position:absolute;
    left:8px;
	top:50px;
	width:145px;
	height:30px;
	background: url("Images/about.png");
	display: block;
	z-index: 1;
    background-position: 0px -60px ;
	overflow: hidden;
}

a.About {
	position:absolute;
    left:8px;
	top:50px;
	width:145px;
	height:30px;
	background: url("Images/about.png") 0 0;
	display: block;
	z-index: 1;
}
       a:hover.About {
       background-position: 0px -30px ;}

#Web-Page {
	position:absolute;
	left:8px;
	top:80px;
	width:145px;
	height:30px;
	background: url("Images/web.png");
	display: block;
	z-index: 1;
    background-position: 0px -60px ;
	overflow: hidden;
}

a.Web {
	position:absolute;
	left:8px;
	top:80px;
	width:145px;
	height:30px;
	background: url("Images/web.png") 0 0;
	display: block;
	z-index: 1;
}
       a:hover.Web {
       background-position: 0px -30px ;}

#Art-Page {
	position:absolute;
    left:8px;
	top:110px;
	width:145px;
	height:30px;
	background: url("Images/art.png");
	display: block;
	z-index: 1;
	background-position: 0px -60px ;
	overflow: hidden;
}

a.Art {
	position:absolute;
    left:8px;
	top:110px;
	width:145px;
	height:30px;
	background: url("Images/art.png") 0 0;
	display: block;
	z-index: 1;
}
       a:hover.Art {
       background-position: 0px -30px ;}

#Motion-Page {
	position:absolute;
	left:8px;
	top:140px;
	width:145px;
	height:30px;
	background: url("Images/motion.png");
	display: block;
	z-index: 1;
	background-position: 0px -60px ;
	overflow: hidden;
}
	   
a.Motion {
	position:absolute;
	left:8px;
	top:140px;
	width:145px;
	height:30px;
	background: url("Images/motion.png") 0 0;
	display: block;
	z-index: 1;
}
       a:hover.Motion {
       background-position: 0px -30px ;}