li {
	float: left;
	position:relative;
	width:200px;
	z-index:5;
	padding:0px;
margin:0px;
}
li ul {
	display: none;
	z-index:3;
padding:0px;
margin:0px;
}

img{
padding:0px;
margin:0px;
}
li li {
	display: block;
	z-index:3;
height:24px;
padding:0px;
margin:0px;
}

li:hover ul, li.over ul {
position:absolute;
top:50px;
left:0px;
display: block;
width:200px;
z-index:5;
padding:0px;
margin:0px;
}
ul {
	list-style:none;
	width:800px;
	padding:0px;
margin:0px;

}
li>ul {
	top: auto;
	left: auto;
	padding:0px;
margin:0px;
	}
#currentSpace{
margin-left:41px;
}
#prospectiveSpace{
margin-left:36px;
}
#facultySpace{
margin-left:55px;
}
#alumniSpace{
margin-left:23px;
}
a#drop1{background-color:#b9cac4; 
border-left:solid 2px #000000; 
border-right:solid 2px #000000; 
border-bottom:solid 2px #000000;
color:#000000;  
font-family:Georgia, Times, serif; 
font-size:12px; 
font-variant:small-caps; 
letter-spacing:2px; 
font-weight:bold; 
display:block;
padding:5px;
text-decoration:none;
width:150px;
z-index:5;
}

a#drop1:hover{background-color:#2a5f4f; 
border-left:solid 2px #000000; 
border-right:solid 2px #000000;
color:#FFFFFF; 
font-family:Georgia, Times, serif; 
font-size:12px; 
font-variant:small-caps; 
letter-spacing:2px; 
font-weight:bold; 
display:block;
padding:5px;
text-decoration:none;
width:150px;
z-index:5;
}

a#drop2{background-color:#b9cac4; 
border-left:solid 2px #000000; 
border-right:solid 2px #000000; 
border-bottom:solid 2px #000000;
color:#000000;  
font-family:Georgia, Times, serif; 
font-size:12px; 
font-variant:small-caps; 
letter-spacing:2px; 
font-weight:bold; 
display:block;
padding:5px;
text-decoration:none;
width:150px;
z-index:5;
}

a#drop2:hover{background-color:#2a5f4f; 
border-left:solid 2px #000000; 
border-right:solid 2px #000000;
border-bottom:solid 2px #000000; 
color:#FFFFFF; 
font-family:Georgia, Times, serif; 
font-size:12px; 
font-variant:small-caps; 
letter-spacing:2px; 
font-weight:bold; 
display:block;
padding:5px;
text-decoration:none;
width:150px;
z-index:5;
}

#menu{
position:absolute;
top:235px;
left:0px;
z-index:5;
/*background-image:url(../images/black.jpg);*/
background-position:top;
background-repeat:repeat-x;
background-attachment:scroll;
background-color:#000;
width:801px;
}
.title1{
positon:absolute;
top:0px;
left:0px;
z-index:4;
z-index:5;
}
a#currentStudents{
background-image:url(../images/current.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#currentStudents:hover{
background-image:url(../images/currentOver.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#prospectiveStudents{
background-image:url(../images/prospective.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#prospectiveStudents:hover{
background-image:url(../images/prospectiveOver.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#faculty{
background-image:url(../images/faculty.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#faculty:hover{
background-image:url(../images/facultyOver.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#alumni{
background-image:url(../images/alumni.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}
a#alumni:hover{
background-image:url(../images/alumniOver.jpg);
background-repeat:no-repeat;
height:50px;
width:200px;
z-index:5;
}

