/* ------------ TOP MAIN MENU RULES ------------ */
#topnav {
 list-style-type:none;
 position:absolute;
 height:60px;
 width:510px;
 top:56px;
 left:274px;
 background-image:url(../images/top-menu.gif);
 }
 #topnav ul{margin:0;padding:0;}
#topnav li {
list-style:none;
 position:absolute;
 }
#topnav :link,#topnav :visited {
 display:block;
 position:absolute;
 top:0;
 height:60px;
 text-indent:-50000px;
 text-decoration:none;
 }
 
/* MAIN MENU ROLLOVER USES A BACKGROUND IMAGE - THIS IS DEFINED BELOW  */
#topnav :link:hover,#topnav :visited:hover {background-image:url(../images/top-menu.gif);}

/*MAIN MENU POSITIONING  */
#enroll a {width:80px; left:0;}
#alumni a {width:68px; left:80px;}
#customer a {width:85px; left:148px;}
#contact a {width:87px; left:233px;}
#hr a {width:97px; left:320px;}
#search a {width:93px; left:417px;}
#enroll a:hover {background-position:0 -60px;}
#alumni a:hover {background-position:-80px -60px;}
#customer a:hover {background-position:-148px -60px;}
#contact a:hover {background-position:-233px -60px;}
#hr a:hover {background-position:-320px -60px;}
#search a:hover {background-position:-417px -60px;}
