/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	margin: 0px;
	padding: 0px;
	background: #000;
}

div{
position:relative;
width:800px;
margin: 0px auto;
text-align:left;
z-index:1;
}

ul{ list-style-type:none;}

li a{text-indent:-10000px;}

li, li a{
        position:absolute;
        width:106px;
        height:165px;
}
li{z-index:20;}

li#students{
	top:270px;
	left:251px;
	background: transparent url(../images/2010/door_students.jpg) no-repeat ;
}

li#students a{	background: transparent url(../images/2010/door_students.jpg) top left no-repeat;}
li#students a:hover{ background: transparent url(../images/2010/door_students_open.jpg) top left no-repeat;}

li#parents{
	top:164px;
	left:355px;
	background: transparent url(../images/2010/door_parents.jpg) no-repeat ;
}

li#parents a{ background: transparent url(../images/2010/door_parents.jpg) top left no-repeat;}
li#parents a:hover{ background: transparent url(../images/2010/door_parents_open.jpg) top left no-repeat;}

li#tutors{
	top:116px;
	left:470px;
	background: transparent url(../images/2010/door_employment.jpg) no-repeat ;
}

li#tutors a{ background: transparent url(../images/2010/door_employment.jpg) top left no-repeat; }
li#tutors a:hover{ background: transparent url(../images/2010/door_employment_open.jpg) top left no-repeat; }

li#funders{
	top:127px;
	left:572px;
	background: transparent url(../images/2010/door_funders.jpg) no-repeat ;
}

li#funders a{ background: transparent url(../images/2010/door_funders.jpg) top left no-repeat;}
li#funders a:hover{ background: transparent url(../images/2010/door_funders_open.jpg) top left no-repeat;}

li#research{
	top:259px;
	left:673px;
	background: transparent url(../images/2010/door_researchers.jpg) no-repeat ;
}

li#research a{ background: transparent url(../images/2010/door_researchers.jpg) top left no-repeat;}
li#research a:hover{ background: transparent url(../images/2010/door_researchers_open.jpg) top left no-repeat;}
