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

#navbar
{
	margin:0;
	padding:0;
	width:150px;
	height:900px;
	background-image:url(../Images/navbar.jpg);
}

#navbar li
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:150px;
	height:150px;
	text-align:center;
	float:left;
	line-height:40px;
}

#navbar a
{
	display:block;
	height:150px;
}

#navbar a:hover
{
	background-image:url(../Images/navbar.jpg)
}

#btn1 {width:150px; height:150px;}
#btn1 a:hover {background-position:-150px 0;}
#btn1 a:active {background-position:-300px 0;}

#btn2 {width:150px height:150px;;}
#btn2 a:hover {background-position:-150px -150px}
#btn2 a:active {background-position:-300px -150px}

#btn3 {width:150px height:150px;;}
#btn3 a:hover {background-position:-150px -300px;}
#btn3 a:active {background-position:-300px -300px;}

#btn4 {width:150px height:150px;;}
#btn4 a:hover {background-position:-150px -450px;}
#btn4 a:active {background-position:-300px -450px;}

#btn5 {width:150px height:150px;;}
#btn5 a:hover {background-position:-150px -600px;}
#btn5 a:active {background-position:-300px -600px;}

#btn6 {width:150px height:150px;;}
#btn6 a:hover {background-position:-150px -750px;}
#btn6 a:active {background-position:-300px -750px;}

#notext {
	display:none;
}